:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-soft: #f5f5f5;
  --text: #191919;
  --muted: #525252;
  --primary: #ff5511;
  --primary-strong: #d75201;
  --accent: #ffb800;
  --accent-strong: #d89b00;
  --border: #ededed;
  --dark: #191919;
  --success: #1f8f46;
  --danger: #bc2d2d;
}
