@font-face {
    font-family: 'Line Awesome Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('../fonts/la-regular-400.eot');
    src: url('../fonts/la-regular-400.eot?#iefix') format('embedded-opentype'),
         url('../fonts/la-regular-400.woff2') format('woff2'),
         url('../fonts/la-regular-400.woff') format('woff'),
         url('../fonts/la-regular-400.ttf') format('truetype'),
         url('../fonts/la-regular-400.svg#lineawesome') format('svg');
}

@font-face {
    font-family: 'Line Awesome Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url('../fonts/la-solid-900.eot');
    src: url('../fonts/la-solid-900.eot?#iefix') format('embedded-opentype'),
         url('../fonts/la-solid-900.woff2') format('woff2'),
         url('../fonts/la-solid-900.woff') format('woff'),
         url('../fonts/la-solid-900.ttf') format('truetype'),
         url('../fonts/la-solid-900.svg#lineawesome') format('svg');
}

@font-face {
    font-family: 'Line Awesome Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('../fonts/la-brands-400.eot');
    src: url('../fonts/la-brands-400.eot?#iefix') format('embedded-opentype'),
         url('../fonts/la-brands-400.woff2') format('woff2'),
         url('../fonts/la-brands-400.woff') format('woff'),
         url('../fonts/la-brands-400.ttf') format('truetype'),
         url('../fonts/la-brands-400.svg#lineawesome') format('svg');
}

.la,
.lar,
.las,
.lab {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.la,
.las,
.la:before,
.las:before {
    font-family: 'Line Awesome Free' !important;
    font-weight: 900 !important;
}

.lar,
.lar:before {
    font-family: 'Line Awesome Free' !important;
    font-weight: 400 !important;
}

.lab,
.lab:before {
    font-family: 'Line Awesome Brands' !important;
    font-weight: 400 !important;
}

.la:before,
.lar:before,
.las:before,
.lab:before {
    display: inline-block;
    text-decoration: inherit;
}
