/**
 * Self-hosted font faces from the Google Fonts project.
 *
 * Bricolage Grotesque and Instrument Sans are licensed under the SIL Open
 * Font License 1.1. The corresponding license files live in assets/fonts.
 */
@font-face {
  font-display: swap;
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 400 800;
  src:
    url("../fonts/BricolageGrotesque-Variable.woff2") format("woff2"),
    url("../fonts/BricolageGrotesque-Variable.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400 700;
  src:
    url("../fonts/InstrumentSans-Variable.woff2") format("woff2"),
    url("../fonts/InstrumentSans-Variable.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Instrument Sans";
  font-style: italic;
  font-weight: 400 700;
  src:
    url("../fonts/InstrumentSans-Italic-Variable.woff2") format("woff2"),
    url("../fonts/InstrumentSans-Italic-Variable.ttf") format("truetype");
}
