/* ── RESET ── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html,body{height:100%;-webkit-tap-highlight-color:transparent;}

body{
  background:var(--bg);color:var(--ink);
  font-family:'Instrument Sans',sans-serif;
  display:flex;flex-direction:column;
  overflow:hidden;height:100dvh;
}
