/**
 * Umbra — PrivateAlps-aligned · warm dark + orange accent (#fb6306)
 * Legacy names --teal* map to orange so existing var() references stay valid.
 */
:root {
  --void: #000000;
  --bg0: #0c0a09;
  --bg1: #110f0f;
  --bg2: #15100f;
  --surface: #1a1614;
  --surface-alt: #120f0e;

  --line: rgba(255, 255, 255, 0.06);
  --line-strong: rgba(251, 99, 6, 0.22);

  /* Primary accent = PrivateAlps orange */
  --teal: #ea580c;
  --teal-bright: #fb6306;
  --teal-soft: rgba(251, 99, 6, 0.14);
  /* Secondary warm (amber / deep ember) */
  --cyan: #fb923c;
  --cyan-dim: #9a3412;

  --text: #f8fafc;
  --muted: #a8a29e;
  --dim: #78716c;

  --font-body: 'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-display: 'Outfit', var(--font-body);
  /* Logo wordmark — distinct from headings */
  --font-logo: 'Unbounded', var(--font-body);
  --font-mono: 'JetBrains Mono', ui-monospace, monospace;

  --ease: cubic-bezier(0.2, 0.9, 0.3, 1);
  --nav-h: 136px;

  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;

  color-scheme: dark;
}
