/* ==========================================================
   PHIUM Typography
========================================================== */

body{

    font-family:Poppins,sans-serif;

    font-size:16px;

    line-height:1.7;

    color:var(--color-text);

}

h1{

    font-family:"Cormorant Garamond",serif;

    font-size:52px;

    font-weight:600;

    line-height:1.1;

    color:var(--color-heading);

}

h2{

    font-family:"Cormorant Garamond",serif;

    font-size:42px;

}

h3{

    font-family:"Cormorant Garamond",serif;

    font-size:34px;

}

h4{

    font-size:22px;

}

h5{

    font-size:18px;

}

h6{

    font-size:16px;

}