@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: #A8D8C8;
  --color-primary-dark: #65ba9e;
  --color-primary-light: #e2f2ed;
  --color-secondary: #ed2a6b;
  --color-text: #2c3e50;
  --color-text-muted: #6c757d;
  --color-background: #ffffff;
  --color-surface: #f7f7f7;
  --color-border: #e2e8f0;
  --color-success: #22c55e;
  
  --max-width: 1140px;
  --header-height: 80px;
  --border-radius: 8px;
  --border-radius-sm: 4px;
  --border-radius-md: 12px;
  --border-radius-lg: 16px;
  --spacing-xs: 0.2623490640943798rem;
  --spacing-sm: 0.5246981281887596rem;
  --spacing-md: 1.0493962563775192rem;
  --spacing-lg: 1.574094384566279rem;
  --spacing-xl: 2.0987925127550384rem;
  --spacing-xxl: 3.6728868973213173rem;
}
