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

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

@font-face {
    font-family: 'Frutiger';
    src: url('Frutiger-BlackCn.woff2') format('woff2'),
        url('Frutiger-BlackCn.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Frutiger';
    src: url('Frutiger-Light.woff2') format('woff2'),
        url('Frutiger-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}