/* OVN FONT FAMILY RALEWAY */

@font-face {
	font-family: "Raleway";
	font-style: normal;
	font-weight: 100;
	src: local(""), 
		url("../webfonts/raleway-v28-latin-100.woff2") format("woff2"),
		url("../webfonts/raleway-v28-latin-100.woff") format("woff");
}

@font-face {
	font-family: "Raleway";
	font-style: normal;
	font-weight: 200;
	src: local(""), 
		url("../webfonts/raleway-v28-latin-200.woff2") format("woff2"),
		url("../webfonts/raleway-v28-latin-200.woff") format("woff");
}

@font-face {
	font-family: "Raleway";
	font-style: normal;
	font-weight: 300;
	src: local(""), 
		url("../webfonts/raleway-v28-latin-300.woff2") format("woff2"),
		url("../webfonts/raleway-v28-latin-300.woff") format("woff");
}

@font-face {
	font-family: "Raleway";
	font-style: normal;
	font-weight: 400;
	src: local(""),
		url("../webfonts/raleway-v28-latin-regular.woff2") format("woff2"),
		url("../webfonts/raleway-v28-latin-regular.woff") format("woff");
}

@font-face {
	font-family: "Raleway";
	font-style: normal;
	font-weight: 500;
	src: local(""), 
		url("../webfonts/raleway-v28-latin-500.woff2") format("woff2"),
		url("../webfonts/raleway-v28-latin-500.woff") format("woff");
}

@font-face {
	font-family: "Raleway";
	font-style: normal;
	font-weight: 600;
	src: local(""), 
		url("../webfonts/raleway-v28-latin-600.woff2") format("woff2"),
		url("../webfonts/raleway-v28-latin-600.woff") format("woff");
}

@font-face {
	font-family: "Raleway";
	font-style: normal;
	font-weight: 700;
	src: local(""), url("../webfonts/raleway-v28-latin-700.woff2") format("woff2"),
		url("../webfonts/raleway-v28-latin-700.woff") format("woff");
}

@font-face {
	font-family: "Raleway";
	font-style: normal;
	font-weight: 800;
	src: local(""), 
		url("../webfonts/raleway-v28-latin-800.woff2") format("woff2"),
		url("../webfonts/raleway-v28-latin-800.woff") format("woff");
}

@font-face {
	font-family: "Raleway";
	font-style: normal;
	font-weight: 900;
	src: local(""), 
		url("../webfonts/raleway-v28-latin-900.woff2") format("woff2"),
		url("../webfonts/raleway-v28-latin-900.woff") format("woff");
}

@font-face {
	font-family: "Raleway";
	font-style: italic;
	font-weight: 400;
	src: local(""),
		url("../webfonts/raleway-v28-latin-italic.woff2") format("woff2"),
		url("../webfonts/raleway-v28-latin-italic.woff") format("woff");
}

/* OVN FONT FAMILY INTER */
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100;
	src: local(""),url("../webfonts/Inter-Thin.woff") format("woff");
}
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 200;
	src: local(""),url("../webfonts/Inter-ExtraLight.woff") format("woff");
}
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 300;
	src: local(""),url("../webfonts/Inter-Light.woff") format("woff");
}
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	src: local(""),url("../webfonts/Inter-Regular.woff") format("woff");
}
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 500;
	src: local(""),url("../webfonts/Inter-Medium.woff") format("woff");
}
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 600;
	src: local(""),url("../webfonts/Inter-SemiBold.woff") format("woff");
}
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 700;
	src: local(""),url("../webfonts/Inter-Bold.woff") format("woff");
}
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 800;
	src: local(""),url("../webfonts/Inter-ExtraBold.woff") format("woff");
}
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 900;
	src: local(""),url("../webfonts/Inter-Black.woff") format("woff");
}