/* Start Custom Fonts CSS */@font-face {
	font-family: 'BentonSans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('bentonsans-book-webfont.woff') format('woff'),
		url('bentonsans-regular-webfont.ttf') format('truetype');
}
@font-face {
	font-family: 'BentonSans';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('bentonsans-bold-webfont.woff') format('woff'),
		url('bentonsans-bold-webfont.ttf') format('truetype');
}
@font-face {
	font-family: 'BentonSans';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('bentonsans-extra-light-webfont.woff') format('woff'),
		url('bentonsans-light-webfont.ttf') format('truetype');
}
/* End Custom Fonts CSS */