/* Self-hosted brand fonts (latin subsets, copied from @fontsource packages).
   Loaded by the prebuilt blog and legal pages; the Astro pages get the same
   families via Fontsource imports in BaseLayout. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/inter-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/inter-latin-700-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/montserrat-latin-700-italic.woff2') format('woff2');
}
