/* Typography */

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

/* Custom Styles */

main {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	justify-content: center;
	padding: 0 30px;
	text-align: center;
}

main > .intro {
	font-family: sans-serif;
	font-weight: 600;
  font-size: 6vw;
}

main > .tagline {
	font-size: 2vw;
	margin: 1.5rem 0;
	font-weight: 100;
}
