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

/* Theme */
:root {
  --font-primary: 'DM Sans', sans-serif;
  --font-secondary: 'DM Sans', serif;
  
  --color-primary: #6A0DAD;
  --color-primary-dark: #4f0981;
  --color-primary-light: #edd9fc;
  --color-secondary: #7ced2a;
  --color-text: #2c3e50;
  --color-text-muted: #6c757d;
  --color-background: #fcfcfc;
  --color-surface: #f8f9fa;
  --color-border: #e5e7eb;
  --color-success: #10b981;
  
  --max-width: 1200px;
  --header-height: 90px;
  --border-radius: 6px;
  --border-radius-sm: 3px;
  --border-radius-md: 9px;
  --border-radius-lg: 12px;
  --spacing-xs: 0.27919082106412857rem;
  --spacing-sm: 0.5583816421282571rem;
  --spacing-md: 1.1167632842565143rem;
  --spacing-lg: 1.6751449263847715rem;
  --spacing-xl: 2.2335265685130286rem;
  --spacing-xxl: 3.350289852769543rem;
}
