@font-face {
    font-family: 'Zalando Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('ZalandoSans-Regular.woff2') format('woff2'),
        url('ZalandoSans-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Zalando Sans Regular';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('ZalandoSans-Bold.woff2') format('woff2'),
        url('ZalandoSans-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Zalando Sans Regular Wide';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('ZalandoSans-RegularWide.woff2') format('woff2'),
        url('ZalandoSans-RegularWide.woff') format('woff');
}