@import url('https://fonts.googleapis.com/css2?family=Fredoka:wdth,wght@75..125,300..700&display=swap');

.navbar-toggler {
    border-color: transparent;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.default-rounded {
    border-radius: 1.5rem !important;
}

[data-bs-theme=light] {
    .footer-border {
        border-top: 2px solid #e9ecef;
    }
}
[data-bs-theme=dark] {
    .footer-border {
        border-top: 2px solid #ffffff1a;
    }
}

.dropdown-item-hover:hover {
    background-color: transparent !important;
}

.btn:focus-visible {
    outline: none !important;
}

.btn-custom {
    transition: transform 0.2s ease-in-out;
}

.btn-custom:hover {
    transform: scale(1.05);
}

.header-blur {
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.text-gradient {
    background: linear-gradient(to right, #c084fc, #db2777);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-link:hover {
    color: #9333ea !important;
}

.title {
    font-family: Fredoka, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-weight: 700 !important;
    letter-spacing: -.02em;
    line-height: .9;
    text-shadow: 0 0 40px rgba(139, 92, 246, .3);
}

.link {
    color: rgb(192 132 252)  !important;
}

.link:hover {
    color: rgb(216 180 254) !important;
}

.bg-body-secondary {
    background-color: #ffffff0d !important;
    border: 1px solid #ffffff1a !important;
}
