/* Self-hosted, OFL-licensed brand fonts (matches bynu.ch: no Google Fonts call,
   fitting the Swiss / FADP positioning). Variable: Fraunces (opsz+wght), Geist,
   Geist Mono; static: Poppins 600/700 for the "Plenum" wordmark. */
@font-face{
  font-family:'Fraunces'; font-style:normal; font-weight:100 900; font-display:swap;
  src:url('/static/fonts/fraunces.woff2') format('woff2');
}
@font-face{
  font-family:'Geist'; font-style:normal; font-weight:100 900; font-display:swap;
  src:url('/static/fonts/geist.woff2') format('woff2');
}
@font-face{
  font-family:'Geist Mono'; font-style:normal; font-weight:100 900; font-display:swap;
  src:url('/static/fonts/geist-mono.woff2') format('woff2');
}
@font-face{
  font-family:'Poppins'; font-style:normal; font-weight:600; font-display:swap;
  src:url('/static/fonts/poppins-600.woff2') format('woff2');
}
@font-face{
  font-family:'Poppins'; font-style:normal; font-weight:700; font-display:swap;
  src:url('/static/fonts/poppins-700.woff2') format('woff2');
}
