/** @format */

body {
	background: #faf7f2;
	font-family: "Cormorant Garamond", serif;
	color: #2a2a2a;
	padding: 40px;
	max-width: 800px;
	margin: auto;
}

.title {
	font-size: 36px;
	text-align: center;
	margin-bottom: 40px;
	letter-spacing: 1px;
}

.section-header {
	font-size: 28px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #d8d2c8;
	padding-bottom: 8px;
	letter-spacing: 0.5px;
}

.wine-entry {
	margin-bottom: 28px;
}

.wine-producer {
	font-size: 20px;
	font-weight: 600;
}

.wine-name {
	font-style: italic;
	font-size: 18px;
	margin-top: 2px;
}

.wine-meta {
	font-size: 16px;
	margin-top: 4px;
	opacity: 0.85;
}

.wine-price {
	font-size: 18px;
	margin-top: 6px;
	color: #7a0a0a;
	font-weight: 600;
}

.divider {
	height: 1px;
	background: #d8d2c8;
	margin: 20px 0;
}
