/* ==========================================================================
   Mahr Software — Webfont "Mont" (subset of shipped weights)
   Self-hosted TTF. Nur die im UI genutzten Gewichte werden ausgeliefert:
   Book 400 (Body), SemiBold 600, Bold 700, Heavy 800 (Display).
   Fehlende Gewichte fallen browserseitig auf das nächstliegende zurück.
   ========================================================================== */

@font-face {
  font-family: "Mont"; src: url("fonts/Mont-Book.ttf") format("truetype");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Mont"; src: url("fonts/Mont-SemiBold.ttf") format("truetype");
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Mont"; src: url("fonts/Mont-Bold.ttf") format("truetype");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Mont"; src: url("fonts/Mont-Heavy.ttf") format("truetype");
  font-weight: 800; font-style: normal; font-display: swap;
}
