/* Self-hosted Charis SIL — WOFF2 only, no third-party CDN dependency.
   Source: @fontsource/charis-sil (SIL OFL 1.1), latin subset, 400/400i/700.
   Charis SIL is a Bitstream Charter derivative, so it sits directly in the
   existing --font-display stack rather than replacing its intent. */
@font-face {
  font-family: 'Charis SIL';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/charis-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Charis SIL';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/charis-400-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Charis SIL';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/charis-700.woff2') format('woff2');
}
