body, h1, h2, h3, h4, h5, h6, .font-headline-md, .font-display-lg, button, input, select, textarea {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

body, h1, h2, h3, h4, h5, h6, .font-headline-md, .font-display-lg, button, input, select, textarea {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
}

/* CSEN Catanzaro Digital Hub - Stili Personalizzati */

/* Regola per i font Montserrat e Inter */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}



/* Transizioni globali morbide */
a, button, input, select {
    transition: all 0.2s ease-in-out;
}

/* Sfumatura atletica brand */
.athletic-gradient {
    background: linear-gradient(135deg, rgba(187, 0, 20, 0.1) 0%, rgba(0, 8, 30, 0) 100%);
}

/* Maschera Hero diagonale per un look dinamico e atletico */
.hero-mask {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

@media (max-width: 768px) {
    .hero-mask {
        clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
    }
}
