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


/* 300 = light */

/* 400 = normal, book */

/* 500 = medium */

/* 600 = semibold */

/* 700 = bold */

/* 900 = black */


/**********************************************/
/* Variable Font */
@font-face {
	font-family: "Comfortaa";
	src: url("fonts/Comfortaa-VariableFont_wght.ttf") format("truetype-variations");
	font-weight: normal;
	font-style: normal;
}


/* ENDE FONTS */