/*
 * Wooble Theme Background Tokens (v1)
 *
 * Theme Tokens Usage:
 * - Use semantic background tokens for page/surface backgrounds.
 * - Avoid introducing new raw background hex values in page styles unless design-approved.
 * - If a new reusable background is needed, add a token here first, then consume it.
 */
:root {
  --bg-page: #F7F5F2;
  --bg-surface: #FFFFFF;
  --bg-surface-subtle: #FDFCFA;
  --bg-sidebar: #FFFFFF;

  --bg-proof-step-blue: #E6F3FF;
  --bg-proof-step-warm: #EFE4C8;
  --bg-proof-step-muted: #F3EFE8;
}
