/*!
 * Font Awesome Pro 6 - Minimal subset for EuroGlass
 */
@font-face {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/fontawesome/fa-solid-900.woff2') format('woff2'),
         url('../fonts/fontawesome/fa-solid-900.woff') format('woff'),
         url('../fonts/fontawesome/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('../fonts/fontawesome/fa-brands-400.woff2') format('woff2'),
         url('../fonts/fontawesome/fa-brands-400.woff') format('woff'),
         url('../fonts/fontawesome/fa-brands-400.ttf') format('truetype');
}

@font-face {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/fontawesome/fa-regular-400.woff2') format('woff2'),
         url('../fonts/fontawesome/fa-regular-400.woff') format('woff'),
         url('../fonts/fontawesome/fa-regular-400.ttf') format('truetype');
}

@font-face {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/fontawesome/fa-light-300.woff2') format('woff2'),
         url('../fonts/fontawesome/fa-light-300.woff') format('woff'),
         url('../fonts/fontawesome/fa-light-300.ttf') format('truetype');
}

.fa, .fas, .far, .fal, .fab, .fa-solid, .fa-regular, .fa-light, .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;
}

.fa, .fas, .fa-solid { font-family: 'Font Awesome 6 Pro'; font-weight: 900; }
.far, .fa-regular { font-family: 'Font Awesome 6 Pro'; font-weight: 400; }
.fal, .fa-light { font-family: 'Font Awesome 6 Pro'; font-weight: 300; }
.fab, .fa-brands { font-family: 'Font Awesome 6 Brands'; font-weight: 400; }

/* Used icons */
.fa-chevron-down::before { content: "\f078"; }
.fa-map-marker-alt::before, .fa-location-dot::before { content: "\f3c5"; }
.fa-phone-alt::before, .fa-phone-flip::before { content: "\f879"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-globe::before { content: "\f0ac"; }
.fa-bars::before { content: "\f0c9"; }
.fa-times::before, .fa-xmark::before { content: "\f00d"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-calendar::before { content: "\f133"; }
.fa-clock::before { content: "\f017"; }
.fa-user::before { content: "\f007"; }
.fa-search::before, .fa-magnifying-glass::before { content: "\f002"; }
.fa-paper-plane::before { content: "\f1d8"; }
.fa-check::before { content: "\f00c"; }
.fa-star::before { content: "\f005"; }
.fa-heart::before { content: "\f004"; }
.fa-share::before { content: "\f064"; }
.fa-comment::before { content: "\f075"; }
.fa-eye::before { content: "\f06e"; }
.fa-tag::before { content: "\f02b"; }
.fa-home::before, .fa-house::before { content: "\f015"; }
