/* Fonts Maison */
@font-face {
    font-family: "Maison";
    font-weight: 300;
    src: url(../fonts/Maison-Light.otf);
}
@font-face {
    font-family: "Maison";
    font-weight: 400;
    src: url(../fonts/Maison-Book.otf);
}
@font-face {
    font-family: "Maison";
    font-weight: 500;
    src: url(../fonts/Maison-Medium.otf);
}
@font-face {
    font-family: "Maison";
    font-weight: 600;
    src: url(../fonts/Maison-Demi.otf);
}