/*
Theme Name: Chimelong Child
Template: chimelong
Description: Child theme — chứa landing templates + nơi đặt custom CSS an toàn.
Version: 1.0.0
Text Domain: chimelong-child
*/

/* Custom CSS của bạn đặt dưới đây — sẽ không bị mất khi update theme cha */

/* Ví dụ: đổi accent toàn site
body{
  --cl-accent:#0F6E5C;
  --cl-accent-h:#0A5244;
}
html[data-cl-theme="dark"] body{
  --cl-accent:#2FA389;
  --cl-accent-h:#3FB99E;
}
*/