/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */

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

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

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

.fa-envelope-open-text {
  --fa: "\f658";
}
.fa-house-chimney-user {
  --fa: "\e065";
}
.fa-tree {
  --fa: "\f1bb";
}
.fa-paintbrush {
  --fa: "\f1fc";
}
.fa-lock {
  --fa: "\f023";
}

.fa-pagelines {
  --fa: "\f1bb";
}

.fa-paint-brush {
  --fa: "\f1fc";
}

.fa-gear {
  --fa: "\e065";
}

.fa-hard-hat {
  --fa: "\f53f";
}

.fa-tools {
  --fa: "\f6e3";
}

.fa-cogs {
  --fa: "\f56d";
}

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

.fa-xmark {
  --fa: "\f00d";
}

.fa-id-card {
  --fa: "\f2c2";
}

.fa-hashtag {
  --fa: "\23";
}

.fa-briefcase {
  --fa: "\f0b1";
}

.fa-location-dot {
  --fa: "\f3c5";
}

.fa-phone {
  --fa: "\f095";
}
.fa-palette {
  --fa: "\f53f";
}
.fa-hammer {
  --fa: "\f6e3";
}
.fa-file-arrow-down {
  --fa: "\f56d";
}
.fa-envelope {
  --fa: "\f0e0";
}
.fa-gem {
  --fa: "\f3a5";
}
.fa-compass-drafting {
  --fa: "\f568";
}
.fa-shield-dog {
  --fa: "\e573";
}

.fa-gears {
  --fa: "\f085";
}

.fa-scale-balanced {
  --fa: "\f24e";
}

.fa-pen-ruler {
  --fa: "\f5ae";
}
.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa {
  -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;
}

.fas::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
.fa::before {
  content: var(--fa);
}

.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}
:root,
:host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}
:root,
:host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}
.fas,
.fa-solid {
  font-weight: 900;
}
