/* AUTO-GENERATED from packages/shared/src/design-tokens.ts */
/* Do not edit by hand. Run `npm run build:tokens` to regenerate. */
:root {
  /* Colors */
  --bg: #030304;
  --bg-elevated: #0A0A0C;
  --bg-card: #0D0D10;
  --bg-input: #111114;
  --bg-subtle: #08080B;
  --text: #EBE7DF;
  --text-secondary: #9A958C;
  --text-muted: #5A564F;
  --text-faint: #2F2C28;
  --accent-violet: #BF5AF2;
  --accent-cyan: #5CE6D6;
  --accent-gold: #F5C542;
  --accent-rose: #FF6B8A;
  --accent-amber: #FF9F0A;
  --accent-green: #32D74B;
  --suit-cups: #5CE6D6;
  --suit-pentacles: #32D74B;
  --suit-swords: #BF5AF2;
  --suit-wands: #FF9F0A;
  --major-arcana: #F5C542;
  --border: #222226;
  --border-light: #2C2C32;
  --danger: #FF6B6B;

  /* Typography */
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Inter', -apple-system, sans-serif;
  --font-mono: 'Space Mono', monospace;

  /* Spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 36px;
  --space-xxl: 56px;
  --space-xxxl: 80px;

  /* Radius */
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-full: 999px;
}
