@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: #B45309;
  --color-primary-dark: #873e06;
  --color-primary-light: #fde8d8;
  --color-secondary: #2a99ed;
  --color-text: #212529;
  --color-text-muted: #6b7280;
  --color-background: #f8f9fa;
  --color-surface: #f8f9fa;
  --color-border: #dee2e6;
  --color-success: #16a34a;
  
  --max-width: 1320px;
  --header-height: 75px;
  --border-radius: 10px;
  --border-radius-sm: 5px;
  --border-radius-md: 15px;
  --border-radius-lg: 20px;
  --spacing-xs: 0.27406255164721915rem;
  --spacing-sm: 0.5481251032944383rem;
  --spacing-md: 1.0962502065888766rem;
  --spacing-lg: 1.644375309883315rem;
  --spacing-xl: 2.1925004131777532rem;
  --spacing-xxl: 4.3850008263555065rem;
}
