@font-face {
	font-family: "TheSerif";
	src: url("../fonts/TheSerifC5-5_Plain.woff2") format("woff2"), url("../fonts/TheSerifC5-5_Plain.woff") format("woff");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: "TheSerif";
	src: url("../fonts/TheSerifC5-5iPlainItalic.woff2") format("woff2"), url("../fonts/TheSerifC5-5iPlainItalic.woff") format("woff");
	font-weight: 500;
	font-style: italic
}

@font-face {
	font-family: "TheSerif";
	src: url("../fonts/TheSerifC5-7_Bold.woff2") format("woff2"), url("../fonts/TheSerifC5-7_Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: "TheSerif";
	src: url("../fonts/TheSerifC5-7iBoldItalic.woff2") format("woff2"), url("../fonts/TheSerifC5-7iBoldItalic.woff") format("woff");
	font-weight: 700;
	font-style: italic
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body {
	font-family: "TheSerif", serif;
	font-size  : 1.05rem;
	font-weight: 500;
}