@font-face {
    font-family: 'three-retail-app';
    src:    url('fonts/three-retail-app.eot?95h5vy');
    src:    url('fonts/three-retail-app.eot?95h5vy#iefix') format('embedded-opentype'),
        url('fonts/three-retail-app.ttf?95h5vy') format('truetype'),
        url('fonts/three-retail-app.woff?95h5vy') format('woff'),
        url('fonts/three-retail-app.svg?95h5vy#three-retail-app') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'three-retail-app' !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-store:before {
    content: "\e900";
}
.icon-stats:before {
    content: "\e901";
}
.icon-league:before {
    content: "\e902";
}
.icon-history:before {
    content: "\e903";
}
.icon-dashboard:before {
    content: "\e904";
}
.icon-closex:before {
    content: "\e905";
}
.icon-arrow-right:before {
    content: "\e906";
}
.icon-arrow-up:before {
    content: "\e907";
}
.icon-arrow-left:before {
    content: "\e908";
}
.icon-arrow-down:before {
    content: "\e909";
}
.icon-Tick:before {
    content: "\e90a";
}
.icon-ranking:before {
    content: "\e90b";
}
.icon-target:before {
    content: "\e90c";
}

