/* WordPress page template styles (non-React pages). */

body {
	background: #0a0908;
	color: #f2ede8;
	font-family: "Jost", sans-serif;
}

.boss-page {
	min-height: 100vh;
	padding: 6rem 1.5rem 4rem;
}

.boss-page__inner {
	max-width: 720px;
	margin: 0 auto;
}

.boss-page__title {
	font-family: "Bodoni Moda", serif;
	font-size: clamp(2rem, 5vw, 3.5rem);
	font-weight: 700;
	line-height: 1.05;
	margin: 0 0 2rem;
	color: #f2ede8;
}

.boss-page__title--archive {
	font-size: clamp(1.5rem, 4vw, 2.25rem);
	margin-bottom: 1rem;
}

.boss-page__title a {
	color: inherit;
	text-decoration: none;
}

.boss-page__title a:hover {
	color: #c4a882;
}

.boss-page__content {
	font-weight: 300;
	line-height: 1.75;
	color: #8a8078;
}

.boss-page__content > * + * {
	margin-top: 1.25rem;
}

.boss-page__content h2,
.boss-page__content h3,
.boss-page__content h4 {
	color: #f2ede8;
	font-family: "Bodoni Moda", serif;
	font-weight: 700;
	margin-top: 2rem;
}

.boss-page__content a {
	color: #c4a882;
}

.boss-page__content a:hover {
	color: #f2ede8;
}

.boss-page__content img {
	max-width: 100%;
	height: auto;
}

.boss-page__article--archive + .boss-page__article--archive {
	margin-top: 2.5rem;
	padding-top: 2.5rem;
	border-top: 1px solid rgba(242, 237, 232, 0.08);
}

.boss-page__empty {
	color: #8a8078;
}
