@charset "UTF-8";

@font-face {
  font-family: "SpaceGrotesk";
  src: url("./SpaceGrotesk-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "SpaceGrotesk";
  src: url("./SpaceGrotesk-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "SpaceGrotesk";
  src: url("./SpaceGrotesk-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "SpaceGrotesk";
  src: url("./SpaceGrotesk-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "SpaceGrotesk";
  src: url("./SpaceGrotesk-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
}