@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Black.eot');
    src: url('../fonts/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirLTStd-Black.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Black.woff') format('woff'),
        url('../fonts/AvenirLTStd-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Book.eot');
    src: url('../fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvenirLTStd-Book.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Book.woff') format('woff'),
        url('../fonts/AvenirLTStd-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

body {
	font-family: 'Avenir LT Std';
	font-weight: 500;
	color: #333333;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}