@font-face {
  font-family: "Basis Grotesque Pro";
  src:
    url("../fonts/BasisGrotesquePro-Regular.woff2") format("woff2"),
    url("../fonts/BasisGrotesquePro-Regular.woff") format("woff"),
    url("../fonts/BasisGrotesquePro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IngramMono-Regular";
  src:
    url("../fonts/ingram-mono-regular.woff2") format("woff2"),
    url("../fonts/ingram-mono-regular.woff") format("woff"),
    url("../fonts/ingram-mono-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

