html {
	font-family: 'Raleway', sans-serif;
}

h1 {
	font-size: 50px;
	font-family: 'Raleway', sans-serif;
}

h2 {
	font-size: 25px;
	font-weight: 200;
	margin-top: 0px;
}

span {
	font-size: 35px;
	color: orange;
	font-weight: bold;
}

p {
	font-size: 25px;
}

.note {
	font-size: 15px;
	font-style: italic;
}

.attribute {
	font-weight: 100;
}

.attribution {
	font-style: italic;
}

.feature {
	letter-spacing: .3em;
}

.intro {
	text-transform: uppercase;
}

.ft {
	text-decoration: underline;
}