/* Self-hosted fonts for Orbily — no external requests. */

/* Cormorant Garamond — variable (upright), covers weights 400/500/600 */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("/fonts/CormorantGaramond-upright.woff2") format("woff2");
}
/* Cormorant Garamond — variable (italic) */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url("/fonts/CormorantGaramond-italic.woff2") format("woff2");
}
/* IBM Plex Mono — Regular (400) */
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/IBMPlexMono-Regular.woff2") format("woff2");
}
/* IBM Plex Mono — Medium (500) */
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/IBMPlexMono-Medium.woff2") format("woff2");
}
