@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
}

h1 {
    font-weight: 500;
    font-size: 74px;
    line-height: 80px;
}

h2 {
    font-weight: 500;
    font-size: 54px;
    line-height: 100%;
}

h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
}

h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
}

h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
}

h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
}

@media (max-width: 768px) {
    h1 {
        font-size: 54px;
        line-height: 100%;
    }

    h2 {
        font-size: 32px;
    }

    h4 {
        font-weight: 500;
    }

    h5 {
        font-weight: 700;
    }
}

/*fonte p1 */
.text-lg {
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
}

/*fonte p2 */
.text-md {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
}

/*fonte p3 */
.text-sm {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

/*fonte p4 */
.text-xs {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}