@font-face {
  font-family: "Sporting Grotesque";
  src:
    url("/assets/fonts/sporting-grotesque/sportinggrotesque-regular-webfont.woff2") format("woff2"),
    url("/assets/fonts/sporting-grotesque/sportinggrotesque-regular-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Sporting Grotesque";
  src:
    url("/assets/fonts/sporting-grotesque/sportinggrotesque-bold-webfont.woff2") format("woff2"),
    url("/assets/fonts/sporting-grotesque/sportinggrotesque-bold-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
