@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: #FF7F50;
  --color-primary-dark: #fb4300;
  --color-primary-light: #fee1d6;
  --color-secondary: #2ab9ed;
  --color-text: #2c3e50;
  --color-text-muted: #718096;
  --color-background: #fcfcfc;
  --color-surface: #f7f7f7;
  --color-border: #e2e8f0;
  --color-success: #22c55e;
  
  --max-width: 1320px;
  --header-height: 70px;
  --border-radius: 10px;
  --border-radius-sm: 5px;
  --border-radius-md: 15px;
  --border-radius-lg: 20px;
  --spacing-xs: 0.21365495022985412rem;
  --spacing-sm: 0.42730990045970824rem;
  --spacing-md: 0.8546198009194165rem;
  --spacing-lg: 1.2819297013791247rem;
  --spacing-xl: 1.709239601838833rem;
  --spacing-xxl: 3.418479203677666rem;
}
