/**
 * @file fonts.css
 * LMS EduOS typography.
 *
 * Inter is the ONLY typeface in EduOS — display and body alike. Mercury's
 * inherited Outfit display face has been removed to comply.
 *
 * No unicode-range is declared: InterVariable covers the full Latin range in a
 * single file, and the site is German — restricting to latin-ext would drop
 * U+0000-00FF and send ä/ö/ü/ß to a fallback font.
 *
 * You can customize these values without rebuilding the compiled CSS. Copy this
 * file to your web root, so it sits next to index.php, and clear Drupal's
 * cache. Then, any changes you make in this file should be reflected right away.
 */

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