/* === File: styles/theme-light.css === */
/* theme-light.css - ONLY colors (HEX) */

/* default = light */
:root,
:root[data-theme="light"] {
	--bg: #f6f5f2;
	--paper: #ffffff;
	--ink: #1b1b1b;
	--muted: #5c5c5c;
	--accent: #0b63ce;
	--rule: #d9d9d9;

	/* NEW: method name color (distinct from sec-title) */
	--method-ink: #2a4a86;

	--code-bg: #f1f1f1;
	--chip-bg: #efefef;

	--diff-add-bg: #e6ffed;
	--diff-del-bg: #ffeef0;
	--diff-chg-bg: #fff5b1;
	--diff-hunk: #f0f3f6;

	--shadow: #000000;
}
