/* Global font stack for cross-platform (Mac/Windows) */
body,
.section-text,
.section-text * {
    font-family: "Segoe UI", "Segoe UI Variable", "Lucida Grande", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
}

/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

/* "Masterson Enstitüsü Türkiye" metni için kurumsal renk */
.masterson-turkiye,
.brand-text {
    color: #2b388f !important;
    font-weight: inherit;
    font-weight: bold;
}

/* Temadaki mor detayları kurumsal maviye çevir (#662d91 -> #2b388f) */
.main_title_2 span em,
.main_title_3 span em,
[data-loader="circle-side"],
#hero_in.general span,
#hero_in.courses span,
#hero_in.contacts span {
    background-color: #2b388f !important;
}

.main_title_2 h2,
.main_title_3 h2 {
    color: #2b388f !important;
}