/* Self-hosted Inter (variable). Owned — served from our own Pages, no Google Fonts CDN. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/styles/fonts/InterVariable.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('/styles/fonts/InterVariable-Italic.woff2') format('woff2');
}

/* Self-hosted Charter (Bitstream, freely redistributable — see styles/fonts/Charter-LICENSE.txt).
   Owned — served from our own Pages, no external font CDN. */
@font-face {
  font-family: 'Charter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/styles/fonts/Charter-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Charter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/styles/fonts/Charter-Italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Charter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/styles/fonts/Charter-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Charter';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/styles/fonts/Charter-BoldItalic.woff2') format('woff2');
}
