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

@font-face {
	font-family: 'Arboria';
	src: url('../fonts/Arboria-ThinItalic.otf') format('opentype');
	font-weight: 100;
	font-style: italic;
}

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

@font-face {
	font-family: 'Arboria';
	src: url('../fonts/Arboria-LightItalic.otf') format('opentype');
	font-weight: 300;
	font-style: italic;
}

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

@font-face {
	font-family: 'Arboria';
	src: url('../fonts/Arboria-BookItalic.otf') format('opentype');
	font-weight: 400;
	font-style: italic;
}

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

@font-face {
	font-family: 'Arboria';
	src: url('../fonts/Arboria-MediumItalic.otf') format('opentype');
	font-weight: 500;
	font-style: italic;
}

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

@font-face {
	font-family: 'Arboria';
	src: url('../fonts/Arboria-BoldItalic.otf') format('opentype');
	font-weight: 700;
	font-style: italic;
}

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

@font-face {
	font-family: 'Arboria';
	src: url('../fonts/Arboria-BlackItalic.otf') format('opentype');
	font-weight: 900;
	font-style: italic;
}
