@charset "UTF-8";
@import url("https://use.typekit.net/fov4fqf.css");

body {
	min-height: 100vh;
	max-height: 100vh;
	min-width: 100vw;
	max-width: 100vw;
	height: 100%;
	width: 100%;
	overflow-y: hidden;
	margin: 0;
	padding: 0;
	background: no-repeat;
	background-size: cover;
	background-image: url(http://anatomy.reykjavik.co/R25KNY.svg);
	/* background-image: url(http://anatomy.reykjavik.co/RX25PUE.svg); */
}