/* Load custom font */
@font-face {
	font-family: 'Noto';
	src: url("/woff2/noto.woff2") format('woff2'),
		 url("/woff2/noto.woff") format('woff');
	font-weight: normal;
	font-style: normal;
}

/* Apply to whole site */
body {
    margin: 0;
    color: white;
    font-family: 'Noto', sans-serif;
}

/* Optional content styling */
.content {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 40vh;
}
