/* Fabay theme – consolidated font definitions */

/* Elgraine & Franie aileleri kendi stylesheet.css dosyalarından yüklensin
   (varsa prod ortamında bu dosyalar çalışmaya devam edecek). */
@import url('../fonts/elgraine/stylesheet.css');
@import url('../fonts/franie/stylesheet.css');

/* San Diego ailesi */
@font-face {
    font-family: 'San Diego';
    src: url('../fonts/sandiego/SanDiegoExtraBold.woff2') format('woff2'),
         url('../fonts/sandiego/SanDiegoExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'San Diego';
    src: url('../fonts/sandiego/SanDiegoBlack.woff2') format('woff2'),
         url('../fonts/sandiego/SanDiegoBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'San Diego';
    src: url('../fonts/sandiego/SanDiegoBold.woff2') format('woff2'),
         url('../fonts/sandiego/SanDiegoBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'San Diego';
    src: url('../fonts/sandiego/SanDiegoLight.woff2') format('woff2'),
         url('../fonts/sandiego/SanDiegoLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'San Diego Extra';
    src: url('../fonts/sandiego/SanDiegoExtraLight.woff2') format('woff2'),
         url('../fonts/sandiego/SanDiegoExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'San Diego';
    src: url('../fonts/sandiego/SanDiegoMedium.woff2') format('woff2'),
         url('../fonts/sandiego/SanDiegoMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'San Diego';
    src: url('../fonts/sandiego/SanDiegoThin.woff2') format('woff2'),
         url('../fonts/sandiego/SanDiegoThin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'San Diego';
    src: url('../fonts/sandiego/SanDiegoRegular.woff2') format('woff2'),
         url('../fonts/sandiego/SanDiegoRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'San Diego';
    src: url('../fonts/sandiego/SanDiegoSemiBold.woff2') format('woff2'),
         url('../fonts/sandiego/SanDiegoSemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Snell Roundhand – demo.html'deki preload isimlerine göre tanımlar */
@font-face {
    font-family: 'Snell Roundhand';
    src: url('../fonts/snellroundhand/SnellRoundhand-Black.woff2') format('woff2'),
         url('../fonts/snellroundhand/SnellRoundhand-Black.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Snell Roundhand';
    src: url('../fonts/snellroundhand/SnellRoundhand-Bold.woff2') format('woff2'),
         url('../fonts/snellroundhand/SnellRoundhand-Bold.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Snell Roundhand';
    src: url('../fonts/snellroundhand/SnellRoundhand.woff2') format('woff2'),
         url('../fonts/snellroundhand/SnellRoundhand.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}