/* Presagio Custom Bootstrap Theme */
:root, [data-bs-theme=light] {
    --bs-primary: #2563eb;
    --bs-primary-rgb: 37, 99, 235;
    --bs-primary-hover: #3b82f6;
    --bs-primary-active: #1d4ed8;
    --bs-primary-text-emphasis: #1e40af;
    --bs-primary-bg-subtle: #dbeafe;
    --bs-primary-border-subtle: #93c5fd;
    --bs-warning: #2563eb;
    --bs-warning-rgb: 37, 99, 235;
}

[data-bs-theme=dark] {
    --bs-primary: #60a5fa;
    --bs-primary-rgb: 96, 165, 250;
    --bs-primary-text-emphasis: #93c5fd;
    --bs-primary-bg-subtle: #1e3a8a;
    --bs-primary-border-subtle: #3b82f6;
}

.link-primary:hover, .link-primary:focus {
    color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}