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

/* Theme */
:root {
  --font-primary: 'Lato', sans-serif;
  --font-secondary: 'Playfair Display', serif;
  
  --color-primary: #5DADE2;
  --color-primary-dark: #2488ca;
  --color-primary-light: #dcedf8;
  --color-secondary: #ed782a;
  --color-text: #1a1a1a;
  --color-text-muted: #6c757d;
  --color-background: #fcfcfc;
  --color-surface: #f1f3f5;
  --color-border: #dee2e6;
  --color-success: #28a745;
  
  --max-width: 1280px;
  --header-height: 80px;
  --border-radius: 8px;
  --border-radius-sm: 4px;
  --border-radius-md: 12px;
  --border-radius-lg: 16px;
  --spacing-xs: 0.28171154469755744rem;
  --spacing-sm: 0.5634230893951149rem;
  --spacing-md: 1.1268461787902297rem;
  --spacing-lg: 1.6902692681853446rem;
  --spacing-xl: 2.2536923575804595rem;
  --spacing-xxl: 3.3805385363706892rem;
}
