@import url('https://use.typekit.net/rua4jeq.css');

body {
  background: #f8f8f8;
  color: #414b56;
  font-family: proxima-nova, utopia-std, sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

#app {
  height: 100vh;
  overflow: auto;
}

.root-loader {
  height: 100%;
  width: 100%;
  background: white url('/static/loading.gif') no-repeat fixed center;
}

a:hover {
  cursor: pointer;
}
