@import url(http://fonts.googleapis.com/earlyaccess/amstelvaralpha.css);

@font-face {
	font-family: 'Output Sans Hairlines VF';
  src: url('OutputSansHairlinesVariable-VF.woff2') format('woff2-variations'), /* woff for Safari */
			 url('OutputSansHairlinesVariable-VF.woff2') format('woff2'); /* woff2 for all browsers except Safari */
}

body {
	background: rgb(0, 71, 201);
	color: #fff;
	font-family: 'Output Sans Hairlines VF', sans-serif;
	text-align: center;
	margin: 0;
}

.wrapper {
	display: flex;
	min-height: 100vh;
}

.container {
	margin: auto;
}

h1, h2 {
	font-weight: normal;
	margin: 0;
	line-height: 1;
	transition: all 0.3s ease-out;
	word-spacing: -0.06em;
	animation-name: animate-color;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
	transition-timing-function: cubic-bezier(0.64, 0.57, 0.67, 1.53);
	text-shadow: 10px 10px rgba(255,255,255,0.2);
}

h1 {
	font-size: 10vw;
	margin: 0 0 0.05em;
	animation-delay: 1;
}

h2 {
	font-size: 13.5vw;
	animation-delay: 1.3492s;
}

h1, h2 {

}

@keyframes animate-color {
	to {
		color: #7FFF00;
	}
}
