html, body {
	position: relative;
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'euclid-square', Arial, sans-serif;
}

a {
    color: #0081c4;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #0081c4;
}

a:visited {
	color: #0081c4;
}

label {
	display: block;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	padding: 0.4em;
	margin: 0 0 0.5em 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
}

input:disabled {
	color: #ccc;
}

input[type="range"] {
	height: 0;
}

button {
	color: #333;
	background-color: #f4f4f4;
	outline: none;
}

button:active {
	background-color: #ddd;
}

button:focus {
	border-color: #666;
}

.error {
	height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

@font-face {
	font-family: 'euclid-square';
	src: url('/fonts/EuclidSquare-Light.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'euclid-square';
	src: url('/fonts/EuclidSquare-Medium.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'euclid-square';
	src: url('/fonts/EuclidSquare-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'euclid-square';
	src: url('/fonts/EuclidSquare-Semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}
