/**
 * Purpose: Registers the locally hosted font faces used by SobrietyWorks interfaces.
 * TODOs: None
 * Maintainer: John B.
 * Contact: john@sobriety.works
 */

/* Core layout, component, and interaction rules for this stylesheet's interface area. */
@font-face {
  font-family: "Instrument Sans";
  src: url("../fonts/instrument-sans/InstrumentSans[wdth,wght].woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 75% 100%;
  font-display: swap;
}
