/**
 * inSigner Local Fonts (GDPR Compliant)
 * Self-hosted fonts - no external requests
 */

/* DM Sans - Variable Font (covers all weights 100-1000) */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 100 1000;
    font-display: optional;
    src: url('../fonts/dm-sans-variable.woff2') format('woff2');
}

/* Dancing Script - Signature font */
@font-face {
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/dancing-script-400.woff2') format('woff2');
}

/* Great Vibes - Signature font */
@font-face {
    font-family: 'Great Vibes';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/great-vibes-400.woff2') format('woff2');
}

/* Sacramento - Signature font */
@font-face {
    font-family: 'Sacramento';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/sacramento-400.woff2') format('woff2');
}

/* Pacifico - Signature font */
@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/pacifico-400.woff2') format('woff2');
}

/* Caveat - Signature font */
@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/caveat-400.woff2') format('woff2');
}