@font-face {
    font-family: "NeueMontreal";
    src: url("./NeueMontreal-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "NeueMontreal";
    src: url("./NeueMontreal-Regular.otf") format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: "NeueMontreal";
    src: url("./NeueMontreal-Medium.otf") format("opentype");
    font-weight: 500;
}