@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: #C4B7A6;
  --color-primary-dark: #9f8a6f;
  --color-primary-light: #eeebe6;
  --color-secondary: #2a7fed;
  --color-text: #1a1a1a;
  --color-text-muted: #718096;
  --color-background: #fcfcfc;
  --color-surface: #f8f9fa;
  --color-border: #e2e8f0;
  --color-success: #22c55e;
  
  --max-width: 1320px;
  --header-height: 85px;
  --border-radius: 8px;
  --border-radius-sm: 4px;
  --border-radius-md: 12px;
  --border-radius-lg: 16px;
  --spacing-xs: 0.2580172381217861rem;
  --spacing-sm: 0.5160344762435722rem;
  --spacing-md: 1.0320689524871445rem;
  --spacing-lg: 1.5481034287307167rem;
  --spacing-xl: 2.064137904974289rem;
  --spacing-xxl: 3.612241333705006rem;
}
