/*!
 * Font Awesome Free 6.x — subset for Montano's (16 icons actually used).
 * Replaces the full all.min.css (74K) with ~2K. Regenerate this file if new
 * fa-* icons are added to the markup, or the glyph will render blank.
 * License - https://fontawesome.com/license/free
 */
@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");
}

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

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

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

.fa-facebook-f::before { content: "\f39e"; }
.fa-instagram::before { content: "\f16d"; }
.fa-tiktok::before { content: "\e07b"; }
.fa-whatsapp::before { content: "\f232"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-award::before { content: "\f559"; }
.fa-cake-candles::before { content: "\f1fd"; }
.fa-champagne-glasses::before { content: "\f79f"; }
.fa-chevron-right::before { content: "\f054"; }
.fa-chevron-up::before { content: "\f077"; }
.fa-drumstick-bite::before { content: "\f6d7"; }
.fa-fire-burner::before { content: "\e4f1"; }
.fa-location-dot::before { content: "\f3c5"; }
.fa-martini-glass-citrus::before { content: "\f561"; }
.fa-moon::before { content: "\f186"; }
.fa-sun::before { content: "\f185"; }
.fa-users::before { content: "\f0c0"; }
.fa-wine-bottle::before { content: "\f72f"; }
