/**
 * Main content area styles
 * Renkler: sarı #edb61d, kahve #6e301e
 *
 * @package erdaunlumamulleri
 */

:root {
	--erda-sari: #edb61d;
	--erda-kahve: #6e301e;
}

body {
	font-family: 'DM Sans', sans-serif;
	color: #6e301e;
}

a {
	color: #6e301e;
}

a:hover,
a:focus {
	color: #edb61d;
}

#content {
	padding: 0;
}

/* Content width & spacing */
.site-content {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 1.5rem;
}

/* Section spacing (for future hero, products, etc.) */
.content-section {
	padding: 2rem 0;
}

.content-section:first-child {
	padding-top: 2rem;
}
