:root,
:host {
	--fa-style-family-classic: 'Font Awesome 6 Pro';
	--fa-font-regular: normal 400 1em/1 'Font Awesome 6 Pro';
	--fa-style-family-brands: 'Font Awesome 6 Brands';
	--fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'
}

@font-face {
	font-family: 'Font Awesome 6 Pro';
	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 Brands';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype")
}

.fa {
	font-family: var(--fa-style-family, "Font Awesome 6 Pro");
	font-weight: var(--fa-style, 900)
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fab,
.far {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	text-rendering: auto
}

.far,
.fa-classic,
.fa-regular {
	font-weight: 400;
	font-family: 'Font Awesome 6 Pro'
}

.fab,
.fa-brands {
	font-weight: 400;
	font-family: 'Font Awesome 6 Brands'
}

.fa-360-degrees::before {
	content: "\e2dc"
}

.fa-calendar-alt::before {
	content: "\f133"
}

.fa-utensils::before {
	content: "\f0f5"
}

.fa-clock::before {
	content: "\f017"
}

.fa-star::before {
	content: "\f005"
}

.fa-magnifying-glass::before {
	content: "\f002"
}

.fa-whatsapp::before {
	content: "\f232"
}

.fa-instagram::before {
	content: "\f16d"
}

.fa-facebook::before {
	content: "\f09a"
}

.fa-twitter::before {
	content: "\f099"
}

.fa-youtube::before {
	content: "\f167"
}

.fa-person-running::before {
	content: "\f70c"
}

.fa-chevron-left::before {
	content: "\f053"
}

.fa-chevron-right::before {
	content: "\f054"
}

.fa-plus::before {
	content: "\f067"
}

.fa-minus::before {
	content: "\f068"
}

.fa-bars::before {
	content: "\f0c9"
}

.fa-times::before {
	content: "\f00d"
}

.fa-bars-filter::before {
	content: "\e0ad"
}

.fa-house::before {
	content: "\e0b0"
}

.fa-rotate-reverse::before
{
	content: "\e631"
}

.fa-train::before
{
	content: "\f238"
}

.fa-bag-shopping::before
{
	content: "\f290"
}
.fa-expand::before
{
	content: "\f065"
}