@charset "UTF-8";

@font-face {
  font-family: "rss-2023";
  src:url("fonts/rss-2023.eot");
  src:url("fonts/rss-2023.eot?#iefix") format("embedded-opentype"),
    url("fonts/rss-2023.woff") format("woff"),
    url("fonts/rss-2023.ttf") format("truetype"),
    url("fonts/rss-2023.svg#rss-2023") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "rss-2023" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "rss-2023" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\61";
}
.icon-instagram:before {
  content: "\62";
}
.icon-linkedin:before {
  content: "\63";
}
.icon-tiktok:before {
  content: "\64";
}
.icon-twitch:before {
  content: "\65";
}
.icon-x-twitter:before {
  content: "\66";
}
.icon-youtube:before {
  content: "\67";
}
