:root {
    --background: #f7f3ed;
    --surface: #fffef9;
    --surface-muted: #f0ebe3;
    --surface-light: #f0ebe3;
    --surface-border: #e4ddd2;
    --border: #e4ddd2;
    --border-strong: #cfc6b8;

    --text-primary: #1c1917;
    --text-secondary: #57534e;
    --text-tertiary: #a8a29e;

    --accent: #8b6914;
    --accent-hover: #6f5410;
    --accent-soft: rgba(139, 105, 20, 0.08);

    --success: #166534;
    --success-soft: rgba(22, 101, 52, 0.08);
    --danger: #991b1b;
    --danger-soft: rgba(153, 27, 27, 0.08);
    --error: #991b1b;
    --warning: #8b6914;

    --shell: #fffef9;
    --card: #fffef9;
    --ask-shell: #fffef9;
    --ask-card: #fffef9;
    --composer-shell: #fffef9;
    --composer-focus: rgba(139, 105, 20, 0.2);
    --accent-glow: rgba(139, 105, 20, 0.16);

    --shadow-sm: 0 1px 2px rgba(28, 25, 23, 0.06);
    --shadow-md: 0 4px 12px rgba(28, 25, 23, 0.08);
    --shadow-lg: 0 14px 30px rgba(28, 25, 23, 0.1);

    --primary: #8b6914;
    --primary-dark: #6f5410;
    --primary-light: #a68b5b;
    --secondary: #8b6914;
}
