/* fonts */

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

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

@font-face {
	font-family: 'OpenSans Regular';
	font-style: normal;
	font-weight: 400;
	src: local('OpenSans Regular');
	src: url('fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'OpenSans Bold';
	font-style: normal;
	font-weight: 400;
	src: local('OpenSans Bold');
	src: url('fonts/OpenSans-Bold.ttf') format('truetype');
}
