@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Gotham-Book.woff2') format('woff2'),
         url('../fonts/Gotham-Book.woff') format('woff'),
         url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'knockouthtf52-cruiserweight';
    src: url('../fonts/knockout-htf52-cruiserweight-webfont.eot');
    src: url('../fonts/knockout-htf52-cruiserweight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/knockout-htf52-cruiserweight-webfont.woff2') format('woff2'),
         url('../fonts/knockout-htf52-cruiserweight-webfont.woff') format('woff'),
         url('../fonts/knockout-htf52-cruiserweight-webfont.svg#knockouthtf52-cruiserweight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@import url("https://fonts.googleapis.com/css?family=Montserrat");

body{
	font-family:'Gotham-Book', Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
}