/* SCHRIFTEN */
/* Zurordnung laut W3! https://www.w3.org/TR/css3-fonts/ */


/* 300 = light */
@font-face {
	font-family: "TheMix";
	src: local("TheMix-3_Light.otf"),
		url("fonts/TheMix/TheMix-3_Light.otf") format("opentype");
	font-weight: 300;
	font-style: normal;
}
/* 400 = normal, book */

/* 500 = medium */

/* 600 = semibold */
@font-face {
	font-family: "TheMix";
	src: local("TheMix-6_SemiBold.otf"),
		url("fonts/TheMix/TheMix-6_SemiBold.otf") format("opentype");
	font-weight: 600;
	font-style: normal;
}

/* 700 = bold */

/* 900 = black */


/**********************************************/

/* 500 = medium */
@font-face {
	font-family: "TheMixSCd";
	src: local("TheMixSCd-5_Plain.otf"),
		url("fonts/TheMix/TheMixSCd-5_Plain.otf") format("opentype");
	font-weight: 500;
	font-style: normal;
}

/* 600 = semibold */
@font-face {
	font-family: "TheMixSCd";
	src: local("TheMixSCd-6_SemiBold.otf"),
		url("fonts/TheMix/TheMixSCd-6_SemiBold.otf") format("opentype");
	font-weight: 600;
	font-style: normal;
}

/**********************************************/


/* 200 = extralight / thin */
@font-face {
	font-family: "TheSans";
	src: local("TheSans-2_ExtraLight.otf"),
		url("fonts/TheSans/TheSans-2_ExtraLight.otf") format("opentype");
	font-weight: 200;
	font-style: normal;
}


/* 400 = normal, book */
@font-face {
	font-family: "TheSans";
	src: local("TheSans-4_SemiLight.otf"),
		url("fonts/TheSans/TheSans-4_SemiLight.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
}

/* 600 = semibold */
@font-face {
	font-family: "TheSans";
	src: local("TheSans-6_SemiBold.otf"),
		url("fonts/TheSans/TheSans-6_SemiBold.otf") format("opentype");
	font-weight: 600;
	font-style: normal;
}

/* 700 = bold */
@font-face {
	font-family: "TheSans";
	src: local("TheSans-7_Bold.otf"),
		url("fonts/TheSans/TheSans-7_Bold.otf") format("opentype");
	font-weight: 700;
	font-style: normal;
}





/* ENDE FONTS */