@font-face {
    font-family: 'TIMSans-Regular';
    src: url('../TIMSans-Regular.ttf') format('ttf'),
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'TIMSans', sans-serif !important;
}

/* Sfondo personalizzato e testo bianco per il menu */
.navigation.sw-megamenu.custom-sw-megamenu-tim {
    background-color: #007aff; /* il tuo colore esadecimale */
}

.navigation.sw-megamenu.custom-sw-megamenu-tim a {
    color: #ffffff !important;
}

/* Hover con leggero effetto */
.navigation.sw-megamenu.custom-sw-megamenu-tim a:hover {
    color: #ffd700 !important; /* esempio: giallo acceso */
}
