@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: #5A00F0;
  --color-primary-dark: #4300b3;
  --color-primary-light: #e5d6fe;
  --color-secondary: #a4ed2a;
  --color-text: #1c1c1e;
  --color-text-muted: #64748b;
  --color-background: #f8f9fa;
  --color-surface: #f8f9fa;
  --color-border: #dee2e6;
  --color-success: #16a34a;
  
  --max-width: 1140px;
  --header-height: 90px;
  --border-radius: 12px;
  --border-radius-sm: 6px;
  --border-radius-md: 18px;
  --border-radius-lg: 24px;
  --spacing-xs: 0.22574605799540667rem;
  --spacing-sm: 0.45149211599081335rem;
  --spacing-md: 0.9029842319816267rem;
  --spacing-lg: 1.35447634797244rem;
  --spacing-xl: 1.8059684639632534rem;
  --spacing-xxl: 2.70895269594488rem;
}
