/**
 * Bushari-owned local font faces.
 *
 * Manrope is the interface and display family. Newsreader is reserved for
 * approved editorial quotations and other explicitly scoped text treatments.
 */
@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  src: url("../fonts/Manrope-Variable.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 400 700;
  src: url("../fonts/Newsreader-Variable.woff2") format("woff2");
}

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