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

/* Theme */
:root {
  --font-primary: 'Inter', sans-serif;
  --font-secondary: 'Poppins', serif;
  
  --color-primary: #0047AB;
  --color-primary-dark: #003580;
  --color-primary-light: #d6e7fe;
  --color-secondary: #ed9c2a;
  --color-text: #2c3e50;
  --color-text-muted: #718096;
  --color-background: #fcfcfc;
  --color-surface: #f7f7f7;
  --color-border: #e5e7eb;
  --color-success: #10b981;
  
  --max-width: 1320px;
  --header-height: 80px;
  --border-radius: 10px;
  --border-radius-sm: 5px;
  --border-radius-md: 15px;
  --border-radius-lg: 20px;
  --spacing-xs: 0.27231525504169896rem;
  --spacing-sm: 0.5446305100833979rem;
  --spacing-md: 1.0892610201667958rem;
  --spacing-lg: 1.6338915302501937rem;
  --spacing-xl: 2.1785220403335916rem;
  --spacing-xxl: 3.2677830605003875rem;
}
