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

[class^="stm-icon-"], [class*=" stm-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'stm-splash-icons' !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;
}

.stm-icon-trophy:before {
    content: "\e902";
}
.stm-icon-pin:before {
    content: "\e903";
}
.stm-icon-search:before {
    content: "\e901";
}
.stm-icon-quote:before {
    content: "\e900";
}