/*
 * Montserrat — the NeverMiss brand typeface.
 *
 * Subset from the licensed files in OneDrive/.../App/Art & Fonts/Montserrat to
 * Latin-1 + Latin Extended-A, so accented Vermont listings render correctly
 * ("Mélissandre T-B & François-Félix Roy" is a real event in the database).
 * ~13KB per weight, cached across pages.
 *
 * WHY THIS FILE EXISTS: the brand specifies Montserrat and the app never loaded
 * it — all five pages fell back to the system font stack, which is most of why
 * the UI read as generic. Self-hosted rather than pulled from Google Fonts: no
 * third-party request on every page load, works offline, nothing to break if a
 * CDN is blocked, and no visitor data handed to Google.
 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('mont-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('mont-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('mont-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('mont-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('mont-900.woff2') format('woff2');
}
