
/* Turkish Character Fix */
body,
p,
span,
a,
li,
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Nunito', sans-serif;
}

/* Slider Revolution */
.rev_slider *,
.tp-caption,
.tp-caption *{
    font-family: 'Fredoka', sans-serif !important;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    font-weight: 500 !important;
}

/* Better Turkish glyph rendering */
.tp-caption{
    letter-spacing: 0.3px;
}
