/* ==========================================================================
   Site geneli tek font kaynağı
   Font 'Poppins' body etiketinde tanımlıdır; tüm metinler oradan miras alır.
   İkon fontları (<i> ve fa-/feather/fi-icon sınıfları) hariç tutulur.
   ========================================================================== */

body{
    font-family:'Poppins', sans-serif !important;
    font-weight:300;
}

body *:not(i):not([class*="fa-"]):not([class*="feather"]):not(.fi-icon):not(.fa):not(.fas):not(.far):not(.fab){
    font-family:inherit !important;
}

/* Poppins daha kalın/iri göründüğü için site geneli inceltme */
h1, h2, h3, h4, h5, h6,
.breadcrumb-title, .section-heading h2, .footer-title{
    font-weight:600 !important;
}

b, strong, th, .fw-bold, .fw-bolder, .fw-semibold{
    font-weight:600 !important;
}

.btn, button, .nav-link, .main-nav > li > a{
    font-weight:500 !important;
}
