:root {
    --text-color: #241d19;
    --page-background: #f6f4f2;
    --sidebar-background: #2b211c;
    --sidebar-text: #f0e6df;
    --sidebar-link: #c8b8ae;
    --sidebar-muted: #baa79d;
    --sidebar-active: #4a352b;
    --sidebar-border: #533d32;
    --accent-color: #e56b3f;
    --topbar-border: #e4dfdb;
    --muted-text: #675a53;
    --link-color: #984728;
    --loader-track: #eadfd8;
}

.dashboard-actions { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; }
.dashboard-actions h2 { margin: 2px 0 4px; }
.dashboard-actions p { margin: 0; color: #73665f; font-size: 13px; }
