@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: #0057B8;
  --color-primary-dark: #00418a;
  --color-primary-light: #d6e9fe;
  --color-secondary: #ed912a;
  --color-text: #1c1c1e;
  --color-text-muted: #718096;
  --color-background: #fcfcfc;
  --color-surface: #f8f9fa;
  --color-border: #e5e7eb;
  --color-success: #16a34a;
  
  --max-width: 1200px;
  --header-height: 90px;
  --border-radius: 8px;
  --border-radius-sm: 4px;
  --border-radius-md: 12px;
  --border-radius-lg: 16px;
  --spacing-xs: 0.2465264226328483rem;
  --spacing-sm: 0.4930528452656966rem;
  --spacing-md: 0.9861056905313932rem;
  --spacing-lg: 1.4791585357970898rem;
  --spacing-xl: 1.9722113810627864rem;
  --spacing-xxl: 3.451369916859876rem;
}
