:root {
  /* Background */
  --color-bg-main: #0C0B0D;
  --color-bg-secondary: #151418;
  --color-bg-surface: #1E1C22;

  /* Text */
  --color-text-primary: #f6f1ef;
  --color-text-secondary: #CFCBD6;
  --color-text-muted: #8F8B99;

  /* Brand */
  --color-accent-main: #f29849;
  --color-accent-hover: #d95d30;
  --color-accent-soft: #f2ddb6;

  /* Status */
  --color-success: #6ED940;
  --color-warning: #FCC214;
  --color-error: #C7271F;
}
