/*!
 * Font Awesome Pro 6.0.0-alpha3 - Minimal Build
 * Contains only icons used by Invelity theme (19 icons i<nstead of 6000+)
 * Reduced from 504KB to ~15KB (97% reduction)
 */


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

.fa-light,
.fal {
    font-weight: 300
}

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

.fa-light,
.fa-regular,
.fal,
.far {
    font-family: "Font Awesome 6 Pro"
}

.fa-regular,
.far {
    font-weight: 400
}

@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.woff) format("woff"),
    url(../fonts/fa-solid-900.ttf) format("truetype")
}

.fa-solid,
.fas {
    font-weight: 900
}

@font-face {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 100;
    font-display: block;
    src: url(../fonts/fa-thin-100.woff2) format("woff2"),
    url(../fonts/fa-thin-100.woff) format("woff"),
    url(../fonts/fa-thin-100.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.woff) format("woff"), url(../fonts/fa-brands-400.ttf) format("truetype")
}

.fa-solid,
.fa-thin,
.fas,
.fat {
    font-family: "Font Awesome 6 Pro"
}

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

.fa-thin,
.fat {
    font-weight: 100
}

.fa,
.fa-brands,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fab,
.fad,
.fal,
.far,
.fas,
.fat {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

/* Font Awesome Animations */
.fa-spin {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-delay: var(--fa-animation-delay, 0);
    animation-delay: var(--fa-animation-delay, 0);
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: var(--fa-animation-duration, 2s);
    animation-duration: var(--fa-animation-duration, 2s);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-timing-function: var(--fa-animation-timing, linear);
    animation-timing-function: var(--fa-animation-timing, linear);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .fa-spin {
        -webkit-animation-delay: -1ms;
        animation-delay: -1ms;
        -webkit-animation-duration: 1ms;
        animation-duration: 1ms;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: 0s;
        transition-duration: 0s;
    }
}

/* Icon Definitions - Only icons used in theme */

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

/* fa-envelope-open */
.fa-envelope-open:before {
    content: "\f2b6";
}

/* fa-envelope-open-text */
.fa-envelope-open-text:before {
    content: "\f658";
}

/* fa-euro-sign */
.fa-euro-sign:before {
    content: "\f153";
}

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

/* fa-gas-pump */
.fa-gas-pump:before {
    content: "\f52f";
}

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

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

/* fa-long-arrow-left */
.fa-long-arrow-left:before {
    content: "\f177";
}

/* fa-long-arrow-right */
.fa-long-arrow-right:before {
    content: "\f178";
}

/* fa-mobile */
.fa-mobile:before {
    content: "\f3ce";
}

/* fa-road */
.fa-road:before {
    content: "\f018";
}

/* fa-spinner */
.fa-spinner:before {
    content: "\f110";
}

/* fa-star */
.fa-star:before {
    content: "\f005";
}

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

/* fa-tachometer-fastest */
.fa-tachometer-fastest:before {
    content: "\f62a";
}

/* fa-times */
.fa-times:before,
.fa-xmark:before {
    content: "\f00d";
}

/* fa-youtube */
.fa-youtube:before {
    content: "\f167";
}

/* Empty star styling */
.fa-star.empty {
    opacity: 0.3;
}
