/* ============================================
   Inter – Variable Font (UI-Schrift)
   Source: https://github.com/rsms/inter releases/v4.1
   License: SIL Open Font License 1.1 (OFL-1.1)
   ============================================ */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/static/fonts/Inter-Variable.woff2") format(woff2) tech(variations);
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("/static/fonts/Inter-Italic-Variable.woff2") format(woff2) tech(variations);
}

/* ============================================
   Source Serif 4 – Variable Font (Lesetext)
   Source: https://github.com/adobe-fonts/source-serif releases/4.005R
   License: SIL Open Font License 1.1 (OFL-1.1)
   ============================================ */

@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("/static/fonts/SourceSerif4-Variable.woff2") format(woff2) tech(variations);
}

@font-face {
  font-family: "Source Serif 4";
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url("/static/fonts/SourceSerif4-Italic-Variable.woff2") format(woff2) tech(variations);
}
