@font-face {
    font-family: 'montserrat';
    src: url(../font/Montserrat-Regular.otf);
    font-weight: normal;
}

@font-face {
    font-family: 'montserrat';
    src: url(../font/Montserrat-Medium.otf);
    font-weight: bolder;
}

@font-face {
    font-family: 'montserrat';
    src: url(../font/Montserrat-Bold.otf);
    font-weight: bold;
}