/* Redaction 10 — the degraded grade of the Redaction family (MCKL, SIL Open Font
   License). The supplied OTF is the source of truth; WOFF2 is listed first as a
   smaller equivalent for browsers that take it. Private family name +
   font-display:block => the real face paints or nothing does, so the headline
   never flashes in a substitute serif. */
@font-face {
  font-family: "TM Redaction Block";
  src: url("assets/fonts/redaction-10-latin-400-normal.woff2") format("woff2"),
       url("assets/fonts/Redaction10-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
