/* FONTS */

@font-face {
	font-family: "Gotham";
	src: url("/fonts/gotham-4r.eot");
	src: url("/fonts/gotham-4r.eot?#iefix") format("embedded-opentype"),
	url("/fonts/gotham-4r.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}
		
@font-face {
	font-family: "Gotham";
	src: url("/fonts/gotham-7r.woff") format("woff");
	font-weight: 700;
	font-style: bold;
}

/* TYPOGRAPHY */

		* {
			font-family: "Gotham", "Verdana", "Helvetica", "Arial", sans-serif !important;
		}
		
		h1, h2, h3, h4, h5 {
			font-family: "Gotham", "Arial", "Helvetica", sans-serif;
		}

/* Buttons */

.uk-button-coba-yellow {
	background-color: #ffcc33;
	color: #333333;
}

.uk-button-coba-dark-grey {
	background-color: #808080;
	color: #ffffff;
}

.uk-button-coba-light-grey {
	background-color: #E5E5E5;
	color: #333333;
}
