/* GENERATED by sync-palettes.py from palettes.json — do not edit by hand.
   改配色請改 palettes.json 再重跑 `python3 sync-palettes.py`。

   一個 body.s13-palette-<key> 一組配色,只覆寫「字面色值」那一層;
   衍生 token(--s13-muted / --s13-hairline / --wp--preset--color--*)
   宣告在 style.css 的 body 規則,會跟著這裡的覆寫一起翻。 */

/* Đỏ · Vàng — 紅 · 金 */
body.s13-palette-red {
	--s13-primary: #c8102e;
	--s13-secondary: #e0cfa0;
	--s13-accent: #faf2e0;
	--s13-surface: #ffffff;
	--s13-text: #1a1012;
	--s13-highlight: #c8961e;
	--s13-hover-mix: black;
	--s13-bar-shadow: rgba(0, 0, 0, .12);
}

/* Xanh Navy · Vàng — 藏青 · 金 */
body.s13-palette-navy {
	--s13-primary: #17408a;
	--s13-secondary: #cdd8ee;
	--s13-accent: #eef2fb;
	--s13-surface: #ffffff;
	--s13-text: #101722;
	--s13-highlight: #c8961e;
	--s13-hover-mix: black;
	--s13-bar-shadow: rgba(0, 0, 0, .12);
}

/* Xanh Lá · Vàng — 綠 · 金 */
body.s13-palette-green {
	--s13-primary: #1f7a3d;
	--s13-secondary: #cfe3d3;
	--s13-accent: #eef6ef;
	--s13-surface: #ffffff;
	--s13-text: #101a12;
	--s13-highlight: #c8961e;
	--s13-hover-mix: black;
	--s13-bar-shadow: rgba(0, 0, 0, .12);
}

/* Tím · Vàng — 紫 · 金 */
body.s13-palette-purple {
	--s13-primary: #6b21a8;
	--s13-secondary: #ddc9ee;
	--s13-accent: #f4eefb;
	--s13-surface: #ffffff;
	--s13-text: #17111f;
	--s13-highlight: #c8961e;
	--s13-hover-mix: black;
	--s13-bar-shadow: rgba(0, 0, 0, .12);
}

/* Xanh Mòng Két · Vàng — 青 · 金 */
body.s13-palette-teal {
	--s13-primary: #00767c;
	--s13-secondary: #cbe0e0;
	--s13-accent: #eef6f6;
	--s13-surface: #ffffff;
	--s13-text: #0b1418;
	--s13-highlight: #c8961e;
	--s13-hover-mix: black;
	--s13-bar-shadow: rgba(0, 0, 0, .12);
}

/* Đỏ Mận · Kim — 酒紅 · 金 */
body.s13-palette-wine {
	--s13-primary: #a21b4b;
	--s13-secondary: #e6c9d3;
	--s13-accent: #f9edf1;
	--s13-surface: #ffffff;
	--s13-text: #1b1014;
	--s13-highlight: #c8961e;
	--s13-hover-mix: black;
	--s13-bar-shadow: rgba(0, 0, 0, .12);
}

/* Cam Cháy · Nâu Vàng — 燒橘 · 棕金 */
body.s13-palette-orange {
	--s13-primary: #b5471f;
	--s13-secondary: #ecd8c4;
	--s13-accent: #fbf1e8;
	--s13-surface: #ffffff;
	--s13-text: #1c1410;
	--s13-highlight: #c8961e;
	--s13-hover-mix: black;
	--s13-bar-shadow: rgba(0, 0, 0, .12);
}

/* Than · Kim (nền tối) — 深底 · 炭黑金紅 */
body.s13-palette-dark {
	--s13-primary: #e2213b;
	--s13-secondary: #2c3843;
	--s13-accent: #19212a;
	--s13-surface: #0f1417;
	--s13-text: #eaeef0;
	--s13-highlight: #d8b24a;
	--s13-hover-mix: white;
	--s13-bar-shadow: rgba(0, 0, 0, .55);
}
