/* Bulk Retatrutide -- font faces.
   Drop Klim files into assets/fonts/ with these names and they load automatically.
   TEST preview: TestSoehne-Buch.woff2 etc work the same -- just rename to match, OR
   change the src lines below to the Test* filenames. Licensed swap = replace the
   files, keep the names. One place to change, nothing else touches font config. */
@font-face{
  font-family:"Soehne";
  src:url("../assets/fonts/soehne-buch.woff2") format("woff2");
  font-weight:400;font-style:normal;font-display:swap;
}
@font-face{
  font-family:"Soehne";
  src:url("../assets/fonts/soehne-halbfett.woff2") format("woff2");
  font-weight:600;font-style:normal;font-display:swap;
}
@font-face{
  font-family:"Soehne Mono";
  src:url("../assets/fonts/soehne-mono-buch.woff2") format("woff2");
  font-weight:400;font-style:normal;font-display:swap;
}
