@font-face {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 300 900;
    font-display: swap;
    src: url('https://atilimendustri.com/wp-content/plugins/konstic-core/assets/webfonts/fa-solid-900.woff2') format('woff2'),
         url('https://atilimendustri.com/wp-content/plugins/konstic-core/assets/webfonts/fa-light-300.woff2') format('woff2'),
         url('https://atilimendustri.com/wp-content/plugins/konstic-core/assets/webfonts/fa-regular-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('https://atilimendustri.com/wp-content/plugins/konstic-core/assets/webfonts/fa-brands-400.woff2') format('woff2');
}

.fa, .fas, .far, .fal, .fab, .fa-solid, .fa-regular, .fa-light, .fa-brands, .fa-sharp {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: 'Font Awesome 6 Pro';
}

.fab, .fa-brands { font-family: 'Font Awesome 6 Brands' !important; }
.fas, .fa-solid, .fa-sharp { font-weight: 900; }
.far, .fa-regular { font-weight: 400; }
.fal, .fa-light { font-weight: 300; }

.fa-linkedin-in:before { content: "\f0e1"; }
.fa-instagram:before { content: "\f16d"; }
.fa-twitter:before { content: "\f099"; }
.fa-facebook:before { content: "\f09a"; }
.fa-phone-volume:before { content: "\f2a0"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-phone-alt:before { content: "\f879"; }
.fa-angle-up:before { content: "\f106"; }
.fa-arrow-right:before { content: "\f061" !important; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right-long:before { content: "\f178"; }
.fa-hammer:before { content: "\f6e3"; }
.fa-search:before { content: "\f002"; }

@media (max-width: 767px) {
    .fa, .fas, .far, .fal, .fab {
        vertical-align: -0.125em;
    }
}

.me-2 { margin-right: 0.5rem !important; }