:root {
  --c-bg: #0C2340;
  --c-bg-2: #102a52;
  --c-surface: #15325f;

  --c-text: #EEF3FF;
  --c-text-dim: #8BA3CC;
  --c-text-soft: #5c7299;

  --c-primary: #62C7B8;
  --c-primary-glow: rgba(98,199,184,.28);

  --c-gold: #D4A96A;
  --c-border: rgba(255,255,255,.08);

  --font-display: 'Outfit', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;

  --space-xs: .5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;

  --radius-sm: .4rem;
  --radius-md: .8rem;
  --radius-lg: 1.2rem;

  --ease: cubic-bezier(.4,0,.2,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
}
