@font-face {
    font-family: 'Zalando Sans Condensed';
    src: url('../fonts/ZalandoSans_Condensed-Black.ttf');
    font-weight: bold;
}
@font-face {
    font-family: 'Zalando Sans Condensed';
    src: url('../fonts/ZalandoSans_Condensed-BlackItalic.ttf');
    font-weight: bold;
    font-style: italic, oblique;
}
@font-face {
    font-family: 'Zalando Sans Semi Condensed';
    src: url('../fonts/ZalandoSans_SemiCondensed-Medium.ttf');
    font-weight: medium;
}
@font-face {
    font-family: 'Zalando Sans Semi Condensed';
    src: url('../fonts/ZalandoSans_SemiCondensed-Medium.ttf');
    font-weight: medium;
    font-style: italic, oblique;
}

@font-face {
    font-family: 'Zalando Sans Semi Condensed';
    src: url('../fonts/ZalandoSans_SemiCondensed-Bold.ttf');
    font-weight: bold;
}
@font-face {
    font-family: 'Zalando Sans Semi Condensed';
    src: url('../fonts/ZalandoSans_SemiCondensed-Bold.ttf');
    font-weight: bold;
    font-style: italic, oblique;
}