/* ═══ base.css ═══ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--gold:#F29100;--red:#BE1823;--ff:'Outfit',sans-serif}
html{font-family:var(--ff)}
body{background:#000;color:#fff;overflow-x:hidden}

