@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	src: local('Ubuntu'),
		url(Ubuntu-Regular.ttf) format('ttf');
}

body {
	font-family: 'Ubuntu';
	font-weight: normal;
	font-style: normal;
}