:root{
  --amber:#00ff63;
  --amber-soft:#9dffbb;
  --ash:#97ffbd;
  --terminal-ink:#00ff63;
  --cobol-font:"IBM 3270","IBM 5250","IBM VGA 8x16","DejaVu Sans Mono","Lucida Console","Courier New","monospace";
  --bezel:#2b221a;
  --room:#050302;
  --paper:#0a0806;
  --hud:#6f5e4b;
}

*{box-sizing:border-box}
html,body{margin:0;background:var(--room);color:#fff;font-family:Arial,Helvetica,sans-serif}
html,body{overflow-x:clip}
button{font:inherit}

