@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,700;0,800;1,400;1,700;1,800&display=swap');

/* GLOBAL LOGO STYLES OVERRIDE */
.logo,
.logo-link,
.logo-wrapper,
.auth-nav-brand {
    font-family: 'Nunito', sans-serif !important;
    font-style: normal !important;
    text-decoration: none !important;
}

.logo-title,
.logo-text,
.logo h1 {
    font-family: 'Nunito', sans-serif !important;
    font-style: normal !important;
    font-weight: 800 !important;
    color: var(--brand-navy, #0f2b50) !important;
    letter-spacing: -0.01em !important;
    transition: color 0.2s;
}

:root[data-theme="dark"] .logo-title,
:root[data-theme="dark"] .logo-text,
:root[data-theme="dark"] .logo h1 {
    color: #f8fafc !important;
}

.logo:hover .logo-title,
.logo:hover .logo h1,
.logo-link:hover .logo-text,
.logo-wrapper:hover .logo-title,
.logo-wrapper:hover .logo h1,
.auth-nav-brand:hover .logo-title,
a:hover>.logo-title {
    color: var(--text-primary) !important;
}

.logo-title .text-highlight,
.logo-text .text-highlight,
.logo h1 .text-highlight,
.text-highlight {
    font-family: 'Nunito', sans-serif !important;
    font-weight: 800 !important;
    color: var(--accent-color, #1976d2) !important;
}
