@font-face {
    font-family: Montserrat;
    src: url("../fonts/MontserratAlternates-Regular.otf") format("opentype");
	font-weight: normal;
}

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

@font-face {
    font-family: Montserrat;
    font-weight:lighter;
    src: url("../fonts/MontserratAlternates-Light.otf") format("opentype");
}

@font-face {
    font-family: Montserrat;
    src: url("../fonts/MontserratAlternates-SemiBold.otf") format("opentype");
	font-weight:500;
}

@font-face {
    font-family: Montserrat;
    src: url("../fonts/MontserratAlternates-Black.otf") format("opentype");
	font-weight:600;
}



@font-face {
    font-family: MontserratR;
    src: url("../fonts/Montserrat-Regular.otf") format("opentype");
	font-weight: normal;
}

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

@font-face {
    font-family: MontserratR;
    font-weight:lighter;
    src: url("../fonts/Montserrat-Light.otf") format("opentype");
}

@font-face {
    font-family: MontserratR;
    src: url("../fonts/Montserrat-SemiBold.otf") format("opentype");
	font-weight:500;
}

@font-face {
    font-family: MontserratR;
    src: url("../fonts/Montserrat-Black.otf") format("opentype");
	font-weight:600;
}
