/* Itim fontunu ekle */
@font-face {
    font-family: 'Itim';
    src: url('../../assets/css/fonts/Itim-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Genel font boyutları */
.font-spacing { letter-spacing: 0.04em }
.font-12 { font-size: 12px; }
.font-13 { font-size: 13px; }
.font-14 { font-size: 14px; }
.font-15 { font-size: 15px; }
.font-16 { font-size: 16px; }
.font-17 { font-size: 17px; }
.font-18 { font-size: 18px; }
.font-19 { font-size: 19px; }
.font-20 { font-size: 20px; }
.font-24 { font-size: 24px; }
.font-26 { font-size: 26px; }
.font-27 { font-size: 27px; }
.font-28 { font-size: 28px; }
.font-29 { font-size: 29px; }
.font-30 { font-size: 30px; }
.font-size-big { font-size: 36px; }
.font-size-exbig { font-size: 50px; }

/* Kalınlık ayarları */
.font-exlight { font-weight: 300; }
.font-light   { font-weight: 400; }
.font-small   { font-weight: 500; }
.font-medium  { font-weight: 600; }
.font-bold    { font-weight: 700; }
.font-exbold  { font-weight: 800; }

/* Tüm siteye Itim fontu uygula */
.font-raleway,
.font-open-sans,
body, button, input, textarea, select, h1, h2, h3, h4, h5, h6, p, span, a, li {
    font-family: 'Itim', cursive !important;
}

/* Renk sınıfları */
.font-color-FFF { color: #FFF; }
.font-color-000 { color: #000; }

/* Genel padding/margin reset */
.p-p { padding: 0px; margin: 0px; overflow: hidden; }
