/* Auto-generated theme accents — do not edit by hand */
:root,
[data-theme="light"] {
    --accent: #c2410c;
    --accent-hover: #ab390b;
    --accent-soft: rgba(194,65,12,0.08);
    --sidebar-active: rgba(194,65,12,0.08);
}

[data-theme="dark"] {
    --accent: #cf6b41;
    --accent-hover: #d57d58;
    --accent-soft: rgba(207,107,65,0.14);
}
