/* PAGES (post-type: page) */

.entry-content {
	max-width: 640px;
	margin: 0 auto;
	padding: 2em 1.25em;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	box-sizing: border-box;
}

.entry-title {
	font-size: clamp(26px, 5vw, 38px);
	line-height: 1.1;
	letter-spacing: -0.022em;
	font-weight: 700;
	margin: 0 0 0.75em;
}

.entry-content p {
	font-size: clamp(16px, 2vw, 18px);
	line-height: 1.65;
	color: #111;
	border: 0;
	padding: 0;
	margin-bottom: 1.3em;
}

.entry-content a {
	color: #000;
	text-underline-offset: 2px;
}
