/* Font Awesome v6.4.0 */
/* This is a minified version of Font Awesome */
/* The full content would be the minified CSS from https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css */
/* For brevity, this is a placeholder. In a real implementation, you would download the full minified CSS */

/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-align-left:before {
	content: "\f036";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-bolt:before {
	content: "\f0e7";
}

.fa-calendar-alt:before {
	content: "\f073";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-clock:before {
	content: "\f017";
}

.fa-comment-dots:before {
	content: "\f4ad";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-hashtag:before {
	content: "\f292";
}

.fa-headset:before {
	content: "\f590";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-paper-plane:before {
	content: "\f1d8";
}

.fa-question:before {
	content: "\f128";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-ticket-alt:before {
	content: "\f3ff";
}

.fa-times:before {
	content: "\f00d";
}

/* Font face declarations would be included here */
@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url("../webfonts/fa-solid-900.woff2") format("woff2"),
		url("../webfonts/fa-solid-900.woff") format("woff");
}

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

/* Many more icon definitions would be included in the full file */