@font-face {
    font-family: Zalando Sans;
    src: url(../static/ZalandoSansExpanded-ExtraLight.ttf) format("truetype"),
        url(../static/ZalandoSansExpanded-ExtraLightItalic.ttf) format("truetype"),
        url(../static/ZalandoSansExpanded-Light.ttf) format("truetype"),
        url(../static/ZalandoSansExpanded-LightItalic.ttf) format("truetype"),
        url(../static/ZalandoSansExpanded-Regular.ttf) format("truetype"),
        url(../static/ZalandoSansExpanded-Italic.ttf) format("truetype"),
        url(../static/ZalandoSansExpanded-Medium.ttf) format("truetype"),
        url(../static/ZalandoSansExpanded-MediumItalic.ttf) format("truetype"),
        url(../static/ZalandoSansExpanded-SemiBold.ttf) format("truetype"),
        url(../static/ZalandoSansExpanded-SemiBoldItalic.ttf) format("truetype"),
        url(../static/ZalandoSansExpanded-Bold.ttf) format("truetype"),
        url(../static/ZalandoSansExpanded-BoldItalic.ttf) format("truetype"),
        url(../static/ZalandoSansExpanded-ExtraBold.ttf) format("truetype"),
        url(../static/ZalandoSansExpanded-ExtraBoldItalic.ttf) format("truetype"),
        url(../static/ZalandoSansExpanded-Black.ttf) format("truetype"),
        url(../static/ZalandoSansExpanded-BlackItalic.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
  
body {
    margin: 0;
    font-family: 'Zalando Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    background-color: #f4f4f4;
    color: #333;
}

* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}