*{box-sizing:border-box}
html,body{
    margin:0; padding:0;
    font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
    background:#000; color:#fff;
}
a{color:#fff; text-decoration:none}
a:hover{text-decoration:underline}

/* global vars */
:root{ --nav-h:72px; --scroll:0 }