/*!
 * Font Awesome Free 6.4.2 subset for dienalt-custom-theme.
 * License: https://fontawesome.com/license/free
 */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}

@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");
}

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

.fa,
.fas,
.fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-camera::before {
  content: "\f030";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-comment::before {
  content: "\f075";
}

.fa-comment-alt::before {
  content: "\f27a";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-facebook-f::before {
  content: "\f39e";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-search::before {
  content: "\f002";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-user::before {
  content: "\f007";
}
