@import url('[https://fonts.googleapis.com/css2?family=](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: #4A00E0;
  --color-primary-dark: #3700a8;
  --color-primary-light: #e3d6fe;
  --color-secondary: #aded2a;
  --color-text: #212529;
  --color-text-muted: #6b7280;
  --color-background: #fcfcfc;
  --color-surface: #f5f5f5;
  --color-border: #e5e7eb;
  --color-success: #22c55e;
  
  --max-width: 1320px;
  --header-height: 90px;
  --border-radius: 12px;
  --border-radius-sm: 6px;
  --border-radius-md: 18px;
  --border-radius-lg: 24px;
  --spacing-xs: 0.24904994931378946rem;
  --spacing-sm: 0.4980998986275789rem;
  --spacing-md: 0.9961997972551578rem;
  --spacing-lg: 1.4942996958827368rem;
  --spacing-xl: 1.9923995945103157rem;
  --spacing-xxl: 3.9847991890206313rem;
}
