/* Design tokens shared by every page. */
:root {
  --sh-orange: #ff4d00;
  --sh-orange-deep: #c93400;
  --sh-ink: #100d0b;
  --sh-ink-2: #17120f;
  --sh-panel: #1e1713;
  --sh-bone: #efe4d0;
  --sh-taupe: #7a6f63;
  --sh-orange-hot: #ff8a3c;
  --sh-display: "Cabinet Grotesk", "Inter Tight", sans-serif;
  --sh-body: "Inter Tight", sans-serif;
  --sh-mono: "JetBrains Mono", monospace;

  /* Nav menu accent (the marquee band on hover). Defaults to the brand
     orange so nothing changes visually until this is overridden. */
  --accent: var(--sh-orange);
}
