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

/* Theme */
:root {
  --font-primary: 'Inter', sans-serif;
  --font-secondary: 'Merriweather', serif;
  
  --color-primary: #800020;
  --color-primary-dark: #600017;
  --color-primary-light: #fed6e0;
  --color-secondary: #2aedbd;
  --color-text: #1c1c1e;
  --color-text-muted: #6b7280;
  --color-background: #ffffff;
  --color-surface: #f5f5f5;
  --color-border: #e2e8f0;
  --color-success: #16a34a;
  
  --max-width: 1280px;
  --header-height: 70px;
  --border-radius: 12px;
  --border-radius-sm: 6px;
  --border-radius-md: 18px;
  --border-radius-lg: 24px;
  --spacing-xs: 0.2194532026539892rem;
  --spacing-sm: 0.4389064053079784rem;
  --spacing-md: 0.8778128106159568rem;
  --spacing-lg: 1.3167192159239351rem;
  --spacing-xl: 1.7556256212319137rem;
  --spacing-xxl: 3.5112512424638274rem;
}
