/* Deck of Brilliance – local web fonts */

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

@font-face {
	font-family: 'Avenir';
	src: url('../fonts/Avenir-Roman.woff2') format('woff2'),
	     url('../fonts/Avenir-Roman.woff')  format('woff'),
	     url('../fonts/Avenir-Roman.ttf')   format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir';
	src: url('../fonts/Avenir-Heavy.woff2') format('woff2'),
	     url('../fonts/Avenir-Heavy.woff')  format('woff'),
	     url('../fonts/Avenir-Heavy.ttf')   format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Blender Pro';
	src: url('../fonts/BlenderPro-Heavy.woff2') format('woff2'),
	     url('../fonts/BlenderPro-Heavy.woff')  format('woff'),
	     url('../fonts/BlenderPro-Heavy.ttf')   format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Blender Pro';
	src: url('../fonts/BlenderPro-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}
