/* Font Awesome Fonts. Redeclaring to add *font-display* value. */
@font-face{
    font-family:"Font Awesome 5 Pro";
    font-style:normal;
    font-weight:300;
    font-display:swap;
    src:url("/assets/webfonts/fa-light-300.eot");
    src:url("/assets/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"),
    url("/assets/webfonts/fa-light-300.woff2") format("woff2"),
    url("/assets/webfonts/fa-light-300.woff") format("woff"),
    url("/assets/webfonts/fa-light-300.ttf") format("truetype"),
    url("/assets/webfonts/fa-light-300.svg#fontawesome") format("svg")
}

@font-face{
    font-family:"Font Awesome 5 Pro";
    font-style:normal;
    font-weight:400;
    font-display:swap;
    src:url("/assets/webfonts/fa-regular-400.eot");
    src:url("/assets/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
    url("/assets/webfonts/fa-regular-400.woff2") format("woff2"),
    url("/assets/webfonts/fa-regular-400.woff") format("woff"),
    url("/assets/webfonts/fa-regular-400.ttf") format("truetype"),
    url("/assets/webfonts/fa-regular-400.svg#fontawesome") format("svg")
}

@font-face{
    font-family:"Font Awesome 5 Pro";
    font-style:normal;
    font-weight:900;
    font-display:swap;
    src:url("/assets/webfonts/fa-solid-900.eot");
    src:url("/assets/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
    url("/assets/webfonts/fa-solid-900.woff2") format("woff2"),
    url("/assets/webfonts/fa-solid-900.woff") format("woff"),
    url("/assets/webfonts/fa-solid-900.ttf") format("truetype"),
    url("/assets/webfonts/fa-solid-900.svg#fontawesome") format("svg")
}

@font-face{
    font-family:"Font Awesome 5 Brands";
    font-style:normal;
    font-weight:normal;
    font-display:swap;
    src:url("/assets/webfonts/fa-brands-400.eot");
    src:url("/assets/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
    url("/assets/webfonts/fa-brands-400.woff2") format("woff2"),
    url("/assets/webfonts/fa-brands-400.woff") format("woff"),
    url("/assets/webfonts/fa-brands-400.ttf") format("truetype"),
    url("/assets/webfonts/fa-brands-400.svg#fontawesome") format("svg")
}

/* LiveChat fonts. Redeclaring to add *font-display* value. */
@font-face {
    font-display: swap;
    font-family: 'Lato Light';
    src: url("/modules/livehelp/styles/fonts/Lato-Light.eot");
    src: url("/modules/livehelp/styles/fonts/Lato-Light.eot?#iefix") format("embedded-opentype"),
    url("/modules/livehelp/styles/fonts/Lato-Light.woff") format("woff"),
    url("/modules/livehelp/styles/fonts/Lato-Light.ttf") format("truetype"),
    url("/modules/livehelp/styles/fonts/Lato-Light.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Lato Regular';
    src: url("/modules/livehelp/styles/fonts/Lato-Regular.eot");
    src: url("/modules/livehelp/styles/fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"),
    url("/modules/livehelp/styles/fonts/Lato-Regular.woff") format("woff"),
    url("/modules/livehelp/styles/fonts/Lato-Regular.ttf") format("truetype"),
    url("/modules/livehelp/styles/fonts/Lato-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Lato Semibold';
    src: url("/modules/livehelp/styles/fonts/Lato-Semibold.eot");
    src: url("/modules/livehelp/styles/fonts/Lato-Semibold.eot?#iefix") format("embedded-opentype"),
    url("/modules/livehelp/styles/fonts/Lato-Semibold.woff") format("woff"),
    url("/modules/livehelp/styles/fonts/Lato-Semibold.ttf") format("truetype"),
    url("/modules/livehelp/styles/fonts/Lato-Semibold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Lato Bold';
    src: url("/modules/livehelp/styles/fonts/Lato-Bold.eot");
    src: url("/modules/livehelp/styles/fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"),
    url("/modules/livehelp/styles/fonts/Lato-Bold.woff") format("woff"),
    url("/modules/livehelp/styles/fonts/Lato-Bold.ttf") format("truetype"),
    url("/modules/livehelp/styles/fonts/Lato-Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
