/* LIGHT */
@font-face {
	font-family: "DoveraSansNew";
	src:
		url("DoveraSansNew-Light.woff2") format("woff2"),
		url("DoveraSansNew-Light.otf") format("opentype");
	font-weight: 100 300;
}

/* REGULAR (400) */

@font-face {
	font-family: "DoveraSansNew";
	src:
		url("DoveraSansNew-Regular.woff2") format("woff2"),
		url("DoveraSansNew-Regular.otf") format("opentype");
	font-weight: 400;
}

/* SEMIBOLD */

@font-face {
	font-family: "DoveraSansNew";
	src:
		url("DoveraSansNew-Medium.woff2") format("woff2"),
		url("DoveraSansNew-Medium.otf") format("opentype");
	font-weight: 500 600;
}

/* BOLD */

@font-face {
	font-family: "DoveraSansNew";
	src:
		url("DoveraSansNew-Bold.woff2") format("woff2"),
		url("DoveraSansNew-Bold.otf") format("opentype");
	font-weight: 700 900;
}

/* ITALIC */

/* LIGHT */

@font-face {
	font-family: "DoveraSansNew";
	src:
		url("DoveraSansNew-LightItalic.woff2") format("woff2"),
		url("DoveraSansNew-LightItalic.otf") format("opentype");
	font-style: italic;
	font-weight: 100 300;
}

/* REGULAR */

@font-face {
	font-family: "DoveraSansNew";
	src:
		url("DoveraSansNew-RegularItalic.woff2") format("woff2"),
		url("DoveraSansNew-RegularItalic.otf") format("opentype");
	font-style: italic;
	font-weight: 400;
}

/* SEMIBOLD */

@font-face {
	font-family: "DoveraSansNew";
	src:
		url("DoveraSansNew-MediumItalic.woff2") format("woff2"),
		url("DoveraSansNew-MediumItalic.otf") format("opentype");
	font-style: italic;
	font-weight: 500 600;
}

/* BOLD */

@font-face {
	font-family: "DoveraSansNew";
	src:
		url("DoveraSansNew-BoldItalic.woff2") format("woff2"),
		url("DoveraSansNew-BoldItalic.otf") format("opentype");
	font-style: italic;
	font-weight: 700 900;
}
