@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@600;700;800&display=swap');


:root{


/* =========================
   BRAND COLORS
========================= */


--primary:#000744;

--accent:#0ea5a4;

--orange:#F59E0B;

--light:#F0FDFA;

--text:#111827;

--white:#ffffff;



/* =========================
   FONTS
========================= */


--font-body:'Inter', sans-serif;

--font-heading:'Poppins', sans-serif;



/* =========================
   SIZES
========================= */


--heading-xl:55px;

--heading-lg:40px;

--heading-md:28px;

--text-lg:20px;

--text-md:18px;

--text-sm:16px;



/* =========================
   SPACING
========================= */


--section-padding:90px 10%;


}