/* ===========================================================
   cicabolt2 — globális reset + alap tipográfia (_starter szerint).
   Vizuális téma: css/header.php, home.php, article.php
   =========================================================== */

* {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Quicksand", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #3d342f;
	background: #fdf5eb;
	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

button {
	font-family: inherit;
	cursor: pointer;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.6em;
	line-height: 1.2;
	font-weight: 700;
}

p {
	margin: 0 0 1em;
}

hr {
	border: none;
	border-top: 1px solid #ead9c9;
	margin: 24px 0;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.uppercase {
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
