@font-face {
  font-family: 'Gotham';
  src: url('./../../assets/fonts/gothamhtf-book-webfont.woff') format('woff');
}

@font-face {
  font-family: 'Gotham-bold';
  src: url('./../../assets/fonts/gothamhtf-bold-webfont.woff') format('woff');
}

body {
  font-family: 'Gotham', 'Open Sans', sans-serif;
  font-size: 14px;
  margin: 0;
  line-height: 1;
}
