@font-face {
    font-family: GothamBold;
    src: url(fonts/gotham-bold.otf);
}

@font-face {
    font-family: GothamBook; 
    src: url(fonts/gotham-book.otf);
}


.kwGothamBold {
	font-family: "GothamBold" !important;
}

.kwGothamBook {
	font-family: "GothamBook" !important;
}

.kwH3Storie {
	font-size: 16px;
	text-transform: uppercase !important;
	font-family: "GothamBold" !important;
	padding-bottom: 5px !important;
}