/* Fuentes personalizadas adicionales */

/* Tan The Whisting - Script/Display font */
@font-face {
    font-family: 'Tan The Whisting';
    src: url('https://fonts.cdnfonts.com/s/87445/TanTheWhisting.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* Luxurius Script - Elegant script */
@font-face {
    font-family: 'Luxurius Script';
    src: url('https://fonts.cdnfonts.com/s/94921/LuxuriusScript.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* The Seasons - Decorative */
@font-face {
    font-family: 'The Seasons';
    src: url('https://fonts.cdnfonts.com/s/15315/TheSeasons-Reg.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* Open Sauce - Modern sans-serif */
@font-face {
    font-family: 'Open Sauce';
    src: url('https://fonts.cdnfonts.com/s/14884/OpenSauceOne-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sauce';
    src: url('https://fonts.cdnfonts.com/s/14884/OpenSauceOne-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sauce';
    src: url('https://fonts.cdnfonts.com/s/14884/OpenSauceOne-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* Lovely May - Romantic script */
@font-face {
    font-family: 'Lovely May';
    src: url('https://fonts.cdnfonts.com/s/96837/LovelyMay.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* ITC New Baskerville - Classic serif */
@font-face {
    font-family: 'ITC New Baskerville';
    src: url('https://fonts.cdnfonts.com/s/12968/ITCNewBaskerville-Roman.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'ITC New Baskerville';
    src: url('https://fonts.cdnfonts.com/s/12968/ITCNewBaskerville-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* Weiss - Traditional serif */
@font-face {
    font-family: 'Weiss';
    src: url('https://fonts.cdnfonts.com/s/13054/Weiss.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Weiss';
    src: url('https://fonts.cdnfonts.com/s/13054/WeissBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* Fallbacks para fuentes que pueden no estar disponibles */
.custom-font-fallback {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
