@font-face {
    font-family: 'Maison Neue';
    src: url('../fonts/Maison/MaisonNeue-Bold.woff2') format('woff2');
        
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Maison Neue';
    src: url('../fonts/Maison/MaisonNeue-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Maison Neue';
    src: url('../fonts/Maison/MaisonNeue-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Maison Neue';
    src: url('../fonts/Maison/MaisonNeue-Book.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}