/* Custom Theme - Pink #ff9ebe */
:root {
    --bs-primary: #ff9ebe;
    --bs-primary-rgb: 255, 158, 190;
    --bs-link-color: #ff9ebe;
    --bs-link-hover-color: #e68aab;
}

.bg-primary {
    background-color: #ff9ebe !important;
}

.text-primary {
    color: #ff9ebe !important;
}

.btn-primary {
    --bs-btn-bg: #ff9ebe;
    --bs-btn-border-color: #ff9ebe;
    --bs-btn-hover-bg: #e68aab;
    --bs-btn-hover-border-color: #e68aab;
    --bs-btn-focus-shadow-rgb: 255, 158, 190;
    --bs-btn-active-bg: #e68aab;
    --bs-btn-active-border-color: #e68aab;
}

.btn-outline-primary {
    --bs-btn-color: #ff9ebe;
    --bs-btn-border-color: #ff9ebe;
    --bs-btn-hover-bg: #ff9ebe;
    --bs-btn-hover-border-color: #ff9ebe;
    --bs-btn-active-bg: #ff9ebe;
    --bs-btn-active-border-color: #ff9ebe;
}

.nav-link.active {
    font-weight: bold;
    border-bottom: 2px solid white;
}
