@charset "UTF-8";
/* CSS Document */

body {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
}

h1, h2, h3, h4, h5 {
	/*
	font-family: 'Oswald';
	*/
}

h2 {
	letter-spacing: 0;
}

p {
	text-align: left;
	line-height: 1.5;
}

#error p strong {
	font-weight: inherit;
	font-size: 2em;
}