/* Proof & Principle v51: refined interface typography. */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  font-stretch: 75% 100%;
  src: url("/assets/fonts/instrument-sans-variable-latin.woff2")
    format("woff2-variations");
}

:root {
  --sans: "Instrument Sans", Arial, Helvetica, sans-serif;
}

body {
  font-family: "Instrument Sans", Arial, Helvetica, sans-serif !important;
}

/* Standalone rum and Scotch guides use explicit Arial on a few interface labels. */
.eyebrow,
.guide-tag,
.guide-kicker,
.jump-title,
.side-note strong,
.figure figcaption b,
.category-table td:first-child,
.distillery-table td:first-child {
  font-family: "Instrument Sans", Arial, Helvetica, sans-serif !important;
}
