/* theme-4 红 */
:root{
  --primary:#dc2626;
  --secondary:#b91c1c;
  --accent:#fca5a5;
  --bg-light:#fef2f2;
  --radius:12px;
  --radius-sm:8px;
}
