@font-face {
	font-family: avenir-regular;
	src: url('fonts/AvenirNextLTPro-Regular.otf');
}

@font-face {
	font-family: avenir-medium;
	src: url('fonts/AvenirNextLTPro-Medium.otf');
}

body{
	font-family: avenir-regular;
	background: #ffffff;
}