@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: #8A9A5B;
  --color-primary-dark: #677344;
  --color-primary-light: #edefe5;
  --color-secondary: #5c2aed;
  --color-text: #1c1c1e;
  --color-text-muted: #6b7280;
  --color-background: #fafafa;
  --color-surface: #f7f7f7;
  --color-border: #e5e7eb;
  --color-success: #22c55e;
  
  --max-width: 1280px;
  --header-height: 80px;
  --border-radius: 8px;
  --border-radius-sm: 4px;
  --border-radius-md: 12px;
  --border-radius-lg: 16px;
  --spacing-xs: 0.25750376903853944rem;
  --spacing-sm: 0.5150075380770789rem;
  --spacing-md: 1.0300150761541578rem;
  --spacing-lg: 1.5450226142312367rem;
  --spacing-xl: 2.0600301523083155rem;
  --spacing-xxl: 4.120060304616631rem;
}
