@font-face {
    font-family: 'cryptosymbs';
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url("/theme/assets/cryptosymbs/fonts/cryptosymbs.eot");
    src: url("/theme/assets/cryptosymbs/fonts/cryptosymbs.eot?#iefix") format("embedded-opentype"),
    url("/theme/assets/cryptosymbs/fonts/cryptosymbs.woff2") format("woff2"),
    url("/theme/assets/cryptosymbs/fonts/cryptosymbs.woff") format("woff"),
    url("/theme/assets/cryptosymbs/fonts/cryptosymbs.ttf") format("truetype"),
    url("/theme/assets/cryptosymbs/fonts/cryptosymbs.svg#cryptosymbs") format("svg");
}


[class^="csy-"], [class*=" csy-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'cryptosymbs' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.csy-BTC:before {
    content: "\e900";
}

.csy-ETH:before {
    content: "\e901";
}

.csy-LTC:before {
    content: "\e902";
}

.csy-USDT:before {
    content: "\e903";
}

.csy-DOGE:before {
    content: "\e904";
}

.csy-XRP:before {
    content: "\e905";
}

.csy-ADA:before {
    content: "\e906";
}

.csy-UNI:before {
    content: "\e907";
}
