:root {
    /* Page */
    --sw-bg-page: #E8BC7E;
    --sw-text-on-page: #302418;
    --sw-text-muted-on-page: #5c4030;

    /* Shell / panels */
    --sw-bg-shell: #302418;
    --sw-bg-elevated: #3d2b1a;
    --sw-bg-surface: #241c14;
    --sw-border: #6d4c2a;

    /* Accent */
    --sw-accent: #FFB74D;
    --sw-accent-hover: #ffc875;
    --sw-accent-soft: #FFCC80;

    /* Text on dark panels */
    --sw-text-on-dark: #f2e9d8;
    --sw-text-muted-on-dark: #d7ccc8;

    /* Buttons (dark grey — separate from page accent) */
    --sw-btn-text: #e8e8e8;
    --sw-btn-text-muted: #b0b0b0;
    --sw-btn-border: #555555;
    --sw-btn-border-hover: #777777;
    --sw-btn-bg: #3a3a3a;
    --sw-btn-bg-hover: #484848;
    --sw-btn-bg-active: #525252;
    --sw-btn-primary-bg: #505050;
    --sw-btn-primary-hover: #626262;
    --sw-btn-primary-active: #444444;
    --sw-btn-focus-rgb: 120, 120, 120;

    /* Spacing */
    --sw-space-1: 4px;
    --sw-space-2: 8px;
    --sw-space-3: 12px;
    --sw-space-4: 16px;
    --sw-space-5: 24px;
    --sw-space-6: 32px;

    --sw-font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
