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

/* Theme */
:root {
  --font-primary: 'Roboto', sans-serif;
  --font-secondary: 'Raleway', serif;
  
  --color-primary: #6A4CFF;
  --color-primary-dark: #2900f8;
  --color-primary-light: #ddd6fe;
  --color-secondary: #cded2a;
  --color-text: #1c1c1e;
  --color-text-muted: #6b7280;
  --color-background: #fcfcfc;
  --color-surface: #f5f5f5;
  --color-border: #e5e7eb;
  --color-success: #22c55e;
  
  --max-width: 1200px;
  --header-height: 90px;
  --border-radius: 6px;
  --border-radius-sm: 3px;
  --border-radius-md: 9px;
  --border-radius-lg: 12px;
  --spacing-xs: 0.23340690611540665rem;
  --spacing-sm: 0.4668138122308133rem;
  --spacing-md: 0.9336276244616266rem;
  --spacing-lg: 1.4004414366924398rem;
  --spacing-xl: 1.8672552489232532rem;
  --spacing-xxl: 3.7345104978465065rem;
}
