/**
 * Self-hosted Montserrat variable font (replaces the Google Fonts CDN load).
 *
 * Equivalent to the previous external request:
 *   https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap
 *
 * Variable font: weight axis 100-900, plus a separate italic file.
 * Sources downloaded from the Fontsource CDN (which redistributes the upstream
 * Google Fonts release under the SIL Open Font License 1.1).
 */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./Montserrat-VariableFont_wght.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('./Montserrat-Italic-VariableFont_wght.woff2') format('woff2');
}
