/* ============================================================
   RŪ SKETCH THEME — "FIRST LIGHT" (the shipped design language)
   Matches the built app's tokens (app/src/index.css): pre-dawn
   blue-black ground, Dawn coral accent (default sky), Fraunces
   display + Space Grotesk UI. Type rules: no italics, no roman
   numerals, tracked microcaps for kickers/chips only.
   ============================================================ */
:root {
  /* Colors */
  --color-bg: #0E1420;
  --color-surface: #171F2E;
  --color-surface-high: #1E2839;
  --color-border: rgba(242, 245, 250, 0.09);
  --color-text: #F2F5FA;
  --color-text-muted: rgba(242, 245, 250, 0.62);
  --color-text-faint: rgba(242, 245, 250, 0.38);

  --color-accent: #FF7A59;          /* Dawn coral — default sky */
  --color-accent-hi: #FF916F;
  --color-on-accent: #160D08;
  --color-accent-soft: rgba(255, 122, 89, 0.13);
  --color-danger: #FF6B6B;

  /* Artwork tinting (mirrors the app's sky system) */
  --art-hue: 0deg;
  --art-sat: 1;

  /* Typography */
  --font-display: 'Newsreader', Georgia, serif;
  --font-sans: 'Space Grotesk', system-ui, sans-serif;

  /* Shapes */
  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 18px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-card: 0 18px 50px -20px rgba(0, 0, 0, 0.8);
}
