/* theme-1 青绿 */
:root{
  --primary:#0d9488;
  --secondary:#0f766e;
  --accent:#5eead4;
  --bg-light:#ecfdf5;
  --radius:10px;
  --radius-sm:6px;
}
