
@import url('/resources/fonts/Font Awesome Pro/main.min.css');

:root, :host {
  --fa-style-family-classic: 'Font Awesome Pro';
  --fa-font-light: normal 300 1em/1 'Font Awesome Pro';
}
  
@font-face {
	font-family: 	'Font Awesome Pro';
	src: url("/resources/fonts/Font Awesome Pro/300/fa-light-300.woff2") format("woff2"), url("/resources/fonts/Font Awesome Pro/300/fa-light-300.ttf") format("truetype");
	font-display: auto;
	font-weight: 	300;
	font-style: 		normal;
}
@font-face {
	font-family: 	'FontAwesomePro6';
	src: url("/resources/fonts/Font Awesome Pro/300/fa-light-300.woff2") format("woff2"), url("/resources/fonts/Font Awesome Pro/300/fa-light-300.ttf") format("truetype");
	font-display: auto;
	font-weight: 	300;
	font-style: 		normal;
}


.fal,
.fa-light {
  font-family: 'Font Awesome Pro';
  font-weight: 300;
}

:root, :host {
  --fa-style-family-classic: 'Font Awesome Pro';
  --fa-font-regular: normal 400 1em/1 'Font Awesome Pro';
  }
  
@font-face {
	font-family: 	'Font Awesome Pro';
	src: url("/resources/fonts/Font Awesome Pro/400/fa-regular-400.woff2") format("woff2"), url("/resources/fonts/Font Awesome Pro/400/fa-regular-400.ttf") format("truetype");
	font-display: auto;
	font-weight: 	400;
	font-style: 		normal;
}

@font-face {
	font-family: 	'FontAwesomePro6';
	src: url("/resources/fonts/Font Awesome Pro/400/fa-regular-400.woff2") format("woff2"), url("/resources/fonts/Font Awesome Pro/400/fa-regular-400.ttf") format("truetype");
	font-display: auto;
	font-weight: 	400;
	font-style: 		normal;
}

.far,
.fa-regular {
  font-family: 'Font Awesome Pro';
  font-weight: 400;
}

:root, :host {
  --fa-style-family-classic: 'Font Awesome Pro';
  --fa-font-solid: normal 900 1em/1 'Font Awesome Pro';
}
  
@font-face {
	font-family: 	'Font Awesome Pro';
	src: url("/resources/fonts/Font Awesome Pro/900/fa-solid-900.woff2") format("woff2"), url("/resources/fonts/Font Awesome Pro/900/fa-solid-900.ttf") format("truetype");
	font-display: auto;
	font-weight: 	900;
	font-style: 		normal;
}
@font-face {
	font-family: 	'FontAwesomePro6';
	src: url("/resources/fonts/Font Awesome Pro/900/fa-solid-900.woff2") format("woff2"), url("/resources/fonts/Font Awesome Pro/900/fa-solid-900.ttf") format("truetype");
	font-display: auto;
	font-weight: 	900;
	font-style: 		normal;
}


.fas,
.fa-solid {
  font-family: 'Font Awesome Pro';
  font-weight: 900;
}

