/*!
 * Font Awesome Free 6.5.1 — bell icon only (local bundle)
 * License: https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1)
 */
@font-face {
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("webfonts/fa-regular-400.woff2") format("woff2"),
	     url("webfonts/fa-regular-400.ttf")   format("truetype");
}

@font-face {
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url("webfonts/fa-solid-900.woff2") format("woff2"),
	     url("webfonts/fa-solid-900.ttf")   format("truetype");
}

.fa-regular, .far {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	text-rendering: auto;
}

.fa-solid, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 1;
	text-rendering: auto;
}

.fa-bell:before {
	content: "\f0f3";
}
