/**
 * Custom Font CSS.
 */

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

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

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

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

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