/* Blanch: il font display dell'app, self-hosted. */
@font-face {
  font-family: "Blanch Caps";
  src: url("/fonts/BLANCH_CAPS.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Blanch Caps";
  src: url("/fonts/BLANCH_CAPS_LIGHT.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
