/* Font Declarations */

@font-face {
	font-family: 'Calluna';
	src: url('../fonts/Calluna-Semibold.otf'); format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Calluna';
	src: url('../fonts/Calluna-SemiboldIt.otf'); format('opentype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Han';
	src: url('../fonts/SourceHanSerifSC-Medium.otf'); format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Han';
	src: url('../fonts/SourceHanSerifSC-SemiBold.otf'); format('opentype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Editorial';
	src: url('../fonts/EditorialNew-Regular.otf'); format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Editorial';
	src: url('../fonts/EditorialNew-Italic.otf'); format('opentype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Articulat';
	src: url('../fonts/Articulat-CF-DemiBold.ttf'); format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Articulat';
	src: url('../fonts/Articulat-CF-Bold.ttf'); format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'NotoSerifSC';
	src: url('../fonts/NotoSerifSC-SemiBold.otf'); format('opentype');
	font-weight: normal;
	font-style: italic;
}
