@font-face {
	font-family: Montserrat;
	font-weight: 100;
	src: url("/resources/webfonts/monserrat/fonts/Montserrat-Thin.otf") format("opentype");
}
@font-face {
	font-family: Montserrat;
	font-weight: 200;
	src: url("/resources/webfonts/monserrat/fonts/Montserrat-ExtraLight.otf") format("opentype");
}
@font-face {
	font-family: Montserrat;
	font-weight: 300;
	src: url("/resources/webfonts/monserrat/fonts/Montserrat-Light.otf") format("opentype");
}
@font-face {
	font-family: Montserrat;
	font-weight: 400;
	src: url("/resources/webfonts/monserrat/fonts/Montserrat-Regular.otf") format("opentype");
}
@font-face {
	font-family: Montserrat;
	font-weight: 500;
	src: url("/resources/webfonts/monserrat/fonts/Montserrat-Medium.otf") format("opentype");
}
@font-face {
	font-family: Montserrat;
	font-weight: 600;
	src: url("/resources/webfonts/monserrat/fonts/Montserrat-SemiBold.otf") format("opentype");
}
@font-face {
	font-family: Montserrat;
	font-weight: 700;
	src: url("/resources/webfonts/monserrat/fonts/Montserrat-Bold.otf") format("opentype");
}
@font-face {
	font-family: Montserrat;
	font-weight: 800;
	src: url("/resources/webfonts/monserrat/fonts/Montserrat-ExtraBold.otf") format("opentype");
}
@font-face {
	font-family: Montserrat;
	font-weight: 900;
	src: url("/resources/webfonts/monserrat/fonts/Montserrat-Black.otf") format("opentype");
}