/* Self-hosted fonts (DM Sans, Libre Caslon Text, JetBrains Mono).
   Replaces fonts.googleapis.com/fonts.gstatic.com so no visitor IP or
   request is sent to Google before consent. Latin subset only (covers
   Swedish å/ä/ö, U+0000-00FF). See cookies.html for why this changed. */

@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/dmsans-var.woff2") format("woff2");
}

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

@font-face {
  font-family: "Libre Caslon Text";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/librecaslontext-bold.woff2") format("woff2");
}

@font-face {
  font-family: "Libre Caslon Text";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/librecaslontext-italic.woff2") format("woff2");
}

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url("../fonts/jetbrainsmono-var.woff2") format("woff2");
}
