/* Atlas Intelligence Custom Bootstrap Theme */
:root, [data-bs-theme=light] {
    --bs-primary: #ff8c00;
    --bs-primary-rgb: 255, 140, 0;
    --bs-primary-hover: #e67e00;
    --bs-primary-active: #cc7000;
    --bs-primary-text-emphasis: #663800;
    --bs-primary-bg-subtle: #ffe6cc;
    --bs-primary-border-subtle: #ffcc99;
    --bs-warning: #d2691e;
    --bs-warning-rgb: 210, 105, 30;
}

[data-bs-theme=dark] {
    --bs-primary-text-emphasis: #ffb366;
    --bs-primary-bg-subtle: #331a00;
    --bs-primary-border-subtle: #994d00;
}

.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;
}