@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: #2C3539;
  --color-primary-dark: #21272a;
  --color-primary-light: #e7ebed;
  --color-secondary: #ed662a;
  --color-text: #1c1c1e;
  --color-text-muted: #64748b;
  --color-background: #fcfcfc;
  --color-surface: #f5f5f5;
  --color-border: #dee2e6;
  --color-success: #28a745;
  
  --max-width: 1280px;
  --header-height: 85px;
  --border-radius: 10px;
  --border-radius-sm: 5px;
  --border-radius-md: 15px;
  --border-radius-lg: 20px;
  --spacing-xs: 0.2556667951214027rem;
  --spacing-sm: 0.5113335902428054rem;
  --spacing-md: 1.022667180485611rem;
  --spacing-lg: 1.5340007707284165rem;
  --spacing-xl: 2.045334360971222rem;
  --spacing-xxl: 4.090668721942444rem;
}
