/* ------------------------------------------------------------------
 * NON-BRAND vendor font — Source Serif 4
 * The News desk uses an intentional newspaper/editorial typographic
 * style (serif body). NOT part of the AITCOH brand spec (brand type is
 * Montserrat + Source Sans Pro). Bundled locally so the page renders
 * with no Google Fonts CDN dependency.
 * Source: OFL, github.com/google/fonts (Source Serif 4, variable).
 * ------------------------------------------------------------------ */
@font-face {
  font-family: 'Source Serif 4';
  src: url('../assets/fonts/SourceSerif4/SourceSerif4-VariableFont.ttf') format('truetype-variations'),
       url('../assets/fonts/SourceSerif4/SourceSerif4-VariableFont.ttf') format('truetype');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Source Serif 4';
  src: url('../assets/fonts/SourceSerif4/SourceSerif4-Italic-VariableFont.ttf') format('truetype-variations'),
       url('../assets/fonts/SourceSerif4/SourceSerif4-Italic-VariableFont.ttf') format('truetype');
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}
