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

/* Theme */
:root {
  --font-primary: 'Roboto', sans-serif;
  --font-secondary: 'Quicksand', serif;
  
  --color-primary: #7F00FF;
  --color-primary-dark: #5f00bf;
  --color-primary-light: #ead6fe;
  --color-secondary: #8ced2a;
  --color-text: #2c3e50;
  --color-text-muted: #64748b;
  --color-background: #fcfcfc;
  --color-surface: #f7f7f7;
  --color-border: #e2e8f0;
  --color-success: #22c55e;
  
  --max-width: 1200px;
  --header-height: 85px;
  --border-radius: 10px;
  --border-radius-sm: 5px;
  --border-radius-md: 15px;
  --border-radius-lg: 20px;
  --spacing-xs: 0.2719103162457179rem;
  --spacing-sm: 0.5438206324914358rem;
  --spacing-md: 1.0876412649828715rem;
  --spacing-lg: 1.6314618974743071rem;
  --spacing-xl: 2.175282529965743rem;
  --spacing-xxl: 3.2629237949486143rem;
}
