/* Self-hosted webfont. CSP is same-origin only — never link a font CDN.

   One face sets the whole interface. The alternates the development switcher
   used to offer went with it, and their files have now gone too — assets/fonts/
   holds only what ships.

   License: assets/fonts/LICENSE-fonts.txt */

@font-face {
  font-family: "Libre Caslon Display";
  src: url("../assets/fonts/LibreCaslonDisplay.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
