/* Wird nur eingebunden, wenn beide vom Betreiber hochgeladenen Schriftdateien vorhanden sind. */
@font-face {
font-family: "Manrope Local";
src: url("/assets/font/manrope-variable.ttf") format("truetype");
font-style: normal;
font-weight: 200 800;
font-display: swap;
}

@font-face {
font-family: "DM Sans Local";
src: url("/assets/font/dm-sans-variable.ttf") format("truetype");
font-style: normal;
font-weight: 100 1000;
font-display: swap;
}
