
@font-face {
  font-family: 'dax_lightregular';
  src: url('/fonts/dax-light-webfont.woff2') format('woff2'),
       url('/fonts/dax-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

a {
	color: #a3a3a3;
	text-decoration: none;
}

body {
	background-color: #ffffff;
}

h1 {
	font-family: 'dax_lightregular';
	font-size: 60px;
	font-weight: 100;
	color: #a3a3a3;
	letter-spacing: -3px;
	width: 100%;
	text-align: center;
	margin-top: 400px;
}

@media only screen and (max-width: 480px) {
	h1 {
		font-size: 42px;
		margin-top: 150px;
	}
}
