/*!
 *  Font Awesome 6 - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome6';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


.fa6 {
  display: inline-block;
  font-family: FontAwesome6;
  
	/* line-height: 36px !important; */
	
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa6-15 {
	font-size: 15px;
}

.fa6-30 {
	font-size: 30px;
}

.fa6-40 {
	font-size: 40px;
}

.fa6-rotary-phone:before {
  content: "\f8d3";
}

.fa6-chat-baloons:before {
  content: "\e15c";
}

.fa6-phone-callback:before {
  content: "\e228";
}

.fa6-opened-envelope:before {
  content: "\f2b6";
}

.fa6-sheet-pen:before {
  content: "\f31c";
}

.fa6-loaders-crate:before {
  content: "\f4ce";
}

.fa6-courier-crate:before {
  content: "\f4cf";
}

.fa6-wheelbarrow-crate:before {
  content: "\f4d0";
}

.fa6-passport:before {
  content: "\f5ab";
}

.fa6-car-lifted:before {
  content: "\f5e5";
}

.fa6-envelope-letter:before {
  content: "\f658";
}

.fa6-money-bag:before {
  content: "\f81d";
}

.fa6-shopping-bag:before {
  content: "\f847";
}

.fa6-shopping-cart:before {
  content: "\f07a";
}

.fa6-money-letter:before {
  content: "\f873";
}

.fa6-rocket:before {
  content: "\e027";
}

.fa6-love-head:before {
  content: "\e1b7";
}

.fa6-binoculars:before {
  content: "\f1e5";
}

.fa6-play:before {
  content: "\f04b";
}

.fa6-smile-hearteyes:before {
  content: "\f584";
}

.fa6-balance-scale:before {
  content: "\f24e";
}

.fa6-video-record-01:before {
  content: "\e140";
}

.fa6-i:before {
  content: "\f129";
}

.fa6-meteor-star:before {
  content: "\e003";
}

.fa6-baloon-rect:before {
  content: "\e1ef";
}
