/* truth — Truth
   Handwritten 'the real truth' logo, thumb-left list, right sidebar.
   Structure comes from dna in skin.json; this file is the identity layer:
   palette from the original masthead art, type from its webfont requests.
   Accent lightness adjusted where the 2014 original missed WCAG AA. */
body.skin-truth {
	--accent: #886944;
	--accent-hover: #6d5436;
	--on-accent: #ffffff;
	--band: #816b59;
	--on-band: #ffffff;
	--ink: #1c2733;
	--muted: #527396;
	--rule: #dce4ec;
	--bg: #ffffff;
	--bg-alt: #f0f3f7;

	--font-head: 'Roboto Condensed', 'Arial Narrow', Arial, sans-serif;
	--font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
	--font-script: 'Dancing Script', 'Brush Script MT', cursive;
	--container: 76rem;

	/* v1 names, kept so anything still referencing them keeps working */
	--m-accent: #886944;
	--m-text: #1c2733;
	--m-muted: #527396;
	--m-rule: #dce4ec;
	--m-bg: #ffffff;
}

body.skin-truth .m-site-title { letter-spacing: 0.01em; }
