@font-face {
  font-family: "Branden Grotesque Medium";
  src: local("BrandenGrotesqueMedium"),
    url('../fonts/Brandon_med.otf') format("opentype");
}

@font-face {
  font-family: "Branden Grotesque Bold";
  src: local("BrandenGrotesqueBold"),
    url('../fonts/Brandon_bld.otf') format("opentype");
}

@font-face {
  font-family: "Branden Grotesque Regular";
  src: local("BrandenGrotesqueRegular"),
    url('../fonts/Brandon_reg.otf') format("opentype");
}

@font-face {
  font-family: "Brown STD Regular";
  src: local("BrownSTDRegular"),
    url('../fonts/BrownStd-Regular.otf') format("opentype");
}

@font-face {
  font-family: "Brown STD Bold";
  src: local("BrownSTDBold"),
    url('../fonts/BrownStd-Bold.otf') format("opentype");
}

@font-face {
  font-family: "Brown STD Light";
  src: local("BrownSTDLight"),
    url('../fonts/BrownStd-Light.otf') format("opentype");
}

@font-face {
  font-family: "Roboto Bold";
  src: local("RobotoBold"),
    url('../fonts/Roboto-Bold.ttf') format("opentype");
}

@font-face {
  font-family: "SF Pro Display Regular";
  src: local("SFProDisplayRegular"),
    url('../fonts/SF-Pro-Display-Regular.otf') format("opentype");
}

@font-face {
  font-family: "SF Pro Display SemiBold";
  src: local("SFProDisplaySemiBold"),
    url('../fonts/SF-Pro-Display-Semibold.otf') format("opentype");
}

@font-face {
  font-family: "GT Super Display Bold";
  src: local("SFProDisplaySemiBold"),
    url('../fonts/GT-Super-Display-Bold-Trial.otf') format("opentype");
    font-variant-numeric: lining-nums tabular-nums;
}

.BrandenGrotesqueBold {
  font-family: "Branden Grotesque Bold" !important;
}

.BrandenGrotesqueRegular {
  font-family: "Branden Grotesque Regular" !important;
}

.BrandenGrotesqueMedium {
  font-family: "Branden Grotesque Medium" !important;
}

.BrownSTDRegular {
  font-family: "Brown STD Regular" !important;
}

.BrownSTDLight {
  font-family: "Brown STD Light" !important;
}

.BrownSTDBold {
  font-family: "Brown STD Bold" !important;
}

.SFProDisplaySemiBold {
  font-family: "SF Pro Display SemiBold" !important;
}

.SFProDisplayRegular {
  font-family: "SF Pro Display Regular" !important;
}

.GTSuperDisplayBold {
  font-family: "GT Super Display Bold" !important;
  font-variant-numeric: lining-nums tabular-nums !important;
  letter-spacing: .025em;
}