@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: #E07A5F;
  --color-primary-dark: #c84826;
  --color-primary-light: #f8e2dc;
  --color-secondary: #2ac4ed;
  --color-text: #1a1a1a;
  --color-text-muted: #718096;
  --color-background: #fafafa;
  --color-surface: #f8f9fa;
  --color-border: #d1d5db;
  --color-success: #16a34a;
  
  --max-width: 1200px;
  --header-height: 80px;
  --border-radius: 12px;
  --border-radius-sm: 6px;
  --border-radius-md: 18px;
  --border-radius-lg: 24px;
  --spacing-xs: 0.258469607653143rem;
  --spacing-sm: 0.516939215306286rem;
  --spacing-md: 1.033878430612572rem;
  --spacing-lg: 1.5508176459188578rem;
  --spacing-xl: 2.067756861225144rem;
  --spacing-xxl: 3.1016352918377157rem;
}
