@font-face {
    font-family: 'LineIcons';
    src: url('../fonts/LineIcons.eot');
    src: url('../fonts/LineIcons.eot') format('embedded-opentype'), url('../fonts/LineIcons.woff2') format('woff2'), url('../fonts/LineIcons.woff') format('woff'), url('../fonts/LineIcons.ttf') format('truetype'), url('../fonts/LineIcons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.lni {
    display: inline-block;
    font: normal normal normal 1em/1 'LineIcons';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lni-chevron-up::before {
    content: "\ea5e";
}

.lni-envelope::before {
    content: "\eaab";
}

.lni-map-marker::before {
    content: "\eb1c";
}

.lni-phone::before {
    content: "\eb4b";
}
