/* symbols */
@font-face {
	font-family: 'Money';
	src: url('../fonts/symbols/regular.eot');
	src: url('../fonts/symbols/regular.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/symbols/regular.woff') format('woff'),
			 url('../fonts/symbols/regular.ttf') format('truetype'),
			 url('../fonts/symbols/regular.svg#Money') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Playfair Display */
@font-face {
	font-family: 'Playfair Display';
	src: url('../fonts/playfair/regular.eot');
	src: url('../fonts/playfair/regular.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/playfair/regular.woff') format('woff'),
			 url('../fonts/playfair/regular.ttf') format('truetype'),
			 url('../fonts/playfair/regular.svg#Playfair Display') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Playfair Display';
	src: url('../fonts/playfair/italic.eot');
	src: url('../fonts/playfair/italic.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/playfair/italic.woff') format('woff'),
			 url('../fonts/playfair/italic.ttf') format('truetype'),
			 url('../fonts/playfair/italic.svg#Playfair Display') format('svg');
	font-weight: normal;
	font-style: italic;
}