/*!
 * Line Awesome - Optimized version with font-display for better performance
 * Original: Line Awesome 1.1.0 by @icons_8 - https://icons8.com/line-awesome
 */

/* Optimized @font-face declarations with font-display: optional for better performance */
@font-face {
    font-family: 'Line Awesome Brands';
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url('../fonts/la-brands-400.woff2') format('woff2'),
         url('../fonts/la-brands-400.woff') format('woff'),
         url('../fonts/la-brands-400.ttf') format('truetype');
}

@font-face {
    font-family: 'Line Awesome Free';
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url('../fonts/la-regular-400.woff2') format('woff2'),
         url('../fonts/la-regular-400.woff') format('woff'),
         url('../fonts/la-regular-400.ttf') format('truetype');
}

@font-face {
    font-family: 'Line Awesome Free';
    font-style: normal;
    font-weight: 900;
    font-display: optional;
    src: url('../fonts/la-solid-900.woff2') format('woff2'),
         url('../fonts/la-solid-900.woff') format('woff'),
         url('../fonts/la-solid-900.ttf') format('truetype');
}
