/*General*/
@font-face {
    font-family: 'Averta';
    src: url(../fonts/Averta-Regular.otf);
    font-weight: normal;
}
@font-face {
    font-family: 'Averta';
    src: url(../fonts/Averta-Semibold.otf);
    font-weight: 600;
}
@font-face {
    font-family: 'Averta';
    src: url(../fonts/Averta-Bold.otf);
    font-weight: 700;
}
@font-face {
    font-family: 'UTM-Swiss-Condensed';
    src: url(../fonts/UTM-Swiss-Condensed.ttf);
}
@font-face {
    font-family: 'UTM-Swiss-CondensedBold';
    src: url(../fonts/UTM-Swiss-CondensedBold.ttf);
}
body{
    font-family: 'Averta', sans-serif !important;
    line-height: 1.125rem;
}