@charset "UTF-8";
/* CSS Document */

body {
  width: 100vw;
  height: 100vh;
  margin: 0;
	background-image:url("assets/VOTE!.gif");
	background-size: cover;
}


@font-face {
  font-family: 'Dia-Regular';
  src: url('type/Dia-Regular.eot?#iefix') format('embedded-opentype'),  url('type/Dia-Regular.otf')  format('opentype'),
	     url('type/Dia-Regular.woff') format('woff'), url('type/Dia-Regular.ttf')  format('truetype'), url('type/Dia-Regular.svg#Dia-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

h1{
	font-family:"Dia-Regular";
	font-size: 12vw;
	font-weight:normal;
	letter-spacing: -.07em;
	cursor: url(http://ryanrowlett.com/trabajo/wp-content/uploads/2018/05/eyes.png), auto;
}