@font-face {
	font-family: "RubikL";
	src: url("../fonts/Rubik-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "RubikR";
	src: url("../fonts/Rubik-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "RubikM";
	src: url("../fonts/Rubik-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "RubikSB";
	src: url("../fonts/Rubik-SemiBold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "RubikB";
	src: url("../fonts/Rubik-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "RubikEB";
	src: url("../fonts/Rubik-ExtraBold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "RubikBlack";
	src: url("../fonts/Rubik-Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}