/*
 * Montech — local woff2 served from /fonts/montech/.
 *
 * Montech ships with hhea/OS-2 metrics that overstate the descent (250/1000)
 * and add a 100/1000 line-gap, so line-height: 1 leaves a phantom band below
 * the glyphs. Override to optically centre caps (real cap top ~739, real
 * descender -10) while keeping room for lowercase descenders.
 */
@font-face {
  font-family: "Montech";
  src: url("./MONTECHV02-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  ascent-override: 88%;
  descent-override: 12%;
  line-gap-override: 0%;
}

@font-face {
  font-family: "Montech";
  src: url("./MONTECHV02-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  ascent-override: 88%;
  descent-override: 12%;
  line-gap-override: 0%;
}
