@import url('[https://fonts.googleapis.com/css2?family=](https://fonts.googleapis.com/css2?family=)Mulish:wght@300;400;500;700;800&family=Lora:wght@400;600;700;800&display=swap');

/* Theme */
:root {
  --font-primary: 'Mulish', sans-serif;
  --font-secondary: 'Lora', serif;
  
  --color-primary: #6B7A4F;
  --color-primary-dark: #505b3b;
  --color-primary-light: #ebeee6;
  --color-secondary: #6e2aed;
  --color-text: #2c3e50;
  --color-text-muted: #6c757d;
  --color-background: #fcfcfc;
  --color-surface: #f7f7f7;
  --color-border: #d1d5db;
  --color-success: #22c55e;
  
  --max-width: 1280px;
  --header-height: 85px;
  --border-radius: 12px;
  --border-radius-sm: 6px;
  --border-radius-md: 18px;
  --border-radius-lg: 24px;
  --spacing-xs: 0.2432891387862718rem;
  --spacing-sm: 0.4865782775725436rem;
  --spacing-md: 0.9731565551450873rem;
  --spacing-lg: 1.459734832717631rem;
  --spacing-xl: 1.9463131102901745rem;
  --spacing-xxl: 3.892626220580349rem;
}
