/*!
 * 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: 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-solid,
.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-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

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

.fa-solid::before,
.fa-brands::before {
  content: var(--fa);
}

.fa-book-open     { --fa: "\f518"; }
.fa-clock         { --fa: "\f017"; }
.fa-compass       { --fa: "\f14e"; }
.fa-display       { --fa: "\f390"; }
.fa-hands-praying { --fa: "\f684"; }
.fa-moon          { --fa: "\f186"; }
.fa-plane-up      { --fa: "\e22d"; }
.fa-shield-halved { --fa: "\f3ed"; }
.fa-lock          { --fa: "\f023"; }
.fa-envelope      { --fa: "\f0e0"; }
.fa-location-dot  { --fa: "\f3c5"; }

.fa-apple            { --fa: "\f179"; }
.fa-google-play      { --fa: "\f3ab"; }

