/* Canonical presentation fonts. Every family is packaged locally under the
   SIL OFL so editor, frozen review and print use the same metrics offline. */
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter/Inter-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: block;
}
@font-face {
  font-family: "DM Sans";
  src: url("/assets/fonts/google/dm-sans.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 1000;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/google/montserrat.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: block;
}
@font-face {
  font-family: "Oswald";
  src: url("/assets/fonts/google/oswald.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 700;
  font-display: block;
}
@font-face {
  font-family: "Playfair Display";
  src: url("/assets/fonts/google/playfair-display.ttf") format("truetype");
  font-style: normal;
  font-weight: 400 900;
  font-display: block;
}
@font-face {
  font-family: "Lora";
  src: url("/assets/fonts/google/lora.ttf") format("truetype");
  font-style: normal;
  font-weight: 400 700;
  font-display: block;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("/assets/fonts/google/space-grotesk.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 700;
  font-display: block;
}
@font-face { font-family: "Manrope"; src: url("/assets/fonts/google/manrope.ttf") format("truetype"); font-style: normal; font-weight: 200 800; font-display: block; }
@font-face { font-family: "Roboto"; src: url("/assets/fonts/google/roboto.ttf") format("truetype"); font-style: normal; font-weight: 100 900; font-display: block; }
@font-face { font-family: "Open Sans"; src: url("/assets/fonts/google/open-sans.ttf") format("truetype"); font-style: normal; font-weight: 300 800; font-display: block; }
@font-face { font-family: "Lato"; src: url("/assets/fonts/google/lato-regular.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: block; }
@font-face { font-family: "Lato"; src: url("/assets/fonts/google/lato-bold.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: block; }
@font-face { font-family: "Nunito Sans"; src: url("/assets/fonts/google/nunito-sans.ttf") format("truetype"); font-style: normal; font-weight: 200 1000; font-display: block; }
@font-face { font-family: "Work Sans"; src: url("/assets/fonts/google/work-sans.ttf") format("truetype"); font-style: normal; font-weight: 100 900; font-display: block; }
@font-face { font-family: "Source Sans 3"; src: url("/assets/fonts/google/source-sans-3.ttf") format("truetype"); font-style: normal; font-weight: 200 900; font-display: block; }
@font-face { font-family: "Archivo"; src: url("/assets/fonts/google/archivo.ttf") format("truetype"); font-style: normal; font-weight: 100 900; font-display: block; }
@font-face { font-family: "Urbanist"; src: url("/assets/fonts/google/urbanist.ttf") format("truetype"); font-style: normal; font-weight: 100 900; font-display: block; }
@font-face { font-family: "Barlow Condensed"; src: url("/assets/fonts/google/barlow-condensed-regular.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: block; }
@font-face { font-family: "Barlow Condensed"; src: url("/assets/fonts/google/barlow-condensed-bold.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: block; }
@font-face { font-family: "Bebas Neue"; src: url("/assets/fonts/google/bebas-neue.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: block; }
@font-face { font-family: "Anton"; src: url("/assets/fonts/google/anton.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: block; }
@font-face { font-family: "Libre Baskerville"; src: url("/assets/fonts/google/libre-baskerville.ttf") format("truetype"); font-style: normal; font-weight: 400 700; font-display: block; }
@font-face { font-family: "Cormorant Garamond"; src: url("/assets/fonts/google/cormorant-garamond.ttf") format("truetype"); font-style: normal; font-weight: 300 700; font-display: block; }
@font-face { font-family: "Source Serif 4"; src: url("/assets/fonts/google/source-serif-4.ttf") format("truetype"); font-style: normal; font-weight: 200 900; font-display: block; }
@font-face { font-family: "Roboto Mono"; src: url("/assets/fonts/google/roboto-mono.ttf") format("truetype"); font-style: normal; font-weight: 100 700; font-display: block; }
@font-face { font-family: "Space Mono"; src: url("/assets/fonts/google/space-mono-regular.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: block; }
@font-face { font-family: "Space Mono"; src: url("/assets/fonts/google/space-mono-bold.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: block; }
@font-face { font-family: "IBM Plex Mono"; src: url("/assets/fonts/google/ibm-plex-mono-regular.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: block; }
@font-face { font-family: "IBM Plex Mono"; src: url("/assets/fonts/google/ibm-plex-mono-bold.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: block; }
