@import url('../js/vendor/ui/css/tokens.css');
@import url('../js/vendor/ui/css/bridge.css');
@import url('../js/vendor/ui/css/components.css');
@import url('../js/vendor/ui/css/shell.css');
@import url('../js/vendor/ui/css/primitives.css');
@import url('../js/vendor/ui/css/workspace.css');

/* Bailey Feed Mill — Σ wordmark + client accent */
.brand-sigma {
    font-family: var(--brand-mark-font);
    font-weight: 600;
}

/* Bailey Feed Mill — client accent overrides (tweak during branding pass) */
:root {
    --accent: #3f6212;
    --accent-dim: #365314;
    --accent-glow: rgba(63, 98, 18, 0.10);
    --accent-surface: rgba(63, 98, 18, 0.08);
}

[data-theme="dark"] {
    --accent: #a3e635;
    --accent-dim: #84cc16;
    --accent-glow: rgba(163, 230, 53, 0.14);
    --accent-surface: rgba(163, 230, 53, 0.10);
}

@media (prefers-color-scheme: dark) {
    :root:not([data-theme="light"]):not([data-theme="dark"]) {
        --accent: #a3e635;
        --accent-dim: #84cc16;
        --accent-glow: rgba(163, 230, 53, 0.14);
        --accent-surface: rgba(163, 230, 53, 0.10);
    }
}
