
/**************************************************
        TIPOGRAFÍA NUNTIUS
**************************************************/

html{

font-size:16px;

}

body{

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

font-size:18px;

line-height:1.75;

color:#202020;

background:#faf9f6;

}

/**************************************************/

h1{

font-family:'Cormorant Garamond',serif;

font-size:68px;

font-weight:700;

line-height:1.05;

color:#18345E;

}

h2{

font-family:'Cormorant Garamond',serif;

font-size:54px;

font-weight:700;

line-height:1.1;

color:#18345E;

}

h3{

font-family:'Cormorant Garamond',serif;

font-size:38px;

font-weight:700;

line-height:1.2;

color:#18345E;

}

h4{

font-family:'Cormorant Garamond',serif;

font-size:28px;

font-weight:700;

}

h5{

font-family:'Cormorant Garamond',serif;

font-size:24px;

}

h6{

font-family:'Cormorant Garamond',serif;

font-size:20px;

}

/**************************************************/

a{

color:#18345E;

transition:.25s;

text-decoration:none;

}

a:hover{

color:#C7A55B;

}

/**************************************************/

p{

margin-bottom:22px;

}

/**************************************************/

strong{

font-weight:700;

}

small{

font-size:13px;

color:#777;

}

