/* =============================================================
   DESIGN TOKENS — đổi màu / font tại đây (hoặc override trong config.js > theme)
   ============================================================= */
:root{
  /* màu nền */
  --cream:#F6F1E9;
  --cream-2:#EAE0D0;
  --paper:#FBF7F0;

  /* màu chữ */
  --ink:#322E27;
  --ink-soft:#6B6456;

  /* màu nhấn */
  --green:#403A30;
  --green-deep:#2E2A22;
  --terra:#C2A079;
  --terra-deep:#A8855E;
  --gold:#B6A488;

  /* phụ trợ */
  --line:rgba(50,46,39,.13);
  --shadow:0 28px 70px -32px rgba(58,52,42,.5);

  /* font */
  --serif:'Cormorant Garamond',Georgia,serif;
  --body:'Be Vietnam Pro',system-ui,sans-serif;
  --script:'Dancing Script',cursive;

  /* easing chung */
  --ease:cubic-bezier(.22,.7,.18,1);
}
