@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Fira Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 100%;
	background: #f1d39f;
}

p {
	font-size: 1.2rem;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 2.6rem;
	font-weight: 700;
	margin-bottom: 20px;
}

h2 {
	font-size: 2.4rem;
}

h3 {
	font-size: 2rem;
}

.container {
	width: 1100px;
	margin: 0 auto;
}