/* Fonts */

@font-face {
    font-family: 'Varela';
    src: url('fonts/varela-regular-webfont.eot');
    src: url('fonts/varela-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/varela-regular-webfont.woff') format('woff'),
         url('fonts/varela-regular-webfont.ttf') format('truetype'),
         url('fonts/varela-regular-webfont.svg#varelaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
		font-family: 'Crete';
		src: url('fonts/creteround-regular.eot');
		src: url('fonts/creteround-regular.eot?#iefix') format('embedded-opentype'),
				 url('fonts/creteround-regular.woff') format('woff'),
				 url('fonts/creteround-regular.ttf') format('truetype'),
				 url('fonts/creteround-regular.svg#creteround-regular') format('svg');
		font-weight: normal;
		font-style: normal;
}

@font-face {
		font-family: 'Crete';
		src: url('fonts/creteround-italic.eot');
		src: url('fonts/creteround-italic.eot?#iefix') format('embedded-opentype'),
				 url('fonts/creteround-italic.woff') format('woff'),
				 url('fonts/creteround-italic.ttf') format('truetype'),
				 url('fonts/creteround-italic.svg#creteround-italic') format('svg');
		font-weight: normal;
		font-style: italic;
}

@font-face {
  font-family: 'Miniver';
  font-style: normal;
  font-weight: 400;
  src: local('Miniver'), url('fonts/miniver.woff') format('woff');
}