/* ==========================================================
   Google Fonts
========================================================== */

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

/* ==========================================================
   Global Typography
========================================================== */

body,
p,
a,
button,
input,
textarea,
li,
span{

    font-family:'Manrope',sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6{

    font-family:'Poppins',sans-serif;

}