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

@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src:
    url("./fonts/BricolageGrotesque-600.woff2") format("woff2"),
    url("./fonts/BricolageGrotesque-600.ttf") format("truetype");
}

@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    url("./fonts/BricolageGrotesque-700.woff2") format("woff2"),
    url("./fonts/BricolageGrotesque-700.ttf") format("truetype");
}

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

@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:
    url("./fonts/PublicSans-500.woff2") format("woff2"),
    url("./fonts/PublicSans-500.ttf") format("truetype");
}

@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src:
    url("./fonts/PublicSans-600.woff2") format("woff2"),
    url("./fonts/PublicSans-600.ttf") format("truetype");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url("./fonts/IBMPlexMono-400.woff2") format("woff2"),
    url("./fonts/IBMPlexMono-400.ttf") format("truetype");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:
    url("./fonts/IBMPlexMono-500.woff2") format("woff2"),
    url("./fonts/IBMPlexMono-500.ttf") format("truetype");
}
