@font-face {
  font-family: "Ginger";
  src: url("../fonts/F37Ginger-Bold.woff2") format("woff2"),
    url("../fonts/F37Ginger-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ginger";
  src: url("../fonts/F37Ginger-Light.woff2") format("woff2"),
    url("../fonts/F37Ginger-Light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.font-ginger-bold {
  font-weight: 700;
}
