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

:root {
  --color-primary: #2fb7a4;   
  --color-secondary: #00372c; 
  --color-third: #2fb7a4;     
  --color-fourth: #00897a;    
  
  --litsea-primary: #2fb7a4;
  --litsea-primary-dark: #239688;   
  --litsea-accent-gold: #c9a24d;
  --litsea-bg-navbar: #ffffff;
  --litsea-bg-mobile: #ffffff;
  --litsea-bg-hover-mobile: #f2fbf9;
  --litsea-text-main: #4a4a4a;      
  --litsea-text-muted: #6b7280;     
  --litsea-text-inverse: #ffffff;
  
  --c-text-strong: #1a1a1a;
  --c-border: #e5e7eb;
  --c-surface: #ffffff;
  --c-surface-subtle: #f9fafb;

  --font-heading: 'Poppins', sans-serif;
  --font-body: 'Inter', sans-serif;
  
  --transition-base: 0.3s ease;
}
