@import url('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: #2A52BE;
  --color-primary-dark: #1f3d8e;
  --color-primary-light: #dde4f7;
  --color-secondary: #edb92a;
  --color-text: #1c1c1e;
  --color-text-muted: #64748b;
  --color-background: #fcfcfc;
  --color-surface: #f8f9fa;
  --color-border: #e5e7eb;
  --color-success: #10b981;
  
  --max-width: 1320px;
  --header-height: 90px;
  --border-radius: 12px;
  --border-radius-sm: 6px;
  --border-radius-md: 18px;
  --border-radius-lg: 24px;
  --spacing-xs: 0.2264282848687251rem;
  --spacing-sm: 0.4528565697374502rem;
  --spacing-md: 0.9057131394749004rem;
  --spacing-lg: 1.3585697092123505rem;
  --spacing-xl: 1.8114262789498008rem;
  --spacing-xxl: 3.1699959881621513rem;
}
