/**
 * Selbstgehostete Schriftart: Manrope (Variable Font)
 * Quelle: offizielles Google Fonts GitHub-Repo (github.com/google/fonts), OFL-lizenziert
 * font-weight 200–800 deckt ExtraLight bis ExtraBold ab (Variable Font = eine Datei, alle Schnitte)
 */
@font-face {
	font-family: "Manrope";
	src: url("../fonts/Manrope-Variable.woff2") format("woff2-variations");
	font-weight: 200 800;
	font-stretch: normal;
	font-style: normal;
	font-display: swap;
}