/* AUTO-GENERATED from shared/design-tokens/tokens.json. Do not edit directly. */
:root {
  --color-primary: #F4B740;
  --color-primary-dark: #D99116;
  --color-primary-strong: #A86605;
  --color-primary-tint: #FFF8F1;
  --color-primary-edge: #F7E3BE;
  --color-accent: #1FAF8F;
  --color-accent-dark: #137E67;
  --color-accent-tint: #E8F8F3;
  --color-bg: #FCFAF7;
  --color-surface: #FFFFFF;
  --color-surface-warm: #FFF8F1;
  --color-surface-cool: #E8F8F3;
  --color-text-primary: #1F2937;
  --color-text-secondary: #667085;
  --color-text-muted: #98A2B3;
  --color-text-on-dark: #FFFFFF;
  --color-border: #E9E5DF;
  --color-border-strong: #D8D0C6;
  --color-divider: #F0ECE6;
  --color-success: #1FAF8F;
  --color-warning: #F4B740;
  --color-error: #D24C3D;
  --color-info: #2BB7A4;
  --color-brand-dark: #121a24;
  --color-ink: #1F2937;

  --category-music-bg: #F7EEF8;
  --category-music-selected-bg: #E2BFEF;
  --category-music-fg: #7C3F8C;
  --category-music-pin: #7C3F8C;
  --category-food-bg: #FFF8F1;
  --category-food-selected-bg: #FFD79C;
  --category-food-fg: #A86605;
  --category-food-pin: #F28C38;
  --category-outdoor-bg: #E8F8F3;
  --category-outdoor-selected-bg: #AEE5D7;
  --category-outdoor-fg: #137E67;
  --category-outdoor-pin: #1FAF8F;
  --category-arts-bg: #FFF0F6;
  --category-arts-selected-bg: #F4BEDD;
  --category-arts-fg: #B85AA3;
  --category-arts-pin: #B85AA3;
  --category-nightlife-bg: #F1ECFA;
  --category-nightlife-selected-bg: #D7C2EE;
  --category-nightlife-fg: #5F2E70;
  --category-nightlife-pin: #7C3F8C;
  --category-sports-bg: #EDF7FF;
  --category-sports-selected-bg: #B8DCFF;
  --category-sports-fg: #2767A8;
  --category-sports-pin: #2F80ED;
  --category-family-bg: #FFF7DE;
  --category-family-selected-bg: #FFE08A;
  --category-family-fg: #8A6400;
  --category-family-pin: #F4B740;
  --category-events-bg: #EEF4FF;
  --category-events-selected-bg: #C6D9FF;
  --category-events-fg: #315C9D;
  --category-events-pin: #5B8DEF;
  --category-entertainment-bg: #FFF0F3;
  --category-entertainment-selected-bg: #FFC3D3;
  --category-entertainment-fg: #A33A5F;
  --category-entertainment-pin: #E45A84;
  --category-activities-bg: #EBF9EF;
  --category-activities-selected-bg: #B9E8C2;
  --category-activities-fg: #247A3D;
  --category-activities-pin: #47B960;
  --category-shopping-bg: #FFF1E8;
  --category-shopping-selected-bg: #FFC9AC;
  --category-shopping-fg: #A34D1E;
  --category-shopping-pin: #E5793D;
  --category-other-bg: #F4F2EE;
  --category-other-selected-bg: #D8CDC1;
  --category-other-fg: #67594A;
  --category-other-pin: #9B8774;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-7: 32px;
  --space-8: 40px;

  --radius-card: 24px;
  --radius-card-sm: 18px;
  --radius-pill: 999px;
  --radius-btn: 18px;
  --radius-sheet: 28px;
  --radius-input: 8px;

  --font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --text-display-lg: 28px;
  --text-event-title: 21px;
  --text-heading-lg: 20px;
  --text-heading-md: 18px;
  --text-heading-sm: 16px;
  --text-body-lg: 16px;
  --text-body-md: 14px;
  --text-caption: 12px;

  --shadow-card: 0 16px 48px rgba(31, 41, 55, 0.12);
  --shadow-card-sm: 0 4px 12px rgba(31, 41, 55, 0.08);
  --shadow-focus: 0 0 0 3px rgba(244, 183, 64, 0.4);

  --breakpoint-sm: 640px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1180px;

  --motion-fast: 150ms ease-out;
  --motion-normal: 250ms ease-out;
  --motion-slow: 400ms ease-out;

  color-scheme: light;
}

