/**
 * Lokale Schriften für nadinegeyer.de
 */

/* Manrope Variable – Fließtext, Navigation und Schaltflächen */
@font-face {
  font-family: "Manrope";
  src: url("manrope-variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

/* Fraunces Variable – Überschriften und besondere Hervorhebungen */
@font-face {
  font-family: "Fraunces";
  src: url("fraunces-variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --dialoge-font-body:
    "Manrope",
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;

  --dialoge-font-display:
    "Fraunces",
    Georgia,
    Cambria,
    "Times New Roman",
    serif;
}