/**
 * Sektör Tanıtım — Solid Medya özel yazılımı
 * © 2026 Solid Medya Yazılım Ajansı · https://solidmedya.com
 * Bu kaynak, Solid Medya tarafından bu proje için özel olarak geliştirilmiştir.
 *
 * Marka ikon yazı tipi — yalnızca paylaşım sayfalarında
 */
@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../webfonts/fa-brands-400.woff2?v=652") format("woff2");
}

.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa-whatsapp::before { content: "\f232"; }
.fa-telegram-plane::before { content: "\f3fe"; }
.fa-x-twitter::before { content: "\e61b"; }
.fa-facebook-f::before { content: "\f39e"; }
.fa-facebook-messenger::before { content: "\f39f"; }
.fa-instagram::before { content: "\f16d"; }
.fa-linkedin-in::before { content: "\f0e1"; }
.fa-pinterest::before { content: "\f0d2"; }
.fa-tiktok::before { content: "\e07b"; }
.fa-youtube::before { content: "\f167"; }
