@font-face {
  font-family: 'FontAwesomeSolid';
  src: url('../../fonts/fa/fa-solid-900.woff2') format('woff2'),
       url('../../fonts/fa/fa-solid-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesomeRegular';
  src: url('../../fonts/fa/fa-regular-400.woff2') format('woff2'),
       url('../../fonts/fa/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesomeBrands';
  src: url('../../fonts/fa/fa-brands-400.woff2') format('woff2'),
       url('../../fonts/fa/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

.icon-fa-car::before {
  font-family: 'FontAwesomeSolid';
  content: "\f1b9"; /* Unicode for car */
  font-weight: 900; /* Solid style */
}

.icon-fa-user::before {
  font-family: 'FontAwesomeRegular';
  content: "\f007"; /* Unicode for user */
  font-weight: 400; /* Regular style */
}

.icon-fa-aws::before {
  font-family: 'FontAwesomeBrands';
  content: "\f375"; /* Unicode for AWS */
  font-weight: 400;
}

.icon-fa-bars::before {
  font-family: 'FontAwesomeSolid';
  content: "\f0c9"; /* Unicode for AWS */
  font-weight: 400;
}
.icon-fa-calendar-plus::before {
  font-family: 'FontAwesomeRegular';
  content: "\f271"; /* Unicode for AWS */
  font-weight: 400;
}

.icon-fa-instagram::before {
  font-family: 'FontAwesomeBrands';
  content: "\f16d"; /* Unicode for AWS */
  font-weight: 400;
}

.icon-fa-tiktok::before {
  font-family: 'FontAwesomeBrands';
  content: "\e07b"; /* Unicode for AWS */
  font-weight: 400;
}

.icon-fa-youtube::before {
  font-family: 'FontAwesomeBrands';
  content: "\f167"; /* Unicode for AWS */
  font-weight: 400;
}

.icon-fa-mail::before {
  font-family: 'FontAwesomeRegular';
  content: "\f0e0"; /* Unicode for AWS */
  font-weight: 400;
}

.icon-fa-link::before {
  font-family: 'FontAwesomeSolid';
  content: "\f0c1"; /* Unicode for AWS */
  font-weight: 400;
}

.icon-fa-skype::before {
  font-family: 'FontAwesomeBrands';
  content: "\f17e"; /* Unicode for AWS */
  font-weight: 400;
}

.icon-fa-discord::before {
  font-family: 'FontAwesomeBrands';
  content: "\f392"; /* Unicode for AWS */
  font-weight: 400;
}

.icon-fa-telegram::before {
  font-family: 'FontAwesomeBrands';
  content: "\f2c6"; /* Unicode for AWS */
  font-weight: 400;
}

.icon-fa-telegram::before {
  font-family: 'FontAwesomeBrands';
  content: "\f2c6"; /* Unicode for AWS */
  font-weight: 400;
}
.icon-fa-teams::before {
  font-family: 'FontAwesomeSolid';
  content: "\e533"; /* Unicode for AWS */
  font-weight: 400;
}
