@charset "UTF-8";

@font-face {
    font-family: 'titoli1';
    src: url('../font/titoli1.woff2') format('woff2'),
         url('../font/titoli1.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Amelia';
    src: url('../font/Amelia.woff2') format('woff2'),
         url('../font/Amelia.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'titoli2';
    src: url('../font/titoli2.woff2') format('woff2'),
         url('../font/titoli2.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'testi';
    src: url('../font/testi.woff2') format('woff2'),
         url('../font/testi.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}