
/*Nunito Sans*/
@font-face {
    font-family: "Nunito";
    src: url("/catalog/view/theme/default/fonts/NunitoSans-VariableFont.ttf");
}
/*Jost*/
@font-face {
    font-family: "Jost";
    src: url("/catalog/view/theme/default/fonts/Jost-VariableFont.ttf");
}

/*--------------------------------------------------*/

.logo-font {
    font-family: "Jost", sans-serif;
    font-size: 24px;
}


h1 {
    font-family: Jost, sans-serif;
    font-weight: bold;
    font-size: 90px;
    min-font-size: 30px;
    text-transform: uppercase;
    line-height: 90px;
    margin: 0 0 20px 0;
}
h2 {
    font-family: Jost, sans-serif;
    font-size: 36px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
h3 {
    font-family: Nunito, sans-serif;
    font-size: 36px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

/*logo-font*/
h4 {
    font-family: Nunito, sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
h5 {
    font-family: Jost, sans-serif;
    font-size: 20px;
    font-weight: bold;
    /*line-height: 25px;*/
    margin: 0 0 0 0;
}
/*Confirm-text*/
h6 {
    font-family: Nunito, sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    margin: 2px 0 0 10px;
}

p {
    font-family: Nunito, sans-serif;
    font-size: 1em;
    line-height: normal;
}