/* Fuentes self-host para páginas NO-post (los posts las llevan en mu-blog.css).
   Sustituye a las Google Fonts remotas: LiteSpeed las dejaba fuera del combinado en /blog/. */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400 800;
  font-display: optional;
  src: url("fonts/sora-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400 500;
  font-display: optional;
  src: url("fonts/work-sans-latin.woff2") format("woff2");
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400 800;
  font-display: optional;
  src: url("fonts/jetbrainsmono-latin.woff2") format("woff2");
}