/* TT Norms Pro Mono Trial — all weights/styles used across the site.
   Subset to latin + latin-ext and served as WOFF2: ~150KB TTF -> ~19KB each.
   The .ttf originals live in ../../source-fonts/ and are not served; regenerate
   with the subsetting script if the character coverage ever needs widening.

   font-display stays `block` on purpose. `swap` would reintroduce the
   system-font flash these files were switched away from — and since each face
   is now ~19KB and the two chrome faces are <link rel=preload>ed in every
   page's <head>, the block period is over almost immediately anyway. */

@font-face {
  font-family: "TT Norms Mono";
  src: url("../../font/tt-norms-mono-thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "TT Norms Mono";
  src: url("../../font/tt-norms-mono-thin-italic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "TT Norms Mono";
  src: url("../../font/tt-norms-mono-extralight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "TT Norms Mono";
  src: url("../../font/tt-norms-mono-extralight-italic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "TT Norms Mono";
  src: url("../../font/tt-norms-mono-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "TT Norms Mono";
  src: url("../../font/tt-norms-mono-light-italic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "TT Norms Mono";
  src: url("../../font/tt-norms-mono-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "TT Norms Mono";
  src: url("../../font/tt-norms-mono-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "TT Norms Mono";
  src: url("../../font/tt-norms-mono-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "TT Norms Mono";
  src: url("../../font/tt-norms-mono-medium-italic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "TT Norms Mono";
  src: url("../../font/tt-norms-mono-demibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "TT Norms Mono";
  src: url("../../font/tt-norms-mono-demibold-italic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "TT Norms Mono";
  src: url("../../font/tt-norms-mono-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "TT Norms Mono";
  src: url("../../font/tt-norms-mono-bold-italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: block;
}
