/* Blog starter — your site's stylesheet.
 * Edit me freely. Cache-busted automatically by cms.builder.css() in your layout.
 */

*, *::before, *::after {
	box-sizing : border-box;
	margin     : 0;
	padding    : 0;
}

body {
	font-family : Georgia, 'Times New Roman', serif;
	line-height : 1.8;
	color       : #333;
}

.container {
	max-width : 720px;
	margin    : 0 auto;
	padding   : 0 1.5rem;
}

h1, h2, h3 {
	font-family : system-ui, sans-serif;
	line-height : 1.2;
}

h1 {
	font-size     : 2.25rem;
	margin-bottom : 1rem;
}

h2 {
	font-size     : 1.5rem;
	margin-bottom : 0.75rem;
}

p {
	margin-bottom : 1rem;
}

a {
	color : #2563eb;
}

.section {
	padding : 3rem 0;
}

.post-meta {
	color       : #888;
	font-size   : 0.9rem;
	font-family : system-ui, sans-serif;
}

.post-card {
	border-bottom : 1px solid #e5e7eb;
	padding       : 2rem 0;
}

.post-card:last-child {
	border-bottom : none;
}
