/* Webfonts, self-hosted.
   Syne · Manrope · DM Mono — SIL Open Font License 1.1, see fonts/OFL-*.txt
   Subset to latin + latin-ext plus the symbols used on these pages. */

/* Variable file. Range capped at 600: the axis runs to 800, and exposing it
   would re-weight headings that rely on the UA default of 700. */
@font-face{
  font-family:'Syne';
  src:url('fonts/Syne-var.woff2') format('woff2');
  font-weight:400 600;
  font-style:normal;
  font-display:swap;
}

/* Variable file. Range capped at 500, as above. */
@font-face{
  font-family:'Manrope';
  src:url('fonts/Manrope-var.woff2') format('woff2');
  font-weight:400 500;
  font-style:normal;
  font-display:swap;
}

/* DM Mono ships static cuts only. */
@font-face{
  font-family:'DM Mono';
  src:url('fonts/DMMono-Light.woff2') format('woff2');
  font-weight:300;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'DM Mono';
  src:url('fonts/DMMono-Regular.woff2') format('woff2');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'DM Mono';
  src:url('fonts/DMMono-Medium.woff2') format('woff2');
  font-weight:500;
  font-style:normal;
  font-display:swap;
}
