*,*::before,*::after {
	box-sizing: border-box;
}

html {
	font-size: 16px;
	min-width: 320px;
}

body {margin: 0; padding: 0; font-family: Ubuntu, sans-serif;}

/*
body,
.ubuntu-regular {
	font-family: "Ubuntu", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.ubuntu-bold {
	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
	font-style: normal;
}
*/
a {}
a:hover {text-decoration: none;}

.hidden {display: none !important;}

.draft {background: url(/img/draft.svg); background-size: 150px 150px;}

.clear-both {display: block; clear: both; height: 0; overflow: hidden;}

.relative {left: 0; top: 0; position: relative;}