/* themes/warm.css — 暖色活力主题 */
:root {
  --primary: #ea580c;
  --primary-dark: #c2410c;
  --primary-light: rgba(234, 88, 12, 0.08);
  --primary-glow: rgba(234, 88, 12, 0.25);
  --accent: #eab308;

  --text-1: #1c1917;
  --text-2: #44403c;
  --text-3: #78716c;
  --text-4: #a8a29e;

  --line: #e7e5e4;
  --line-soft: #fafaf9;

  --bg-1: #ffffff;
  --bg-2: #fffbeb;
  --bg-3: #fef3c7;
  --bg-glass: rgba(255, 255, 255, 0.72);
}
