@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: #007BFF;
  --color-primary-dark: #005cbf;
  --color-primary-light: #d6e9fe;
  --color-secondary: #ed8f2a;
  --color-text: #1c1c1e;
  --color-text-muted: #64748b;
  --color-background: #fcfcfc;
  --color-surface: #f1f3f5;
  --color-border: #e5e7eb;
  --color-success: #22c55e;
  
  --max-width: 1320px;
  --header-height: 90px;
  --border-radius: 8px;
  --border-radius-sm: 4px;
  --border-radius-md: 12px;
  --border-radius-lg: 16px;
  --spacing-xs: 0.26662145083800204rem;
  --spacing-sm: 0.5332429016760041rem;
  --spacing-md: 1.0664858033520082rem;
  --spacing-lg: 1.5997287050280122rem;
  --spacing-xl: 2.1329716067040163rem;
  --spacing-xxl: 3.7327003117320285rem;
}
