@font-face {
    font-family: LexendL;
    src: url(fonts/Lexend-Light.ttf);
    font-display: swap
}

@font-face {
    font-family: LexendR;
    src: url(fonts/Lexend-Regular.ttf);
    font-display: swap
}

@font-face {
    font-family: Fira Sans;
    src: url(fonts/FiraSans-Regular.ttf);
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-VariableFont_wght.ttf);
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(https://soloweb.mx/css/fonts/Inter-VariableFont_slnt%2Cwght.woff2);
    font-display: swap
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat;
    font-style: normal
}

body, p{
    font-family: LexendL;
    line-height: 1.8;
    font-size: 16px;
}

body, p {
    text-align: left !important;
}

h1 {
    font-size: 3.815rem;
    font-weight: 700;
    line-height: 70px !important
}

h2 {
    font-size: 2.2rem;
}

h3 {
    font-size: 1.8rem;
}

h4 {
    font-size: 1.953rem;
}

h5 {
    font-size: 1.563rem;
}

h6 {
    font-size: 1.25rem
}


hr {
    margin: 5px 0px;
}