/* Matter-Schrift fuer die Makler-Seiten. Ersetzt das next/font-Setup des
   Static-Exports; globals.css referenziert die Familie "Matter" via --font-sans. */
@font-face {
  font-family: "Matter";
  src: url("/wm/fonts/Matter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Matter";
  src: url("/wm/fonts/Matter-RegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Matter";
  src: url("/wm/fonts/Matter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
