/*
 * Atlas shell subset of the Font Awesome files bundled with Edumall.
 * Product, checkout, account, Tutor and blog routes retain Edumall's full CSS.
 */
@font-face {
	font-family: "Font Awesome 6 Pro";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("../fonts/fa-light-300-subset.woff2") format("woff2");
}

@font-face {
	font-family: "Font Awesome 6 Pro";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/fa-regular-400-subset.woff2") format("woff2");
}

@font-face {
	font-family: "Font Awesome 6 Pro";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("../fonts/fa-solid-900-subset.woff2") format("woff2");
}

@font-face {
	font-family: "Font Awesome 6 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/fa-brands-400-subset.woff2") format("woff2");
}

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

.fa,
.fas,
.fa-solid { font-family: "Font Awesome 6 Pro"; font-weight: 900; }
.far,
.fa-regular { font-family: "Font Awesome 6 Pro"; font-weight: 400; }
.fal,
.fa-light { font-family: "Font Awesome 6 Pro"; font-weight: 300; }
.fab,
.fa-brands { font-family: "Font Awesome 6 Brands"; font-weight: 400; }

.fa-magnifying-glass::before,
.fa-search::before { content: "\f002"; }
.fa-heart::before { content: "\f004"; }
.fa-star::before { content: "\f005"; }
.fa-user::before { content: "\f007"; }
.fa-check::before { content: "\f00c"; }
.fa-close::before,
.fa-remove::before,
.fa-times::before,
.fa-xmark::before { content: "\f00d"; }
.fa-play::before { content: "\f04b"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-arrow-up::before { content: "\f062"; }
.fa-arrow-down::before { content: "\f063"; }
.fa-plus::before { content: "\2b"; }
.fa-minus::before { content: "\f068"; }
.fa-calendar::before { content: "\f133"; }
.fa-calendar-alt::before,
.fa-calendar-days::before { content: "\f073"; }
.fa-chevron-up::before { content: "\f077"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-retweet::before { content: "\f079"; }
.fa-cart-shopping::before,
.fa-shopping-cart::before { content: "\f07a"; }
.fa-phone::before { content: "\f095"; }
.fa-bars::before { content: "\f0c9"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-angle-left::before { content: "\f104"; }
.fa-angle-right::before { content: "\f105"; }
.fa-angle-up::before { content: "\f106"; }
.fa-angle-down::before { content: "\f107"; }
.fa-circle-user::before,
.fa-user-circle::before { content: "\f2bd"; }
.fa-arrow-right-long::before,
.fa-long-arrow-right::before { content: "\f178"; }

.fa-facebook-f::before { content: "\f39e"; }
.fa-instagram::before { content: "\f16d"; }
.fa-linkedin-in::before { content: "\f0e1"; }
.fa-tiktok::before { content: "\e07b"; }
.fa-whatsapp::before { content: "\f232"; }
.fa-x-twitter::before { content: "\e61b"; }
.fa-youtube::before { content: "\f167"; }
