/* Hutz Design Tokens
   Override --accent-pink, --glow-strength, --grain-strength, --font-display
   per landing in <head> to repaint the whole template. */
:root {
  --bg-base: #0A0A0A;
  --bg-elevated: #141414;
  --bg-card: #1C1C1C;
  --border-subtle: #2A2A2A;

  --text-primary: #FAFAFA;
  --text-secondary: #A3A3A3;
  --text-muted: #6B6B6B;

  --accent-pink: #FF1F8F;
  --accent-cyan: #00E5FF;
  --accent-green: #39FF14;
  --accent-purple: #B026FF;
  --accent-2: var(--accent-cyan);

  --glow-strength: 0.7;
  --grain-strength: 0.07;

  --font-display: 'Geist', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --font-script: 'Allura', cursive;

  --container: 1180px;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 24px;
  --radius-pill: 999px;

  --ease: cubic-bezier(0.2,0.8,0.2,1);
}
