/*
 * Phase D — home recovery after gate
 * - :root tokens used by content/home.php inline styles must survive removal of
 *   #g5-gate-styles (gate.bundle.css also defines them; this sheet never unloads).
 * - Gate body uses Inter + theme gradients + fixed background; once the link is
 *   removed, re-assert legacy body styling from css/style.css so nothing lingers.
 */
:root {
	--tc-gold: #d5c7a3;
	--tc-gold-highlight: #e2d6b6;
	--accent-gold: #d4c7a3;
}

body.site-phase--home {
	overflow: visible !important;
	color: #a1a1a1;
	font: 400 14px/26px "Open Sans", sans-serif;
	background: url(../images/text.jpg);
	background-attachment: scroll;
	min-height: 100%;
}

body.site-phase--home #site-home {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
