/* =FONTS */
@font-face {
	font-family: 'BradyBunch';
	src: url('../fonts/BradyBunch.eot');
	src: url('../fonts/BradyBunch.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BradyBunch.woff') format('woff'),
		url('../fonts/BradyBunch.ttf') format('truetype'),
		url('../fonts/BradyBunch.svg#BradyBunch') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'BradyBunch';
src: url('../fonts/BradyBunch.svg#BradyBunch') format('svg');
}
}
