/* Phosphor Thin — local (self-hosted) for Geosys Key Facts (17160).
   Full Thin woff2/woff (all glyphs) + content rules for icons in use.
   To use another Thin icon: add one line with its codepoint from
   https://phosphoricons.com (weight: Thin). No re-download needed. */

@font-face {
	font-family: "Phosphor-Thin";
	src:
		url("./Phosphor-Thin.woff2") format("woff2"),
		url("./Phosphor-Thin.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

.ph-thin {
	font-family: "Phosphor-Thin" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* in use */
.ph-thin.ph-users:before        { content: "\e4d6"; }
.ph-thin.ph-buildings:before    { content: "\e102"; }
.ph-thin.ph-crane-tower:before  { content: "\ed49"; }
.ph-thin.ph-van:before          { content: "\e826"; }
.ph-thin.ph-student:before      { content: "\e73e"; }

/* alternates (ready to swap in) */
.ph-thin.ph-hard-hat:before     { content: "\ed46"; }
.ph-thin.ph-blueprint:before    { content: "\eda0"; }
.ph-thin.ph-ruler:before        { content: "\e6b8"; }
.ph-thin.ph-calendar-blank:before { content: "\e10a"; }
.ph-thin.ph-briefcase:before    { content: "\e0ee"; }
.ph-thin.ph-target:before       { content: "\e47c"; }
.ph-thin.ph-chart-bar:before    { content: "\e150"; }
.ph-thin.ph-map-trifold:before  { content: "\e31a"; }
.ph-thin.ph-compass:before      { content: "\e1c8"; }
