/*
 * Pixelaat — Montserrat (self-hosted)
 * Source : google-webfonts-helper (gwfh.mranftl.com) · Montserrat v31
 * Subsets: latin, latin-ext (covers French accents)
 * Weights: 300 / 400 / 500 / 600 / 700 / 800 · normal style · woff2
 * License: SIL Open Font License 1.1 — see OFL.txt
 *
 * Typeface per the Pixelaat Website Technical Document v1.2, §5
 * ("Typographies : Montserrat"). Phase 1 enqueues only the weights used.
 */

/* 300 — Light */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('montserrat-v31-latin_latin-ext-300.woff2') format('woff2');
}

/* 400 — Regular */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('montserrat-v31-latin_latin-ext-regular.woff2') format('woff2');
}

/* 500 — Medium */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('montserrat-v31-latin_latin-ext-500.woff2') format('woff2');
}

/* 600 — SemiBold */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('montserrat-v31-latin_latin-ext-600.woff2') format('woff2');
}

/* 700 — Bold */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('montserrat-v31-latin_latin-ext-700.woff2') format('woff2');
}

/* 800 — ExtraBold */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('montserrat-v31-latin_latin-ext-800.woff2') format('woff2');
}
