/* THEME: Gold & Espresso — nâu tối + vàng óng, sang trọng.
   Dùng cho: nail studio, beauty, spa (leonnails, leonnails-bensberg).
   Font: Poppins + Nunito Sans (như sage).
   Ghi chú: giữ nguyên TÊN biến (--sage/--caramel...) để lõi base.css dùng chung,
   chỉ đổi GIÁ TRỊ. "sage" ở đây mang sắc nâu espresso, "caramel" mang sắc vàng gold. */
:root{
  --sage:#3a2e28; --sage-d:#2b211c; --sage-dd:#221a16;
  --cream:#f6efe0; --cream-2:#efe6d2; --paper:#fdfaf3;
  --ink:#2b2320; --ink-soft:#5c5148;
  --caramel:#d8a72a; --caramel-d:#b8860b;
  --line:rgba(43,35,32,.14);
  --shadow:0 22px 55px -26px rgba(58,46,40,.55);
  --disp:'Poppins',system-ui,sans-serif;
  --body:'Nunito Sans',system-ui,sans-serif;
}
