@font-face {
    font-family: 'MontserratBold';
    src: url('../fonts/Montserrat-Bold.otf') format('opentype');
}
@font-face {
    font-family: 'MontserratLight';
    src: url('../fonts/Montserrat-Light.otf') format('opentype');
}
@font-face {
    font-family: 'MontserratRegular';
    src: url('../fonts/Montserrat-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'MontserratUltraLight';
    src: url('../fonts/Montserrat-UltraLight.otf') format('opentype');
}


.MontserratBold {
    font-family: 'MontserratBold';
}
.MontserratLight {
    font-family: 'MontserratLight';
}
.MontserratRegular {
    font-family: 'MontserratRegular';
}
.MontserratUltraLight {
    font-family: 'MontserratUltraLight';
}