:root {
  color-scheme: dark;
  --font-display:"Cinzel","Times New Roman",serif;
  --font-ui:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;

  --void:#04070c;
  --void-2:#060b12;
  --navy:#09131f;
  --navy-2:#0c1928;
  --surface:rgba(10,18,29,.84);
  --text:#edf7ff;
  --text-soft:#bac8d4;
  --muted:#7f91a2;
  --muted-2:#536474;
  --line:rgba(144,205,238,.12);
  --line-strong:rgba(144,205,238,.24);

  --veyl:#67cfff;
  --veyl-soft:#a7e8ff;
  --rift:#9477ff;
  --electric:#61a9ff;
  --ember:#ff9c64;
  --stone:#bfc9d3;
  --danger:#ff617a;

  --gradient-veyl:linear-gradient(115deg,#d7f5ff 0%,#67cfff 45%,#9477ff 100%);
  --shell:min(1240px,calc(100vw - 56px));
  --header-h:82px;
  --ease-out:cubic-bezier(.16,1,.3,1);
}

@media (max-width:720px){
  :root{--shell:min(100% - 28px,1240px);--header-h:72px;}
}
