/*/
	@title: Font Awesome 5 Pro (Light)
	@author: Stephen Ginn
	@date: 2026-06-08

	Self-hosted Font Awesome 5 Pro "light" weight, kept separate from the
	site's Font Awesome 6 Free setup. Only adds the `fal` style class and its
	@font-face; the `fa-*` glyph content comes from the global FA6 stylesheet
	(shared codepoints), so this file never overrides existing icons.

	The fa-light-300 webfont is a custom subset built by the fontawesome
	scraper from `fal fa-*` usage plus the comment list below. To register a
	new light icon for the subset, add a `fal fa-<name>` line to that list.
/*/
/*/ ========================================================================
	Subset icon list (scanned by the fontawesome scraper)
	fal fa-users
	fal fa-user-friends
	fal fa-notes-medical
	fal fa-map-marker-alt
	fal fa-arrow-right
	fal fa-chevron-down
======================================================================== /*/
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("/@shared/assets/webfonts/fa-light-300.woff2") format("woff2"), url("/@shared/assets/webfonts/fa-light-300.ttf") format("truetype");
}
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}