/* Primary font stack */
:root {
  font-family: "Instrument Sans", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

/* Instrument Sans (primary) */
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("instrument-sans-v4-latin-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Instrument Sans";
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src: url("instrument-sans-v4-latin-italic.woff2") format("woff2");
}

@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
  src: url("instrument-sans-v4-latin-600.woff2") format("woff2");
}

@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url("instrument-sans-v4-latin-700.woff2") format("woff2");
}
