* {
  font-variant: normal !important;
}

@font-face {
  font-family: "Product Sans";
  src: url(ProductSans.ttf);
  font-weight: normal;
}

@font-face {
  font-family: "Product Sans";
  src: url(ProductSansBold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: "GimkitSF";
  src: url(SF-Pro-Display-Medium.otf);
  font-weight: normal;
}

@font-face {
  font-family: "GimkitSF";
  src: url(SF-Pro-Display-Bold.otf);
  font-weight: bold;
}

@font-face {
  font-family: "GimkitSF";
  src: url(SF-Pro-Display-Heavy.otf);
  font-weight: 800;
}

@font-face {
  font-family: "GimkitSF";
  src: url(SF-Pro-Display-Black.otf);
  font-weight: 900;
}
