@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url('./sbafonts/instrument-sans/InstrumentSans-Regular.woff2') format('woff2');
}

@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url('./sbafonts/instrument-sans/InstrumentSans-Bold.woff2') format('woff2');
}

@font-face {
  font-family: "Instrument Sans";
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src: url('./sbafonts/instrument-sans/InstrumentSans-Italic.woff2') format('woff2');
}

@font-face {
  font-family: "Instrument Sans";
  font-style: italic;
  font-weight: 700;
  font-display: fallback;
  src: url('./sbafonts/instrument-sans/InstrumentSans-BoldItalic.woff2') format('woff2');
}

@font-face {
  font-family: "Instrument Serif";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url('./sbafonts/instrument-serif/InstrumentSerif-Regular.woff2') format('woff2');
}

@font-face {
  font-family: "Instrument Serif";
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src: url('./sbafonts/instrument-serif/InstrumentSerif-Italic.woff2') format('woff2');
}

.has-instrument-sans {
  font-family: "Instrument Sans", Arial, sans-serif;
}

.has-instrument-serif {
  font-family: "Instrument Serif", Georgia, serif;
}