:root{
  --color-dark: #0f172a;        
  --color-dark-soft: #1e293b;  
  --color-light: #f8fafc;      
  --color-muted: #64748b;       

  --color-accent: #FFCC00;       
  --color-accent-dark: #CC9A00;

  --border-soft: rgba(255,255,255,.08);

  --font-heading: "Poppins", sans-serif;
  --font-body: "Inter", system-ui, sans-serif;

  --hero-title-from: #ffffff;
  --hero-title-to: #c7d2fe; 

  --section-title-from: #e5e7eb;
  --section-title-to: #a78bfa;
}

:root{
  --header-h: 80px;
}
