@font-face {
    font-family: 'Condensed';
    font-style: normal;
    src: url("../../fonts/00174-UTM-Swiss-Condensed.ttf");
}

@font-face {
    font-family: 'CondensedBold';
    font-style: normal;
    src: url("../../fonts/00175-UTM-Swiss-CondensedBold.ttf");
}

body {
    font-family: 'Condensed', 'CondensedBold' !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #e5e5e5;
}

a,
p,
div,
span,
li, h1, h2, h3, h4, h5, h6
button {
    font-family: 'Condensed', 'CondensedBold' !important;
}

.menu-icon {
    width: 17px !important
}
