/* Minimal icon font subset used by the public lite templates. */
@font-face {
    font-family: "socicon";
    src: url("fonts/socicon.woff?xvgs9q") format("woff"),
        url("fonts/socicon.ttf?xvgs9q") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

.socicon-apple::before {
    content: "\e008";
}

.socicon-bandcamp::before {
    content: "\e00b";
}

.socicon-facebook::before {
    content: "\e028";
}

.socicon-instagram::before {
    content: "\e044";
}

.socicon-soundcloud::before {
    content: "\e078";
}

.socicon-spotify::before {
    content: "\e079";
}

.socicon-tiktok::before {
    content: "♪";
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.socicon-twitter::before {
    content: "\e08d";
}

.socicon-youtube::before {
    content: "\e0a5";
}

.socicon-beatport::before {
    content: "\e904";
}

.rt-icon2-link::before {
    content: "\2197";
    font-family: Arial, sans-serif;
    font-weight: 700;
}
