@font-face {
    font-family: MontserratBlack;
    font-weight: black;
    src: url("../../resources/fonts/montserrat/Montserrat-Black.otf") format("opentype");
}

@font-face {
    font-family: MontserratExtraBold;
    font-weight: extrabold;
    src: url("../../resources/fonts/montserrat/Montserrat-ExtraBold.otf") format("opentype");
}

@font-face {
    font-family: MontserratLight;
    font-weight: light;
    src: url("../../resources/fonts/montserrat/Montserrat-Light.otf") format("opentype");
}

@font-face {
    font-family: MontserratSemiBold;
    font-weight: semibold;
    src: url("../../resources/fonts/montserrat/Montserrat-SemiBold.otf") format("opentype");
}

@font-face {
    font-family: MontserratBold;
    font-weight: bold;
    src: url("../../resources/fonts/montserrat/Montserrat-Bold.otf") format("opentype");
}

@font-face {
    font-family: MontserratHairline;
    font-weight: hairline;
    src: url("../../resources/fonts/montserrat/Montserrat-Hairline.otf") format("opentype");
}

@font-face {
    font-family: MontserratRegular;
    font-weight: regular;
    src: url("../../resources/fonts/montserrat/Montserrat-Regular.otf") format("opentype");
}

@font-face {
    font-family: MontserratUltraLight;
    font-weight: ultralight;
    src: url("../../resources/fonts/montserrat/Montserrat-UltraLight.otf") format("opentype");
}

