<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "virthuan-icons" !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^="vicon-"]:before,
[class*=" vicon-"]:before {
  font-family: "virthuan-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  font-size: 1em;
  margin-right: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vicon-bitcoin:before {
  content: "\61";
}
.vicon-messenger:before {
  content: "\62";
}
.vicon-skype:before {
  content: "\63";
}
.vicon-telegram:before {
  content: "\64";
}
.vicon-pix:before {
  content: "\65";
}
.vicon-whatsapp:before {
  content: "\66";
}
</pre></body></html>