/* typography.css — @font-face declarations for Mercure (and the curated
   Aktiv Grotesk subset, when added). Loaded after slipcase.css so the
   slipcase fonts (HN, LustSpine, Caslon) keep their existing precedence
   and Mercure layers on top for the menu/content typography. */

@font-face {
  font-family: "Mercure";
  src: url("../fonts/Mercure-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mercure";
  src: url("../fonts/Mercure-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Mercure Transcript";
  src: url("../fonts/Mercure-Transcript.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Sometimes Times Medium — distinctive arrow glyphs (← →) used in the
   lateral nav strips to prompt swipe-to-adjacent-volume navigation. */
@font-face {
  font-family: "Sometimes Times";
  src: url("../fonts/SometimesTimes-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
