/* Lokale Manrope-Einbindung – keine Verbindung zu Google Fonts */
@font-face {
  font-family: "Manrope";
  src: local("Manrope"), url("../fonts/Manrope-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --default-font: "Manrope", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --heading-font: "Manrope", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --nav-font: "Manrope", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}
