/* Sans-Serif - Segoe UI */
@font-face {
	font-family: 'mySegoe';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(/fonts/segoe-ui.woff2) format('woff2'),
		 url(/fonts/segoe-ui.woff) format('woff');
}
/* Sans-Serif - Segoe UI Bold */
@font-face {
	font-family: 'mySegoe';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(/fonts/segoe-ui-bold.woff2) format('woff2'),
		 url(/fonts/segoe-ui-bold.woff) format('woff');
}
/* Sans-Serif - Segoe UI Italic */
@font-face {
	font-family: 'mySegoe';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(/fonts/segoe-ui-italic.woff2) format('woff2'),
		 url(/fonts/segoe-ui-italic.woff) format('woff');
}
/* Sans-Serif - Segoe UI Italic Bold */
@font-face {
	font-family: 'mySegoe';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(/fonts/segoe-ui-italic-bold.woff2) format('woff2'),
		 url(/fonts/segoe-ui-italic-bold.woff) format('woff');
}
/* Sans-Serif - Arial Rounded MT Bold */
@font-face {
	font-family: 'myArial';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(/fonts/arial-rounded-mt-bold.woff2) format('woff2'),
		 url(/fonts/arial-rounded-mt-bold.woff) format('woff');
}
/* Sans-Serif - Segoe Print */
@font-face {
	font-family: 'mySegoePrint';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(/fonts/segoe-print.woff2) format('woff2'),
		 url(/fonts/segoe-print.woff) format('woff');
}
/* Sans-Serif - Segoe Print Bold */
@font-face {
	font-family: 'mySegoePrint';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(/fonts/segoe-print-bold.woff2) format('woff2'),
		 url(/fonts/segoe-print-bold.woff) format('woff');
}
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* Font Awesome 5 Free Brands (Subset) */
@font-face {
	font-family: 'faBrands';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(/fonts/font-awesome-brands.woff2) format('woff2'),
		 url(/fonts/font-awesome-brands.woff) format('woff');
	unicode-range: U+F099-F09A, U+F167, U+F1A0;
}
/* Font Awesome 5 Free Solid (Subset) */
@font-face {
	font-family: 'faSolid';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(/fonts/font-awesome-solid.woff2) format('woff2'),
		 url(/fonts/font-awesome-solid.woff) format('woff');
	unicode-range: U+F05A, U+F095, U+F0C1, U+F0E0, U+F193, U+F1C1-F1C9, U+F35D;
}