@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: #D32F2F;
  --color-primary-dark: #9f2121;
  --color-primary-light: #f7dddd;
  --color-secondary: #2aeded;
  --color-text: #1c1c1e;
  --color-text-muted: #6c757d;
  --color-background: #f8f9fa;
  --color-surface: #f1f3f5;
  --color-border: #dee2e6;
  --color-success: #22c55e;
  
  --max-width: 1200px;
  --header-height: 70px;
  --border-radius: 12px;
  --border-radius-sm: 6px;
  --border-radius-md: 18px;
  --border-radius-lg: 24px;
  --spacing-xs: 0.24429486826529512rem;
  --spacing-sm: 0.48858973653059024rem;
  --spacing-md: 0.9771794730611805rem;
  --spacing-lg: 1.4657692095917707rem;
  --spacing-xl: 1.954358946122361rem;
  --spacing-xxl: 2.9315384191835414rem;
}
