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

/* Theme */
:root {
  --font-primary: 'Inter', sans-serif;
  --font-secondary: 'Space Grotesk', serif;
  
  --color-primary: #C9A86A;
  --color-primary-dark: #a9833d;
  --color-primary-light: #f4ede1;
  --color-secondary: #2a6eed;
  --color-text: #1a1a1a;
  --color-text-muted: #6c757d;
  --color-background: #fcfcfc;
  --color-surface: #f8f9fa;
  --color-border: #dee2e6;
  --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.2723716308202827rem;
  --spacing-sm: 0.5447432616405654rem;
  --spacing-md: 1.0894865232811308rem;
  --spacing-lg: 1.6342297849216962rem;
  --spacing-xl: 2.1789730465622617rem;
  --spacing-xxl: 3.2684595698433925rem;
}
