/**
 * Site-wide header/footer reskin (GeneratePress default markup) so the chrome
 * around every page matches the flat/modern palette used by the story layout,
 * not just the story templates themselves. Uses the same tokens as story.css
 * (kept as literal values here since this stylesheet loads outside .bstory).
 */

.site-header {
	background: #FAF8F4;
	border-bottom: 1px solid #e4ddd2;
	box-shadow: none;
}

.site-header .main-title,
.site-header .main-title a {
	font-family: 'Source Serif 4', Georgia, serif !important;
	font-weight: 600;
	color: #262320;
	letter-spacing: -0.01em;
}
.site-header .main-title a:hover {
	color: #2f6f6a;
}

.site-header .site-description {
	font-family: 'Be Vietnam Pro', system-ui, sans-serif;
	color: #857f74;
}

.main-navigation,
.main-navigation .main-nav ul li a {
	font-family: 'Be Vietnam Pro', system-ui, sans-serif;
}
.main-navigation .main-nav ul li a {
	color: #423e37;
}
.main-navigation .main-nav ul li a:hover,
.main-navigation .main-nav ul li.current-menu-item > a {
	color: #2f6f6a;
}

.site-info {
	background: #FAF8F4;
	border-top: 1px solid #e4ddd2;
}
.site-info,
.site-info a {
	font-family: 'Be Vietnam Pro', system-ui, sans-serif;
	font-size: 13px;
	color: #857f74;
}
.site-info a:hover {
	color: #2f6f6a;
}
