/* ============================================================
   KATSUBA — selbst gehostete Schriften (latin)
   Ersetzt die Google-Fonts-Einbindung; keine externen Requests.
   ============================================================ */

/* IBM Plex Sans JP — Headlines */
@font-face {
  font-family: "IBM Plex Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/ibm-plex-sans-jp-v7-latin-500.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/ibm-plex-sans-jp-v7-latin-700.woff2") format("woff2");
}

/* Noto Sans — Fließtext */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/noto-sans-v42-latin-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/noto-sans-v42-latin-500.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/noto-sans-v42-latin-600.woff2") format("woff2");
}
