/*
 * Local font declarations for nameplate-preview.
 * Files live in the image editor plugin — referenced in place, not copied.
 * The space in "image editor" is URL-encoded as %20.
 *
 * font-family values match exactly the strings used in _mbp_text_overlay_area JSON.
 *
 * Fonts NOT declared here (handled elsewhere):
 *   Google Fonts  — Zain, Grand Hotel, Lobster, Cookie, Playball, Charmonman,
 *                   Great Vibes, Anek Devanagari, Yatra One, Cinzel Decorative,
 *                   Berkshire Swash  (loaded via Google Fonts <link>)
 *   System fonts  — Cambria, Monotype Corsiva  (no loading needed; serif fallback
 *                   on devices without them is acceptable)
 */

@font-face {
    font-family: 'Dephiana';
    src: url('/wp-content/plugins/image%20editor/assets/fonts/Dephiana.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Waiting Awakmu';
    src: url('/wp-content/plugins/image%20editor/assets/fonts/WaitingAwakmu.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Samarkan';
    src: url('/wp-content/plugins/image%20editor/assets/fonts/Samarkan.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Matisan Script Alt PERSONAL';
    src: url('/wp-content/plugins/image%20editor/assets/fonts/MatisanScriptAltPERSONAL.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Candlescript Demo Version';
    src: url('/wp-content/plugins/image%20editor/assets/fonts/CandlescriptDemo.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Last Christmas PERSONAL USE';
    src: url('/wp-content/plugins/image%20editor/assets/fonts/LastChristmasPERSONALUSE.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Christmas Comeback';
    src: url('/wp-content/plugins/image%20editor/assets/fonts/new/CHRISTMAS-COMEBACK.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
