@font-face {
	font-family: 'Arson Pro';
	font-style: italic;
	font-weight: bolder;
	src: url("./Arson-Pro-Black-Italic.otf") format('opentype');
}

@font-face {
	font-family: 'Arson Pro';
	font-style: italic;
	font-weight: bold;
	src: url("./Arson-Pro-Bold-Italic.otf") format('opentype');
}

@font-face {
	font-family: 'Arson Pro';
	font-style: normal;
	font-weight: bold;
	src: url("./Arson-Pro-Bold.otf") format('opentype');
}

@font-face {
	font-family: 'Arson Pro';
	font-style: normal;
	font-weight: lighter;
	src: url("./Arson-Pro-Light.otf") format('opentype');
}

@font-face {
	font-family: 'Arson Pro';
	font-style: normal;
	font-weight: medium;
	src: url("./Arson-Pro-Medium.otf") format('opentype');
}

@font-face {
	font-family: 'Arson Pro';
	font-style: normal;
	font-weight: normal;
	src: url("./Arson-Pro-Regular.otf") format('opentype');
}