/* Start custom CSS */html {
    font-size: 18px;
}

/* PARAGRAFO */
p {
    font-size: clamp(0.95rem, 0.88rem + 0.35vw, 1.15rem);
    line-height: 1.45;
}


/* H1 */
h1 {
    font-size: clamp(3rem, 1.6rem + 3.1vw, 5.33rem);
    line-height: 0.95;
}


/* H2 */
h2 {
    font-size: clamp(2.4rem, 1.6rem + 2.3vw, 4rem);
    line-height: 1;
}


/* H3 */
h3 {
    font-size: clamp(1.9rem, 1.4rem + 1.6vw, 3rem);
    line-height: 1.05;
}


/* H4 */
h4 {
    font-size: clamp(1.6rem, 1.25rem + 1vw, 2.2rem);
    line-height: 1.1;
}


/* H5 */
h5 {
    font-size: clamp(1.3rem, 1.1rem + 0.6vw, 1.7rem);
    line-height: 1.15;
}


/* H6 */
h6 {
    font-size: clamp(1.1rem, 1rem + 0.35vw, 1.4rem);
    line-height: 1.2;
}/* End custom CSS */