/* theme-2 草绿 */
:root{
  --primary:#16a34a;
  --secondary:#15803d;
  --accent:#86efac;
  --bg-light:#f0fdf4;
  --radius:14px;
  --radius-sm:10px;
}
