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

/* Theme */
:root {
  --font-primary: 'Inter', sans-serif;
  --font-secondary: 'Poppins', serif;
  
  --color-primary: #C5B358;
  --color-primary-dark: #9e8d37;
  --color-primary-light: #f4f1e0;
  --color-secondary: #2a4aed;
  --color-text: #2c3e50;
  --color-text-muted: #6b7280;
  --color-background: #fafafa;
  --color-surface: #f5f5f5;
  --color-border: #d1d5db;
  --color-success: #22c55e;
  
  --max-width: 1320px;
  --header-height: 80px;
  --border-radius: 8px;
  --border-radius-sm: 4px;
  --border-radius-md: 12px;
  --border-radius-lg: 16px;
  --spacing-xs: 0.21488890984798928rem;
  --spacing-sm: 0.42977781969597856rem;
  --spacing-md: 0.8595556393919571rem;
  --spacing-lg: 1.2893334590879357rem;
  --spacing-xl: 1.7191112787839142rem;
  --spacing-xxl: 3.4382225575678285rem;
}
