@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@600;700&family=Space+Grotesk:wght@600;700&display=swap');

/* Additional styles for navigation highlighting */
.nav-active {
    color: #1e40af !important;
    font-weight: 600;
    border-bottom: 2px solid #1e40af;
}

.dropdown-active {
    background-color: #dbeafe !important;
}

.tech-font {
    font-family: 'Orbitron', sans-serif;
}

.brand-logo {
    font-family: 'Space Grotesk', 'Lexend', sans-serif !important;
    font-weight: 700;
    letter-spacing: 0.08em;
}

/* Global dark-mode text contrast fix */
.dark .text-gray-900,
.dark .text-gray-800,
.dark .text-gray-700 {
    color: #f3f4f6 !important;
}

.dark .text-gray-600,
.dark .text-gray-500 {
    color: #e5e7eb !important;
}

.dark .text-gray-400,
.dark .dark\:text-gray-400 {
    color: #d1d5db !important;
}

.dark .dark\:text-gray-300,
.dark .dark\:text-gray-200,
.dark .dark\:text-white {
    color: #f9fafb !important;
}

.dark input::placeholder,
.dark textarea::placeholder {
    color: #cbd5e1 !important;
}