@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: #005B41;
  --color-primary-dark: #004430;
  --color-primary-light: #d6fef3;
  --color-secondary: #ed2a62;
  --color-text: #212529;
  --color-text-muted: #6c757d;
  --color-background: #fcfcfc;
  --color-surface: #f5f5f5;
  --color-border: #e5e7eb;
  --color-success: #22c55e;
  
  --max-width: 1140px;
  --header-height: 85px;
  --border-radius: 6px;
  --border-radius-sm: 3px;
  --border-radius-md: 9px;
  --border-radius-lg: 12px;
  --spacing-xs: 0.22478423881552365rem;
  --spacing-sm: 0.4495684776310473rem;
  --spacing-md: 0.8991369552620946rem;
  --spacing-lg: 1.3487054328931418rem;
  --spacing-xl: 1.7982739105241892rem;
  --spacing-xxl: 2.6974108657862836rem;
}
