/*!
 * Font Awesome 6.0.0 - Custom Build with font-display: swap
 * Self-hosted for better performance
 */

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

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

/* Base styles */
.fa, .fas, .fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-rendering: auto;
  line-height: 1;
}

.fab, .fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-rendering: auto;
  line-height: 1;
}

/* Icons used in this project */
.fa-calculator::before { content: "\f1ec"; }
.fa-calendar-check::before { content: "\f274"; }
.fa-utensils::before { content: "\f2e7"; }
.fa-apple-alt::before { content: "\f5d1"; }
.fa-tags::before { content: "\f02c"; }
.fa-clock::before { content: "\f017"; }
.fa-phone::before { content: "\f095"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-robot::before { content: "\f544"; }
.fa-play::before { content: "\f04b"; }
.fa-pause::before { content: "\f04c"; }

/* Sidebar Menu Icons */
.fa-home::before { content: "\f015"; }
.fa-house-user::before { content: "\e1b0"; }
.fa-cogs::before { content: "\f085"; }
.fa-angle-down::before { content: "\f107"; }
.fa-chevron-down::before { content: "\f078"; }
.fa-stethoscope::before { content: "\f0f1"; }
.fa-question-circle::before { content: "\f059"; }
.fa-info-circle::before { content: "\f05a"; }
.fa-paper-plane::before { content: "\f1d8"; }
.fa-times::before { content: "\f00d"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-dumbbell::before { content: "\f44b"; }
.fa-user-md::before { content: "\f0f0"; }
.fa-drumstick-bite::before { content: "\f6d7"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-globe::before { content: "\f0ac"; }

/* Brand icons */
.fa-whatsapp::before { content: "\f232"; }
.fa-facebook-f::before { content: "\f39e"; }
.fa-instagram::before { content: "\f16d"; }
.fa-tiktok::before { content: "\e07b"; }
