@charset "UTF-8";

@font-face {
  font-display: swap;
  font-family: "hf-icons";
  src: url("/fonts/icons.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

[class^="hf-icon-"]::before,
[class*=" hf-icon-"]::before {
  font-family: "hf-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hf-icon-play::before { content: "\e8d0"; }
.hf-icon-instagram::before { content: "\f16d"; }
.hf-icon-facebook::before { content: "\e89a"; }
.hf-icon-x::before { content: "\e861"; transform: scale(0.9); display: inline-block; }
.hf-icon-youtube::before { content: "\f16a"; }
.hf-icon-amazon::before { content: "\e873"; }
.hf-icon-apple-music::before { content: "\e865"; }
.hf-icon-deezer::before { content: "\e803"; transform: scale(0.8) translateX(-0.2em); transform-origin: left center; display: inline-block; }
.hf-icon-spotify::before { content: "\f1bc"; }
.hf-icon-shop::before { content: "\e890"; transform: scale(0.95); display: inline-block; }
.hf-icon-right-1::before { content: "\e906"; }
.hf-icon-calendar::before { content: "\e901"; }
.hf-icon-down-open::before { content: "\e84c"; }
.hf-icon-up-open::before { content: "\e90d"; }
