/* tokens.css — MidnightStar brand variables
   Edit this file to update the entire site's visual identity.
   Never put layout or component rules here — pure variables only. */

:root {
  /* ── Palette ──────────────────────────────────────────────── */
  --ms-ink:         #0a1230;
  --ms-ink-2:       #131840;
  --ms-ink-3:       #1f1c4d;
  --ms-violet:      #3a2570;
  --ms-violet-soft: #5a3b8e;
  --ms-gold:        #e9b855;
  --ms-gold-soft:   #f5dba0;
  --ms-gold-bright: #fce5b3;
  --ms-gold-deep:   #9d6f1c;
  --ms-cream:       #faf3e3;
  --ms-cream-mute:  #d6cbb1;
  --ms-line:        rgba(233, 184, 85, 0.22);
  --ms-line-soft:   rgba(246, 239, 225, 0.09);
  --ms-success:     #4a9d5c;

  /* ── Typography ───────────────────────────────────────────── */
  --font-display: 'Fraunces', 'Cormorant Garamond', Georgia, serif;
  --font-body:    'DM Sans', system-ui, -apple-system, sans-serif;
  --font-script:  'Allura', cursive;
  --font-size-base: 17px;

  /* ── Radius ───────────────────────────────────────────────── */
  --r-sm: 6px;
  --r-md: 14px;
  --r-lg: 22px;
}
