/* FontAwesome 5.15.4 - Minified CSS (CDN version) */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/fontawesome.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');
/* This file is a CDN import for FontAwesome icons. For offline use, download the full CSS and font files. */

/* Compatibility shim: this project uses FontAwesome 4 classes ("fa fa-*").
	 If the site loads FontAwesome 5 via CDN, FA4 class names may not map to
	 the expected glyphs. Force the legacy .fa class to use the embedded
	 FontAwesome 4 webfont packaged in `assets/fonts` so older templates
	 render correctly across the site. */
.fa {
	font-family: 'FontAwesome' !important;
	font-style: normal;
	font-weight: normal;
}

/* Also ensure brand icons fallback (fab) don't break layout */
.fab {
	font-family: 'FontAwesome' !important;
}
