/* Self-hosted Alexandria + Montserrat (latin subset, variable weight).
   One woff2 per family covers all weights. font-display:swap. */
@font-face {
  font-family: 'Alexandria';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('alexandria.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('montserrat.woff2') format('woff2');
}
