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

/* Theme */
:root {
  --font-primary: 'Source Sans Pro', sans-serif;
  --font-secondary: 'Libre Baskerville', serif;
  
  --color-primary: #7A52F4;
  --color-primary-dark: #430ee5;
  --color-primary-light: #e1d8fc;
  --color-secondary: #bded2a;
  --color-text: #1c1c1e;
  --color-text-muted: #64748b;
  --color-background: #f8f9fa;
  --color-surface: #f1f3f5;
  --color-border: #e5e7eb;
  --color-success: #28a745;
  
  --max-width: 1280px;
  --header-height: 85px;
  --border-radius: 12px;
  --border-radius-sm: 6px;
  --border-radius-md: 18px;
  --border-radius-lg: 24px;
  --spacing-xs: 0.2125639931569139rem;
  --spacing-sm: 0.4251279863138278rem;
  --spacing-md: 0.8502559726276556rem;
  --spacing-lg: 1.2753839589414835rem;
  --spacing-xl: 1.7005119452553112rem;
  --spacing-xxl: 2.550767917882967rem;
}
