@font-face {
  font-family: "hgi-stroke-rounded";
  src: url("hgi-stroke-rounded.woff2") format("woff2"),
       url("hgi-stroke-rounded.woff") format("woff");
  font-display: swap;
}

.hgi-stroke {
  font-family: "hgi-stroke-rounded" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hgi-stroke:after {
  opacity: 0.4;
  position: absolute;
  left: 0;
}

.hgi-stroke.hgi-global:before {
  content: "\40C9";
}
