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

.fa-solid {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-sun::before {
  content: "\f185";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-moon::before {
  content: "\f186";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-house::before {
  content: "\f015";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-music::before {
  content: "\f001";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}
