/* bccType Regular */
@font-face {
	font-family: 'bccType';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('/theme/fonts/fonts/bccType-Regular.woff2') format('woff2'),
		 url('/theme/fonts/fonts/bccType-Regular.woff') format('woff');
}

/* bccType Regular Italic */
@font-face {
	font-family: 'bccType';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('/theme/fonts/fonts/bccType-RegularItalic.woff2') format('woff2'),
		 url('/theme/fonts/fonts/bccType-RegularItalic.woff') format('woff');
}

/* bccType Bold */
@font-face {
	font-family: 'bccType';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('/theme/fonts/fonts/bccType-Bold.woff2') format('woff2'),
		 url('/theme/fonts/fonts/bccType-Bold.woff') format('woff');
}

/* bccType Bold Italic */
@font-face {
	font-family: 'bccType';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url('/theme/fonts/fonts/bccType-BoldItalic.woff2') format('woff2'),
		 url('/theme/fonts/fonts/bccType-BoldItalic.woff') format('woff');
}