/*
 * Self-hosted signature typefaces for the "Type" signing option.
 * Kept as a static stylesheet (outside the Vite fonts pipeline) so the family
 * names stay stable and can be referenced from runtime JS (canvas rendering).
 */
@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/caveat-600.woff2') format('woff2');
}
@font-face {
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/dancing-script-600.woff2') format('woff2');
}
@font-face {
    font-family: 'Great Vibes';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/great-vibes-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Sacramento';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/sacramento-400.woff2') format('woff2');
}
