@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: #00A86B;
  --color-primary-dark: #007e50;
  --color-primary-light: #d6fef0;
  --color-secondary: #ed2a71;
  --color-text: #1c1c1e;
  --color-text-muted: #6c757d;
  --color-background: #ffffff;
  --color-surface: #f7f7f7;
  --color-border: #e5e7eb;
  --color-success: #22c55e;
  
  --max-width: 1140px;
  --header-height: 85px;
  --border-radius: 12px;
  --border-radius-sm: 6px;
  --border-radius-md: 18px;
  --border-radius-lg: 24px;
  --spacing-xs: 0.23520696541786024rem;
  --spacing-sm: 0.4704139308357205rem;
  --spacing-md: 0.940827861671441rem;
  --spacing-lg: 1.4112417925071614rem;
  --spacing-xl: 1.881655723342882rem;
  --spacing-xxl: 3.2928975158500435rem;
}
