/* Custom theme variables for W5OBM Navy */
:root[data-w5obm-theme="w5obm_navy"] {
    color-scheme: dark;
    --bs-primary: #f0b429;
    --bs-primary-rgb: 240, 180, 41;
    --bs-body-bg: #071a33;
    --bs-body-bg-rgb: 7, 26, 51;
    --bs-body-color: #f8fafc;
    --bs-body-color-rgb: 248, 250, 252;
    --bs-emphasis-color: #ffffff;
    --bs-secondary-color: #cbd5e1;
    --bs-tertiary-color: #94a3b8;
    --bs-border-color: #294563;
    --bs-link-color: #f0b429;
    --bs-link-hover-color: #ffd166;
    --bs-success: #22c55e;
    --bs-info: #38bdf8;
    --bs-warning: #f59e0b;
    --bs-danger: #ef4444;
    --bs-card-bg: #0f172a;
    --bs-card-color: #f8fafc;
    --theme-accent-primary: #f0b429;
    --theme-accent-secondary: #22c55e;
    --theme-text-primary: #f8fafc;
    --theme-text-secondary: #cbd5e1;
    --theme-nav-bg: #071a33eb;
    --theme-nav-bg-scrolled: #071a33f5;
    --theme-nav-border: #94a3b847;
    --theme-nav-shadow: 0 8px 26px #0000008c;
}

:root[data-w5obm-theme="w5obm_navy"] body {
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
}
