@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('../fonts/HelveticaNeueLTStd-BdCn.woff2') format('woff2'),
       url('../fonts/HelveticaNeueLTStd-BdCn.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: Helvetica
}

.site-container {
  transform: scale(0.75);
  transform-origin: top;
  
  overflow: hidden;
}
