@font-face {
  /*font-family: 'helvetica-neue';
  src: url('fonts/HelveticaNeue.eot');
  src: url('fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
  url('fonts/HelveticaNeue.woff') format('woff'),
  url('fonts/HelveticaNeue.ttf') format('truetype'),
  url('fonts/HelveticaNeue.svg#helvetica-neue') format('svg');*/
  font-family: Roboto, Arial, Helvetica, sans-serif;
  src: url('fonts/Raleway-Regular.ttf');
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {

  font-family: Roboto, Arial, Helvetica, sans-serif;
  src: url('fonts/Raleway-Bold.ttf');
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {

  font-family: 'Gotham Book';
  src: url('fonts/Gotham-Book.woff');
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  line-height: 1;
  unicode-range: U+30-39;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  /*font-family: 'helvetica-neue', sans-serif;*/
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #4e4e53
}

blockquote p {
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #4e4e53
}