/* Custom Font Faces */
@font-face {
	font-family: 'PTSerif';
	font-weight: 700;
	src: url('../assets/fonts/PTSerif-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'PTSerif';
	font-weight: 700;
	font-style: italic;
	src: url('../assets/fonts/PTSerif-BoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'PTSans';
	font-weight: 700;
	src: url('../assets/fonts/PTSans-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'PTSans';
	font-weight: 400;
	src: url('../assets/fonts/PTSans-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Proxima Nova';
	font-weight: 900;
	src: url('../assets/fonts/proximanova_black.otf') format('OpenType');
}
@font-face {
	font-family: 'Proxima Nova';
	font-weight: 700;
	src: url('../assets/fonts/proximanova_bold.otf') format('OpenType');
}
@font-face {
	font-family: 'Proxima Nova';
	font-weight: 300;
	src: url('../assets/fonts/proximanova_light.otf') format('OpenType');
}
