/* Identidade Glamia: tokens locais carregados depois de palette.css. */
html[data-bs-theme="dark"],
.nova-ui[data-bs-theme="dark"],
html[data-bs-theme="dark"] .nova-ui,
.nova-ui-shell[data-bs-theme="dark"],
html[data-bs-theme="dark"] .nova-ui-shell,
html[data-bs-theme="dark"] .nui-app {
    --nui-accent: #D9B48C;
    --nui-accent-strong: #B98F63;
    --nui-accent-soft-bg: #2A1F16;
    --nui-accent-soft-tx: #E8C7A1;
    --bs-primary-rgb: 217, 180, 140;
    --bs-link-color-rgb: 232, 199, 161;
}

html[data-bs-theme="light"],
.nova-ui[data-bs-theme="light"],
html[data-bs-theme="light"] .nova-ui,
.nova-ui-shell[data-bs-theme="light"],
html[data-bs-theme="light"] .nova-ui-shell,
html[data-bs-theme="light"] .nui-app {
    --nui-accent: #96603F;
    --nui-accent-strong: #7A4D31;
    --nui-accent-soft-bg: #F5EBE1;
    --nui-accent-soft-tx: #7A4D31;
    --bs-primary-rgb: 150, 96, 63;
    --bs-link-color-rgb: 122, 77, 49;
}
