/* Self-hosted fonts (Lato + Libre Baskerville) - CDN yerine */

/* ---- Lato ---- */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url('/vendor/fonts/files/lato-latin-100-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/vendor/fonts/files/lato-latin-300-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/vendor/fonts/files/lato-latin-400-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/vendor/fonts/files/lato-latin-700-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('/vendor/fonts/files/lato-latin-900-normal.woff2') format('woff2');
}

/* 'Lato Tr' eski cdnfonts ismi - Lato dosyalarina alias */
@font-face {
    font-family: 'Lato Tr';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/vendor/fonts/files/lato-latin-300-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato Tr';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/vendor/fonts/files/lato-latin-400-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato Tr';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/vendor/fonts/files/lato-latin-700-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato Tr';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('/vendor/fonts/files/lato-latin-900-normal.woff2') format('woff2');
}

/* ---- Libre Baskerville ---- */
@font-face {
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/vendor/fonts/files/libre-baskerville-latin-400-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Libre Baskerville';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('/vendor/fonts/files/libre-baskerville-latin-400-italic.woff2') format('woff2');
}
@font-face {
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/vendor/fonts/files/libre-baskerville-latin-700-normal.woff2') format('woff2');
}
