/* fonts.css - Inclusione font Titillium Web locali */
@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-300.woff2') format('woff2'),
         url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-300.woff') format('woff');
    font-weight: 300; /* Light */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-600.woff2') format('woff2'),
         url('../fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-600.woff') format('woff');
    font-weight: 600; /* Semi-Bold */
    font-style: normal;
    font-display: swap;
}

/* Manteniamo anche Roboto per altri elementi se necessario */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'),
         url('../fonts/roboto-v30-latin-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-v30-latin-700.woff2') format('woff2'),
         url('../fonts/roboto-v30-latin-700.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}