@import url('fonts/neuropol.css');

.menu-wrapper .logo a {
    font-family: 'Neuropol', sans-serif !important;
}

.menu-wrapper .logo a span {
    font-family: 'Neuropol', sans-serif !important;
}

.menu-wrapper .nav-link,
.menu-wrapper .mobile-nav-link {
    font-family: inherit !important;
}

.menu-wrapper .nav-link:hover,
.menu-wrapper .mobile-nav-link:hover {
    text-shadow: 0 0 8px rgba(59, 130, 246, 0.5) !important;
    transition: text-shadow 0.3s ease !important;
}
