@font-face {
    font-family: 'icons-tot-embed';
    src:    url('/assets/icons-tot-embed/fonts/icons-tot-embed.eot?3ihvzo');
    src:    url('/assets/icons-tot-embed/fonts/icons-tot-embed.eot?3ihvzo#iefix') format('embedded-opentype'),
        url('/assets/icons-tot-embed/fonts/icons-tot-embed.ttf?3ihvzo') format('truetype'),
        url('/assets/icons-tot-embed/fonts/icons-tot-embed.woff?3ihvzo') format('woff'),
        url('/assets/icons-tot-embed/fonts/icons-tot-embed.svg?3ihvzo#icons-tot-embed') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-tokenoftrust,
.icon-tot-check,
.icon-tot,
.icon-info-circle,
.icon-bank,
.icon-camera,
.icon-credit-card,
.icon-facebook,
.icon-info {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icons-tot-embed' !important;
    speak: none;
    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;
}

.icon-tokenoftrust:before {
    content: "\e900";
}
.icon-tot-check:before {
    content: "\e603";
}
.icon-tot:before {
    content: "\e604";
}
.icon-info-circle:before {
    content: "\e901";
}
.icon-bank:before {
    content: "\e600";
}
.icon-camera:before {
    content: "\e605";
}
.icon-credit-card:before {
    content: "\e606";
}
.icon-facebook:before {
    content: "\e607";
}
.icon-info:before {
    content: "\e902";
}

