html,
body {
  height: 100%;
}
body {
  font-family: 'San Francisco Pro Display Regular';
  font-weight: normal;
}

#app {
  height: 100%;
}

@font-face {
  font-family: 'San Francisco Pro Display Semibold';
  src: url('/fonts/SFProDisplay-Semibold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  }
@font-face {
  font-family: 'San Francisco Pro Display Regular';
  src: url('/fonts/SFProDisplay-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  }