 /* ============================================================
   Good Timing — başlık webfontu
   Başlıklar ve alt başlıklar Good Timing; gövde metinleri Inter.
   site.css'ten SONRA yüklenir, oradaki kuralları ezer.
   ============================================================ */

@font-face {
    font-family: 'Good Timing';
    src: url('../fonts/good-timing-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Good Timing';
    src: url('../fonts/good-timing-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Good Timing';
    src: url('../fonts/good-timing-semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Good Timing';
    src: url('../fonts/good-timing-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Başlıklar + bölüm alt başlıkları */
h1, h2, h3, h4, h5, h6,
.sec-sub {
    font-family: 'Good Timing', 'Poppins', sans-serif;
}
