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

/* Theme */
:root {
  --font-primary: 'Roboto', sans-serif;
  --font-secondary: 'Roboto Slab', serif;
  
  --color-primary: #2A52BE;
  --color-primary-dark: #1f3d8e;
  --color-primary-light: #dde4f7;
  --color-secondary: #edb92a;
  --color-text: #1c1c1e;
  --color-text-muted: #6b7280;
  --color-background: #f8f9fa;
  --color-surface: #f1f3f5;
  --color-border: #e5e7eb;
  --color-success: #10b981;
  
  --max-width: 1140px;
  --header-height: 70px;
  --border-radius: 6px;
  --border-radius-sm: 3px;
  --border-radius-md: 9px;
  --border-radius-lg: 12px;
  --spacing-xs: 0.28568887036576374rem;
  --spacing-sm: 0.5713777407315275rem;
  --spacing-md: 1.142755481463055rem;
  --spacing-lg: 1.7141332221945824rem;
  --spacing-xl: 2.28551096292611rem;
  --spacing-xxl: 3.428266444389165rem;
}
