/* ARK Drilling — self-hosted Font Awesome 6 icon fonts */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("./fontawesome/fa-solid-900.woff2") format("woff2");
}

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

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

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

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

.fa-regular,
.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

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

.fa-xmark::before,
.fa-close::before,
.fa-times::before { content: "\f00d"; }
.fa-gear::before { content: "\f013"; }
.fa-clock::before { content: "\f017"; }
.fa-arrows-rotate::before { content: "\f021"; }
.fa-play::before { content: "\f04b"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-chevron-up::before { content: "\f077"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-arrow-up-right-from-square::before,
.fa-external-link::before { content: "\f08e"; }
.fa-circle-arrow-right::before,
.fa-arrow-circle-right::before { content: "\f0a9"; }
.fa-link::before { content: "\f0c1"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-file-lines::before,
.fa-file-alt::before { content: "\f15c"; }
.fa-paper-plane::before { content: "\f1d8"; }
.fa-images::before { content: "\f302"; }
.fa-arrow-up-right::before { content: "\f35d"; }
.fa-book-open::before { content: "\f518"; }
.fa-award::before { content: "\f559"; }
.fa-helmet-safety::before,
.fa-hard-hat::before { content: "\f807"; }

.fa-youtube::before { content: "\f167"; }
.fa-instagram::before { content: "\f16d"; }
.fa-whatsapp::before { content: "\f232"; }
.fa-telegram::before,
.fa-telegram-plane::before { content: "\f2c6"; }
.fa-facebook-f::before { content: "\f39e"; }
.fa-tiktok::before { content: "\e07b"; }
