:root{
  --navy-950:#061426;
  --navy-900:#081d36;
  --navy-800:#0d2a4a;
  --navy-700:#123b62;
  --ink:#17253b;
  --cream-50:#fffaf0;
  --cream-100:#f8edcf;
  --cream-200:#ead5a5;
  --parchment:#f1ddb0;
  --parchment-deep:#d9b978;
  --gold-300:#f7d675;
  --gold-400:#efbd45;
  --gold-500:#d99526;
  --teal-400:#39c4b6;
  --teal-600:#178b84;
  --green-400:#7bcf68;
  --green-600:#3d914c;
  --red-400:#ef6a61;
  --red-600:#b83946;
  --purple-400:#a67bed;
  --orange-400:#f29147;
  --ice-300:#9ee9fa;
  --wood-900:#25140f;
  --wood-700:#563120;
  --wood-500:#895235;
  --shadow-sm:0 3px 8px rgb(0 0 0 / .24);
  --shadow-md:0 10px 28px rgb(0 0 0 / .34);
  --shadow-lg:0 20px 60px rgb(0 0 0 / .5);
  --ring:0 0 0 3px var(--gold-300),0 0 0 6px rgb(8 29 54 / .8);
  --radius-sm:.55rem;
  --radius-md:.9rem;
  --radius-lg:1.35rem;
  --space-1:.35rem;
  --space-2:.65rem;
  --space-3:1rem;
  --space-4:1.5rem;
  --space-5:2.2rem;
  --font-display:Gabriola,"Palatino Linotype",Palatino,Georgia,serif;
  --font-story:Gabriola,"Palatino Linotype",Palatino,Georgia,serif;
  --font-body:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
  --ui-scale:1;
  font-size:calc(16px * var(--ui-scale));
}
body.high-contrast{
  --cream-100:#fff;
  --cream-200:#ffe693;
  --parchment:#fff4c9;
  --ink:#05070b;
  --gold-400:#ffd84f;
  --navy-900:#000c1b;
}
