/* HF Club — subset local de "Huge Icons" (somente o glifo usado na página: seta do CTA).
   Substitui o CSS/fonte completos do plugin (557KB woff2) sem mudança visual. */
@font-face {
  font-family: "Huge Icons";
  src: url('./fonts/huge-icons-hf.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.huge {
  font-family: "Huge Icons" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.huge-circle-arrow-up-right-round:before { content: "\f771"; }
