@font-face {
    font-family: "Onest";
    font-display: swap;
    src: url("OnestRegular1602-hint.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Onest";
    font-display: swap;
    src: url("OnestThin1602-hint.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: "Onest";
    font-display: swap;
    src: url("OnestMedium1602-hint.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: "Onest";
    font-display: swap;
    src: url("OnestExtraBold1602-hint.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}

* {
    font-family: "Onest";
}

/*@media screen and (min-width: 1600px){*/
/*    .container{*/
/*        max-width: 1600px!important;*/
/*    }*/
/*}*/
