/* Morello — Positype custom font, self-hosted from site/public/fonts.
   Verify a Webfont license covers production use (desktop .otf EULA alone
   typically does not cover serving via @font-face). Three variants:
   Pen (default), Marker, Pencil. */

@font-face {
  font-family: "Morello";
  src: url("/fonts/Morello-Pen.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Morello Marker";
  src: url("/fonts/Morello-Marker.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Morello Pencil";
  src: url("/fonts/Morello-Pencil.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
