@charset "UTF-8";
/* Accent overrides for the "A Search for a Son" sub-site.
   Reuses css.css's structure/layout wholesale; only the accent
   custom properties change, giving this book its own identity
   (amber/brass "detective story" tone) instead of Cloud Garden's green. */

:root {
	--accent: #5c3b13;
	--accent-hover: #4d3110;
	--accent-hover-bright: #8a5a1e;
	--accent-text: #e0a83b;
	--accent-text-rgb: 224, 168, 59;
	--accent-card-rgb: 92, 59, 19;
}

header.site-header {
	padding-top: 22px;
}

.son-logo {
	width: auto;
	height: 55px;
	max-width: 100%;
	margin: 0 auto 4px;
}
