@font-face {
    font-family: 'strong-theme';
    src:
        url('../font/strong-theme.woff2?2nz3j0') format('woff2'),
        url('../font/strong-theme.ttf?2nz3j0') format('truetype'),
        url('../font/strong-theme.woff?2nz3j0') format('woff'),
        url('../font/strong-theme.svg?2nz3j0#strong-theme') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'strong-theme' !important;
    speak: never;
    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-facebook:before {
    content: "\e902";
}
.icon-instagram:before {
    content: "\e903";
}
.icon-linkedin:before {
    content: "\e904";
}
.icon-pinterest:before {
    content: "\e905";
}
.icon-twitter:before {
    content: "\e906";
}
.icon-house:before {
    content: "\e900";
}
.icon-van:before {
    content: "\e901";
}