@font-face {
  font-family: "GT Walsheim Fallback";
  src: local(Verdana);
  size-adjust: 82%;
  ascent-override: 111%;
  descent-override: 40%;
  line-gap-override: 3%;
}
@font-face {
  font-family: "GT Walsheim";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/gt-walsheim-regular.woff2") format("woff2");
}
@font-face {
  font-family: "GT Walsheim";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/gt-walsheim-medium.woff2") format("woff2");
}
.has-gt-walsheim-font-family {
  font-family: var(--default-font-family);
}
