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

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

.stc-icon-business:before {
    content: "\e900";
}
.stc-icon-car:before {
    content: "\e901";
}
.stc-icon-health:before {
    content: "\e902";
}
.stc-icon-personal:before {
    content: "\e903";
}
.stc-icon-restaurant:before {
    content: "\e904";
}
.stc-icon-travel:before {
    content: "\e905";
}

