@font-face {
	font-family: Kapra Neue Custom;
	src: url(KapraNeueCustom-Bold.otf);
}

@font-face {
	font-family: Ros Display;
	src: url(RosDisplay-Bold.otf);
}

@font-face {
	font-family: Avenir;
	src: url(Avenir.ttc);
}

body {
    font-family: 'Avenir';
	margin: 0px;
}

h1 {
	font-family: 'Ros Display';
	color: #ec1e36;
	font-size: 3em;
}

button {
	cursor: pointer;
}

.ec-event-body {
	cursor: pointer;
}