/* DAREN — design tokens. This is the only variable declaration file. */
:root {
  --black: #0B0711;
  --panel: #17101F;
  --panel-2: #21152C;
  --line: rgba(247, 240, 255, 0.10);
  --line-strong: rgba(247, 240, 255, 0.20);
  --ivory: #F7F0FF;
  --ivory-dim: rgba(247, 240, 255, 0.68);
  --gray: #A99EAF;
  --brass: #8B42DF;
  --brass-light: #D9B5FF;
  --brass-dim: rgba(139, 66, 223, 0.20);
  --success: #78B892;
  --font-display: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-editorial: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono: 'IBM Plex Mono', 'SFMono-Regular', monospace;
  --sp-1: 4px; --sp-2: 8px; --sp-3: 12px; --sp-4: 16px; --sp-5: 24px;
  --sp-6: 32px; --sp-7: 48px; --sp-8: 64px; --sp-9: 96px;
  --radius-sm: 8px; --radius-md: 14px; --radius-lg: 22px;
  --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.28);
  --shadow-md: 0 12px 32px rgba(0, 0, 0, 0.38);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --dur-fast: 160ms;
  --dur-med: 220ms;
  --container: 1160px;
  --nav-h: 80px;
}
