

@font-face {
    font-family: 'sports_worldregular';
    src: url('sports_world-regular.eot');
    src: url('sports_world-regular.eot?#iefix') format('embedded-opentype'),
         url('sports_world-regular.woff') format('woff'),
         url('sports_world-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

.sport{
	font-family: 'sports_worldregular';
	text-transform: uppercase;
	color: #1b1b1b;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: normal !important;
}
.sportr{
	font-family: 'sports_worldregular';
	text-transform: uppercase;
	color: #c8001c;
	font-size: 18px;
	margin-bottom: 15px;
}