

@font-face {
    font-family: 'neuemontreal';
    src: url('woff/NeueMontreal-Light.woff') format('woff'),
         url('otf/NeueMontreal-Light.otf') format('opentype');
    font-style: normal;
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'neuemontreal';
    src: url('woff/NeueMontreal-Regular.woff') format('woff'),
         url('otf/NeueMontreal-Regular.otf') format('opentype');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'neuemontreal';
    src: url('woff/NeueMontreal-Regular.woff') format('woff'),
         url('otf/NeueMontreal-Regular.otf') format('opentype');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'neuemontreal';
    src: url('woff/NeueMontreal-Medium.woff') format('woff'),
         url('otf/NeueMontreal-Medium.otf') format('opentype');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}


@font-face {
    font-family: 'neuemontreal';
    src: url('woff/NeueMontreal-Bold.woff') format('woff'),
         url('otf/NeueMontreal-Bold.otf') format('opentype');
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}