/*!
 * Font Awesome Pro 5.12.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 *
 * perf-consolidate-fontawesome variant of solid.min.css.
 * Byte-for-byte identical to solid.min.css except font-display:auto -> font-display:swap.
 *
 * Why a separate file: this stylesheet is required by Porto's star-rating CSS in
 * demo35.min.css, which draws stars with content:"\f005" pseudo-elements. Pseudo-elements
 * are not served by the kit.fontawesome.com SVG loader, so the local webfont has to stay.
 * With font-display:auto the browser hides the stars while fa-solid-900.woff2 (135KB)
 * downloads. swap paints a fallback immediately instead.
 *
 * Not a permanent fix: 135KB is still being spent to render star glyphs. Subsetting the
 * font to the handful of glyphs actually referenced would cut that to a few KB, but needs
 * fontTools/pyftsubset which is not installed here. Tracked as a follow-up.
 */
@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;font-display:swap;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Pro";font-weight:900}
