/* Boucherie Flared (character name and location name) */

@font-face {
	font-family: 'Boucherie Flared';
	font-display: swap;
	src: url('fonts/BoucherieFlared-Regular.ttf');
}

@font-face {
	font-family: 'Boucherie Flared';
	font-display: swap;
	src: url('fonts/BoucherieFlared-Bold.ttf');
	font-weight: bold;
}



/* RooneySans Light (dialogue text) */

@font-face {
	font-family: 'RooneySans Light';
	font-display: swap;
	src: url('fonts/RooneySans-Light.otf');
}

@font-face {
	font-family: 'RooneySans Light';
	font-display: swap;
	src: url('fonts/RooneySans-Light_Italic.otf');
	font-style: italic;
}



/* Banthers (swirly text) */

@font-face {
	font-family: 'Banthers';
	font-display: swap;
	src: url('fonts/Banthers-Regular.otf');
}



/* Nightmare Before Christmas (close enough to the vibe of the logo) */

@font-face {
	font-family: 'Nightmare Before Christmas';
	font-display: swap;
	src: url('fonts/NightmareBeforeChristmas.ttf');
}