@charset "UTF-8";
/*!
 * Font Awesome Minimal - Only icons used in the project
 */

/* Font Face Definitions */
@font-face {
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}

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

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

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

.fa::before,
.fas::before,
.fa-solid::before,
.fab::before,
.fa-brands::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* Icon Definitions - Only icons used in mobile navigation */
.fa-home::before {
  content: "\f015";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-plate-wheat::before {
  content: "\e55a";
}

.fa-phone::before {
  content: "\f095";
}

.fa-truck::before {
  content: "\f0d1";
}

/* Additional icons used in the site */
.fa-star::before {
  content: "\f005";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-close::before,
.fa-remove::before,
.fa-xmark::before {
  content: "\f00d";
}

/* Mobile navigation icons */
.fa-home::before {
  content: "\f015";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-images::before {
  content: "\f302";
}

/* Brand icons */
.fa-facebook-f::before {
  content: "\f39e";
}

.fa-instagram::before {
  content: "\f16d";
}
