/* Theme — Designer override file
   Edit these variables to re-skin the site.
   styles.css references these via var(--color-*). */

:root {
  --color-bg: #0d1117;
  --color-bg-alt: #161b22;
  --color-surface: #202734;
  --color-text: #f3ecdf;
  --color-text-secondary: #c4baab;
  --color-muted: #928877;
  --color-border: #313949;
  --color-accent: #f2a65a;
  --color-accent-hover: #ffc27f;
  --color-accent-text: #1a1410;
  --color-error: #ff5c6c;
  --color-error-bg: #2a1520;
  --color-success: #00e676;
  --color-success-bg: #122a1b;
  --color-warning: #ffab40;
  --color-warning-bg: #2a2215;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 24px 80px rgba(0, 0, 0, 0.28);
  --paper: #efe5d3;
  --paper-alt: #e2d5be;
  --paper-text: #171514;
  --paper-muted: #645b51;
  --radius-lg: 1.25rem;
}
