/* TTR Bilisim kurumsal tipografi sistemi */

:root {
    --font-brand: "PT Sans", "Segoe UI", Arial, sans-serif;
    --font-brand-regular: 400;
    --font-brand-bold: 700;
}

html,
body,
form,
#kapsul {
    font-family: "PT Sans", "Segoe UI", Arial, sans-serif !important;
    font-family: var(--font-brand) !important;
}

body {
    font-weight: var(--font-brand-regular);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*
 * Eski editor iceriklerinde satir icinde kalmis font ailelerini de duzeltir.
 * Ikon fontlari ve teknik kod bloklari bilerek haric tutulur.
 */
body *:not(.fa):not(.glyphicon):not(.ytpicon):not([class^="icon-"]):not([class*=" icon-"]):not(code):not(kbd):not(pre):not(samp) {
    font-family: "PT Sans", "Segoe UI", Arial, sans-serif !important;
    font-family: var(--font-brand) !important;
}

button,
input,
optgroup,
select,
textarea {
    font-family: "PT Sans", "Segoe UI", Arial, sans-serif !important;
    font-family: var(--font-brand) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "PT Sans", "Segoe UI", Arial, sans-serif !important;
    font-family: var(--font-brand) !important;
    font-weight: var(--font-brand-bold);
    line-height: 1.2;
}

strong,
b,
th,
#Ul1 > li > a {
    font-weight: var(--font-brand-bold);
}

/* Tema ikonlarinin kendi glif aileleri korunur. */
.fa {
    font-family: FontAwesome !important;
}

.glyphicon {
    font-family: "Glyphicons Halflings" !important;
}

.ytpicon {
    font-family: ytpregular !important;
}
