@import url('[https://fonts.googleapis.com/css2?family=](https://fonts.googleapis.com/css2?family=)Inter:wght@300;400;500;700;800&family=Merriweather:wght@400;600;700;800&display=swap');

/* Theme */
:root {
  --font-primary: 'Inter', sans-serif;
  --font-secondary: 'Merriweather', serif;
  
  --color-primary: #FFC700;
  --color-primary-dark: #bf9500;
  --color-primary-light: #fef6d6;
  --color-secondary: #2a55ed;
  --color-text: #1a1a1a;
  --color-text-muted: #718096;
  --color-background: #fcfcfc;
  --color-surface: #f1f3f5;
  --color-border: #e2e8f0;
  --color-success: #16a34a;
  
  --max-width: 1200px;
  --header-height: 70px;
  --border-radius: 6px;
  --border-radius-sm: 3px;
  --border-radius-md: 9px;
  --border-radius-lg: 12px;
  --spacing-xs: 0.2625582815068788rem;
  --spacing-sm: 0.5251165630137576rem;
  --spacing-md: 1.0502331260275153rem;
  --spacing-lg: 1.575349689041273rem;
  --spacing-xl: 2.1004662520550306rem;
  --spacing-xxl: 4.200932504110061rem;
}
