/*
 * Typed e-signature fonts. Self-hosted from public/fonts/ and served outside
 * the Vite pipeline (so the bundler doesn't try to resolve /fonts/*.ttf at
 * build time); loaded via <link> in the app and blank layouts.
 *
 * Licenses: SIL OFL 1.1 for Dancing Script, Sacramento, Parisienne,
 * Tangerine, Ephesis, and Corinthia; Apache 2.0 for Satisfy.
 */

@font-face {
    font-family: Satisfy;
    src: url('/fonts/satisfy/Satisfy-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dancing Script';
    src: url('/fonts/dancing-script/DancingScript-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Sacramento;
    src: url('/fonts/sacramento/Sacramento-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Parisienne;
    src: url('/fonts/parisienne/Parisienne-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Tangerine;
    src: url('/fonts/tangerine/Tangerine-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Ephesis;
    src: url('/fonts/ephesis/Ephesis-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Corinthia;
    src: url('/fonts/corinthia/Corinthia-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
