/* Font Awesome Regular Icons */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/images/fonts/webfonts/fa-regular-400.eot');
  src: url('/images/fonts/webfonts/fa-regular-400.eot?#iefix') format('embedded-opentype'),
       url('/images/fonts/webfonts/fa-regular-400.woff2') format('woff2'),
       url('/images/fonts/webfonts/fa-regular-400.woff') format('woff'),
       url('/images/fonts/webfonts/fa-regular-400.ttf') format('truetype'),
       url('/images/fonts/webfonts/fa-regular-400.svg#fontawesome') format('svg');
}

/* Font Awesome Solid Icons */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('/images/fonts/webfonts/fa-solid-900.eot');
  src: url('/images/fonts/webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'),
       url('/images/fonts/webfonts/fa-solid-900.woff2') format('woff2'),
       url('/images/fonts/webfonts/fa-solid-900.woff') format('woff'),
       url('/images/fonts/webfonts/fa-solid-900.ttf') format('truetype'),
       url('/images/fonts/webfonts/fa-solid-900.svg#fontawesome') format('svg');
}

/* Font Awesome Brand Icons */
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/images/fonts/webfonts/fa-brands-400.eot');
  src: url('/images/fonts/webfonts/fa-brands-400.eot?#iefix') format('embedded-opentype'),
       url('/images/fonts/webfonts/fa-brands-400.woff2') format('woff2'),
       url('/images/fonts/webfonts/fa-brands-400.woff') format('woff'),
       url('/images/fonts/webfonts/fa-brands-400.ttf') format('truetype'),
       url('/images/fonts/webfonts/fa-brands-400.svg#fontawesome') format('svg');
}

.fa,
.fas,
.far,
.fab {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.far {
  font-weight: 400;
}

.fas {
  font-weight: 900;
}

.fab {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}
