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

/* Theme */
:root {
  --font-primary: 'Inter', sans-serif;
  --font-secondary: 'Syne', serif;
  
  --color-primary: #8A9A5B;
  --color-primary-dark: #677344;
  --color-primary-light: #edefe5;
  --color-secondary: #5c2aed;
  --color-text: #1c1c1e;
  --color-text-muted: #6c757d;
  --color-background: #f8f9fa;
  --color-surface: #f1f3f5;
  --color-border: #e5e7eb;
  --color-success: #22c55e;
  
  --max-width: 1280px;
  --header-height: 75px;
  --border-radius: 8px;
  --border-radius-sm: 4px;
  --border-radius-md: 12px;
  --border-radius-lg: 16px;
  --spacing-xs: 0.27212642800643905rem;
  --spacing-sm: 0.5442528560128781rem;
  --spacing-md: 1.0885057120257562rem;
  --spacing-lg: 1.6327585680386343rem;
  --spacing-xl: 2.1770114240515124rem;
  --spacing-xxl: 4.354022848103025rem;
}
