/**
 * @author Valentin Alisch <hallo@valentinalisch.de>
 * @version 1.0
 *
 * Bug Fest CSS: Typography
 */


body,
input {
	font-family: 'Times New Roman', Times, serif;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
}

@media ( min-width: 1000px ) {
	body,
	input {
		font-size: 30px;
	}
}



.font--fff {
	font-family: 'FFF', sans-serif;
	font-weight: normal;
	letter-spacing: 0.03em;
}

	.font--fff h1 {
		font-weight: normal;
	}

.text--uppercase {
	text-transform: uppercase;
}



p {
	margin-bottom: 1em;
}