/* Registrazione del font personalizzato */
@font-face {
    font-family: 'AutoSignature';
    src: url('../fonts/aAutoSignature.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Evita testi invisibili durante il caricamento */
}

/* Esempio di utilizzo (opzionale, puoi usarlo nel tuo style.css) */
.custom-signature {
    font-family: 'AutoSignature', cursive;
}