/* ============================================================
   theme.css — brand TOKENS (the per-client theming seam)
   site.css consumes every value below via var(--...).
   Swap THIS file to re-skin the engine for another brand.
   ============================================================ */
:root {
      --black: #0e0e0e;
      --white: #fafaf8;
      --gray: #888;
      --light: #efefec;
      --hair: #e2e2dd;
  /* font-family tokens (theming seam) */
  --font-serif: 'Cormorant', serif;
  --font-sans:  'Jost', sans-serif;
  /* hero-mark gradient — deliberate colour carve-out on the HERO horse only (2026-06-28).
     Swap this one line to change the palette site-wide. */
  --grad: linear-gradient(60deg,#1f4cff,#8a2be2,#ff2d95,#ff8a00,#00d6c2,#1f4cff); /* Spectrum (live) */
  /* alternates:
     Aurora  --grad: linear-gradient(60deg,#4f46e5,#06b6d4,#22d3ee,#818cf8,#4f46e5);
     Sunset  --grad: linear-gradient(60deg,#ff5e62,#ff9966,#ffcc70,#e0218a,#7b2ff7,#ff5e62); */
}
