﻿
/*@font-face {
    font-family: 'Inter Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Inter Regular'), url('Inter-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Inter Bold';
    font-style: normal;
    font-weight: bold;
    src: local('Inter Bold'), url('Inter-Bold.woff') format('woff');
}*/

@font-face {
    font-family: MaisonNeueBook;
    src: url(../fonts/MaisonNeue-Book.woff);
}

@font-face {
    font-family: MaisonNeueLight;
    src: url(../fonts/MaisonNeue-Light.otf);
}

@font-face {
    font-family: MaisonNeueBold;
    src: url(../fonts/MaisonNeue-Bold.otf);
}

