@font-face {
	font-family: 'Bebas';
	src: url('../font/ubset-Bebas.eot');
	src: url('../font/subset-Bebas.eot?#iefix') format('embedded-opentype'),
		url('../font/subset-Bebas.woff2') format('woff2'),
		url('../font/subset-Bebas.woff') format('woff'),
		url('../font/subset-Bebas.ttf') format('truetype'),
		url('../font/subset-Bebas.svg#Bebas') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url('../font/subset-Lato-Regular.eot');
	src: url('../font/subset-Lato-Regular.eot?#iefix') format('embedded-opentype'),
		url('../font/subset-Lato-Regular.woff2') format('woff2'),
		url('../font/subset-Lato-Regular.woff') format('woff'),
		url('../font/subset-Lato-Regular.ttf') format('truetype'),
		url('../font/subset-Lato-Regular.svg#Lato-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}


.text-box{
	padding-top: 2rem;
}
.result {
	margin-bottom: 0;
	margin-top: 3rem;
}
.fonts {
	font-size: 2rem;
	text-align: center;
	padding: 2rem;
}
small {
	font-size: 1.3rem;
}

.opensans {
	font-family: 'Open Sans', sans-serif;
}

.bebas {
	font-family: 'Bebas';
	font-weight: normal;
	font-style: normal;
}

.lato {
		font-family: 'Lato';
		font-weight: normal;
		font-style: normal;
}

.lobster {
	font-family: 'Lobster',	cursive;
}