﻿@font-face {
	font-family: 'Nunito';
	font-weight: 400;
	font-style: normal;
	src: url('../fonts/Nunito-Regular.ttf') format('tff');
}

@font-face {
	font-family: 'Nunito';
	font-weight: 700;
	font-style: normal;
	src: url('../fonts/Nunito-Regular.ttf') format('tff');
}

* {
	box-sizing: border-box;
}

html, body {
	height: 100%;
}

body {
	font-family: Nunito, Verdana, sans-serif;
	font-size: 14px;
	margin: 0;
	word-break: break-word;
	overflow-y: hidden;
}

table {
	font-size: 1em;
}

h1 {
	color: #707070;
	font-size: 24px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 16px;
}

.container {
	width: 100%;
	border: 0;
	border-spacing: 0;
	position: relative;
}

.error-title {
	padding: 0 0 30px 0;
}
