/*!
 * Font Awesome 6 Free subset — only glyphs used on solacebraziliansteakhouse.com.
 * Fonts: SIL OFL 1.1 (see webfonts). CSS: MIT License (Fonticons).
 */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"),
    url("../webfonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"),
    url("../webfonts/fa-brands-400.ttf") format("truetype");
}
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.fa,
.fa-brands,
.fa-solid,
.fab,
.fas {
  -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,
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* Solid icons */
.fa-arrow-right:before { content: "\f061"; }
.fa-location-dot:before { content: "\f3c5"; }
.fa-square-parking:before { content: "\f540"; }
.fa-utensils:before { content: "\f2e7"; }
.fa-martini-glass:before { content: "\f57b"; }
.fa-star:before { content: "\f005"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-user:before { content: "\f007"; }
.fa-calendar-check:before { content: "\f274"; }
.fa-clock:before { content: "\f017"; }
.fa-moon:before { content: "\f186"; }
.fa-download:before { content: "\f019"; }

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