@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: #0A2540;
  --color-primary-dark: #071b30;
  --color-primary-light: #dbeaf9;
  --color-secondary: #ed8c2a;
  --color-text: #1a1a1a;
  --color-text-muted: #6b7280;
  --color-background: #f8f9fa;
  --color-surface: #f7f7f7;
  --color-border: #e5e7eb;
  --color-success: #22c55e;
  
  --max-width: 1280px;
  --header-height: 90px;
  --border-radius: 8px;
  --border-radius-sm: 4px;
  --border-radius-md: 12px;
  --border-radius-lg: 16px;
  --spacing-xs: 0.24270109503193615rem;
  --spacing-sm: 0.4854021900638723rem;
  --spacing-md: 0.9708043801277446rem;
  --spacing-lg: 1.456206570191617rem;
  --spacing-xl: 1.9416087602554892rem;
  --spacing-xxl: 2.912413140383234rem;
}
