/* Self-hosted fonts for legacy HTML apps.
   Keep this file dependency-free (no remote @import) so legacy apps load deterministically. */

/* NOTE: These font-family names must match values in legacy-tokens.css. */

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("./fonts/PlayfairDisplay-VariableFont_wght.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./fonts/IBMPlexSans-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./fonts/IBMPlexSans-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./fonts/IBMPlexSans-SemiBold.woff2") format("woff2");
}

/* RAMIE alternate pairing (self-hosted): Fraunces + Commissioner */
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("./fonts/Fraunces-VariableFont_opsz,wght.woff2") format("woff2");
}

@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url("./fonts/Fraunces-Italic-VariableFont_opsz,wght.woff2") format("woff2");
}

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