@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fa-regular-400.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fa-solid-900.woff2") format("woff2");
}

.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

/* Common icons */
.fa-music::before { content: "\f001"; }
.fa-server::before { content: "\f233"; }
.fa-chart-line::before { content: "\f201"; }
.fa-palette::before { content: "\f53f"; }
.fa-cogs::before { content: "\f085"; }
.fa-shield-alt::before { content: "\f3ed"; }
.fa-crown::before { content: "\f521"; }
.fa-rocket::before { content: "\f135"; }
.fa-sliders-h::before { content: "\f1de"; }
.fa-database::before { content: "\f1c0"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-bars::before { content: "\f0c9"; }
