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

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

.la {
    font-family: 'Line Awesome Free';
    font-weight: 900;
}

.la.la-eye {
    font-family: 'Line Awesome Free';
    font-weight: 400;
}

.la.la-eye-slash {
    font-family: 'Line Awesome Free';
    font-weight: 400;
}

.la-eye:before {
    content: "\F06E";
}

.la-eye-slash:before {
    content: "\F070";
}
