/* IM Fell English — self-hosted parchment display font.
 * Spejler noto-sans.css's ægte lokale mønster (relativ src), IKKE
 * libre-baskerville.css (hvis "fallback" peger tilbage på fonts.gstatic.com).
 * IM Fell English har KUN Roman + Italic (ingen ægte bold) — faux-bold
 * bruges bevidst på display-størrelser, se design-doc §A3. */
@font-face {
  font-family: 'IM Fell English';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(im-fell-english-normal.woff2) format('woff2');
}
@font-face {
  font-family: 'IM Fell English';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(im-fell-english-italic.woff2) format('woff2');
}
