/**
 * Module: Theme Cleanup — a smaller icon font.
 *
 * The Elementor add-on ships IcoFont as 2269 glyphs in a 553 KB woff2, loaded on
 * every page for the two dozen icons the site actually shows. Redeclaring the
 * family after the plugin's own stylesheet points the browser at a subset built
 * from the icons in use — 9 KB — without touching the plugin or the markup.
 *
 * font-display: swap on top of that: the original blocked rendering for up to
 * 830 ms while the browser waited for an icon font nobody reads text in.
 *
 * The glyph list lives in assets/fonts/icons-in-use.json. Adding an icon that is
 * not in it will render an empty box, so the subset has to be rebuilt — see the
 * module header for how.
 */
@font-face{font-family:IcoFont;font-weight:400;font-style:normal;font-display:swap;src:url(fonts/icofont-subset.woff2) format("woff2")}
[class*=" icofont-"],[class^=icofont-]{font-family:IcoFont!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;line-height:1;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}
.icofont-brand-apple:before{content:"\e8a7"}.icofont-brand-windows:before{content:"\e959"}.icofont-headphone-alt:before{content:"\ea36"}.icofont-arrow-left:before{content:"\ea5c"}.icofont-arrow-right:before{content:"\ea5d"}.icofont-long-arrow-right:before{content:"\ea94"}.icofont-thin-right:before{content:"\eaca"}.icofont-thin-up:before{content:"\eacb"}.icofont-ui-call:before{content:"\ec46"}.icofont-ui-clock:before{content:"\ec4e"}.icofont-ui-love:before{content:"\ec65"}.icofont-ui-message:before{content:"\ec67"}.icofont-ui-play:before{content:"\ec74"}.icofont-ui-user:before{content:"\ec8e"}.icofont-youtube-play:before{content:"\ecbb"}.icofont-user-alt-3:before{content:"\ecfd"}.icofont-user-male:before{content:"\ed03"}.icofont-search-2:before{content:"\ed12"}.icofont-dribble:before{content:"\ed2f"}.icofont-facebook-messenger:before{content:"\ed36"}.icofont-facebook:before{content:"\ed37"}.icofont-google-map:before{content:"\ed42"}.icofont-google-plus:before{content:"\ed43"}.icofont-instagram:before{content:"\ed46"}.icofont-linkedin:before{content:"\ed4d"}.icofont-pinterest:before{content:"\ed5d"}.icofont-reddit:before{content:"\ed62"}.icofont-rss:before{content:"\ed64"}.icofont-tumblr:before{content:"\ed78"}.icofont-twitter:before{content:"\ed7a"}.icofont-vimeo:before{content:"\ed7f"}.icofont-x:before{content:"\f03d"}.icofont-addons:before{content:"\eea0"}.icofont-adjust:before{content:"\eea2"}.icofont-automation:before{content:"\eea9"}.icofont-calendar:before{content:"\eecd"}.icofont-cart:before{content:"\eed2"}.icofont-check:before{content:"\eed8"}.icofont-clock-time:before{content:"\eedc"}.icofont-close-line-squared:before{content:"\eee0"}.icofont-close-line:before{content:"\eee1"}.icofont-close:before{content:"\eee4"}.icofont-comment:before{content:"\eeeb"}.icofont-envelope-open:before{content:"\ef13"}.icofont-envelope:before{content:"\ef14"}.icofont-home:before{content:"\ef47"}.icofont-image:before{content:"\ef4b"}.icofont-key:before{content:"\ef59"}.icofont-link:before{content:"\ef71"}.icofont-listing-number:before{content:"\ef76"}.icofont-login:before{content:"\ef7b"}.icofont-logout:before{content:"\ef7c"}.icofont-navigation-menu:before{content:"\efa2"}.icofont-network-tower:before{content:"\efa4"}.icofont-network:before{content:"\efa5"}.icofont-paper-plane:before{content:"\efb4"}.icofont-phone:before{content:"\efbb"}.icofont-plus:before{content:"\efc2"}.icofont-quote-right:before{content:"\efce"}.icofont-share:before{content:"\efe5"}.icofont-shopping-cart:before{content:"\efe7"}.icofont-speech-comments:before{content:"\eff2"}.icofont-star:before{content:"\f000"}.icofont-tags:before{content:"\f005"}.icofont-tick-mark:before{content:"\f00e"}
