/* Terawatt v5 — legacy token shim for the ported single (post/case) layout.
   single-2026.css / single-dark.css were authored against the v3/v4 --c-* /
   --font-* token names. v5-base only defines --tw-*, so we re-declare the
   legacy names (v4 light values) here and load this FIRST. single-dark.css
   then overrides the article colours for the dark master palette, exactly as
   it did in terawatt-4.0. */
:root {
	--c-bone:        #F4F1EC;
	--c-faint:       #8C9099;
	--c-ink:         #0C0E12;
	--c-ink-soft:    #2C2F36;
	--c-line:        #DDD9D0;
	--c-line-strong: #B4AEA1;
	--c-master:      #0e1b2c;
	--c-master-2:    #e8b92e;
	--c-muted:       #5B6472;
	--c-paper:       #F2F0EC;
	--c-solar:       #e8b92e;
	--c-white:       #FFFFFF;
	--container:     1320px;
	--gutter:        clamp(1.25rem, 3vw, 2.5rem);
	--font-body:     'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
	--font-display:  'Inter Tight', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
	--font-mono:     'JetBrains Mono', 'SF Mono', Menlo, Consolas, monospace;
}
