/* =====================================================================
   ZALA ET DÜNYASI — YEREL FONT TANIMLARI
   Playfair Display (başlıklar) + Poppins (gövde metin) — self-hosted,
   CDN bağımlılığı yok. Arapça sayfalarda font-family override'ı
   frontend-theme.css içinde [dir="rtl"] ile yapılır (madde F).
   ===================================================================== */

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../vendor/fonts/playfair-display/playfair-display-latin-600-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../vendor/fonts/playfair-display/playfair-display-latin-700-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../vendor/fonts/poppins/poppins-latin-400-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../vendor/fonts/poppins/poppins-latin-500-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../vendor/fonts/poppins/poppins-latin-600-normal.woff2') format('woff2');
}
