/**
 * Custom Font CSS.
 */

@font-face {
	font-family: Fontbliz;
	src: url(fonts/Fontbliz.otf) format("opentype");
}

@font-face {
	font-family: PinkLemonade;
	src: url(fonts/PinkLemonade.otf) format("opentype");
}

@font-face {
	font-family: 'Avenir Next';
	src: url('fonts/AvenirNextLTPro.woff2') format('woff2'),
			url('fonts/AvenirNextLTPro.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir Next Bold';
	src: url('fonts/AvenirNextLTPro-Bold.woff2') format('woff2'),
			url('fonts/AvenirNextLTPro-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Avenir Next Light';
	src: url('fonts/AvenirNextLTPro-Light.woff2') format('woff2'),
			url('fonts/AvenirNextLTPro-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
