/*
==================================
TYPOGRAPHY
==================================
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

body{

font-family:'Poppins',sans-serif;

font-size:16px;

font-weight:400;

line-height:1.8;

color:var(--dmi-text);

}

/*============================*/

h1{

font-size:42px;

font-weight:700;

color:var(--dmi-primary);

margin-bottom:20px;

}

h2{

font-size:34px;

font-weight:700;

color:var(--dmi-primary);

margin-bottom:18px;

}

h3{

font-size:28px;

font-weight:600;

color:var(--dmi-primary);

margin-bottom:16px;

}

h4{

font-size:22px;

font-weight:600;

margin-bottom:14px;

}

h5{

font-size:18px;

font-weight:600;

margin-bottom:12px;

}

h6{

font-size:16px;

font-weight:600;

margin-bottom:10px;

}

/*============================*/

p{

margin-bottom:18px;

}

/*============================*/

strong{

font-weight:700;

}

/*============================*/

small{

font-size:13px;

color:var(--dmi-text-light);

}