/*
 * Font Awesome Free 6.5.2 — subset used by Apart Cabañas Río Cuarto.
 * Icons: CC BY 4.0 · Fonts: SIL OFL 1.1 · Code: MIT.
 * https://fontawesome.com/license/free
 */
@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");
}

@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");
}

.fa-solid,
.fa-brands {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

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

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

.fa-bars::before { content: "\f0c9"; }
.fa-xmark::before { content: "\f00d"; }
.fa-facebook-f::before { content: "\f39e"; }
.fa-instagram::before { content: "\f16d"; }
.fa-whatsapp::before { content: "\f232"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-phone::before { content: "\f095"; }
.fa-car-side::before { content: "\f5e4"; }
.fa-chevron-left::before { content: "\f053"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-comments::before { content: "\f086"; }
.fa-fire::before { content: "\f06d"; }
.fa-fire-flame-curved::before { content: "\f7e4"; }
.fa-house::before { content: "\f015"; }
.fa-location-dot::before { content: "\f3c5"; }
.fa-person-swimming::before { content: "\f5c4"; }
.fa-seedling::before { content: "\f4d8"; }
.fa-shirt::before { content: "\f553"; }
.fa-snowflake::before { content: "\f2dc"; }
.fa-tv::before { content: "\f26c"; }
.fa-utensils::before { content: "\f2e7"; }
.fa-wifi::before { content: "\f1eb"; }
