/*!
 * PLACEHOLDER FILE — replace with the real Font Awesome 6 "all.min.css" build.
 * MyFoly enqueues this file at assets/css/fontawesome.all.min.css (see inc/enqueue.php)
 * and expects the matching webfonts in assets/webfonts/ (fa-solid-900.woff2,
 * fa-regular-400.woff2, fa-brands-400.woff2). Download the Free tier from
 * https://fontawesome.com/download and copy css/all.min.css + webfonts/* here.
 * Until then, icon classes (fa-solid, fa-brands, fa-bars, fa-moon, fa-sun,
 * fa-magnifying-glass, fa-arrow-up, fa-chevron-down, fa-facebook-f, etc.)
 * used throughout the theme's template-parts will render as empty boxes —
 * layout is unaffected, only the glyphs are missing.
 */
@font-face{font-family:"Font Awesome 6 Free";src:url("../webfonts/fa-solid-900.woff2") format("woff2");font-weight:900;font-display:swap;}
@font-face{font-family:"Font Awesome 6 Brands";src:url("../webfonts/fa-brands-400.woff2") format("woff2");font-weight:400;font-display:swap;}
.fa-solid,.fa-brands,.fa-regular{display:inline-block;width:1em;height:1em;}
