/* sandstone theme */
[data-theme="sandstone"] {
    color-scheme: light;
    --bg: #f6efe7;
    --panel: #fffaf4;
    --text: #43372d;
    --muted: #8a7a69;
    --line: #d8c6b5;
    --accent: #c98657;
    --accent-strong: #ae6f43;
    --danger: #c65445;
    --success: #5f8c56;
    --shadow: 0 12px 28px rgba(80,58,39,0.14);
    --sidebar: #5a4d3f;
}

[data-theme="sandstone"] input,
[data-theme="sandstone"] textarea {
    background: var(--panel);
    color: var(--text);
    border-color: var(--line);
}

[data-theme="sandstone"] .sidebar {
    background: var(--sidebar);
}
