@font-face {
  font-family: 'Klavika';
  font-style: normal;
  font-weight: 300;
  src: local('Klavika Light'), local('Klavika-Light'), url(../resources/fonts/Klavika-Light.woff) format('woff');
}
@font-face {
  font-family: 'Klavika';
  font-style: normal;
  font-weight: 400;
  src: local('Klavika'), local('Klavika-Regular'), url(../resources/fonts/Klavika-Regular.woff) format('woff');
}
@font-face {
  font-family: 'Klavika';
  font-style: normal;
  font-weight: 500;
  src: local('Klavika Medium'), local('Klavika-Medium'), url(../resources/fonts/Klavika-Medium.woff) format('woff');
}
@font-face {
  font-family: 'Klavika';
  font-style: normal;
  font-weight: 700;
  src: local('Klavika Bold'), local('Klavika-Bold'), url(../resources/fonts/Klavika-Bold.woff) format('woff');
}
@font-face {
	font-family: 'partner';
	src:url('../resources/fonts/partner.eot');
	src:url('../resources/fonts/partner.eot?#iefix') format('embedded-opentype'),
		url('../resources/fonts/partner.woff') format('woff'),
		url('../resources/fonts/partner.ttf') format('truetype'),
		url('../resources/fonts/partner.svg#partner') format('svg');
	font-weight: normal;
	font-style: normal;
}