/* ═══════════════════════════════════════════
   KEiFi THEME — Font Declarations
   Bu dosya public/fonts/ altinda — dogrudan erisilebilir
   Layout'tan <link> ile yuklenir
   ═══════════════════════════════════════════ */

/* ── Butik Display — Basliklar ── */
@font-face {
    font-family: 'Butik Display';
    src: url('/fonts/ButikDisplay-Variable.woff2') format('woff2'),
         url('/fonts/ButikDisplay-Variable.woff') format('woff');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* ── Nexa — Alt bilgiler, badge, kicker ── */
@font-face {
    font-family: 'Nexa';
    src: url('/fonts/Nexa-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nexa';
    src: url('/fonts/Nexa-Book.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nexa';
    src: url('/fonts/Nexa-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nexa';
    src: url('/fonts/Nexa-XBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Nexa';
    src: url('/fonts/Nexa-Heavy.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ── Myriad Pro (Source Sans 3 variable) — Govde metni ── */
@font-face {
    font-family: 'Myriad Pro';
    src: url('/fonts/SourceSans3-Variable.woff2') format('woff2');
    font-weight: 200 900;
    font-style: normal;
    font-display: swap;
}
