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

/* Theme */
:root {
  --font-primary: 'Inter', sans-serif;
  --font-secondary: 'Syne', serif;
  
  --color-primary: #800020;
  --color-primary-dark: #600017;
  --color-primary-light: #fed6e0;
  --color-secondary: #2aedbd;
  --color-text: #2c3e50;
  --color-text-muted: #718096;
  --color-background: #ffffff;
  --color-surface: #f8f9fa;
  --color-border: #e5e7eb;
  --color-success: #22c55e;
  
  --max-width: 1280px;
  --header-height: 85px;
  --border-radius: 6px;
  --border-radius-sm: 3px;
  --border-radius-md: 9px;
  --border-radius-lg: 12px;
  --spacing-xs: 0.23104118080218053rem;
  --spacing-sm: 0.46208236160436106rem;
  --spacing-md: 0.9241647232087221rem;
  --spacing-lg: 1.3862470848130832rem;
  --spacing-xl: 1.8483294464174442rem;
  --spacing-xxl: 2.7724941696261665rem;
}
