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

body {
  background: #F7FAFC;
  color: #414B56;
  font-family: proxima-nova, utopia-std, sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

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

.page {
  width: 100%;
  overflow-y: auto;
  box-sizing: border-box;
}

.content {
  max-width: 768px;
  margin: 101px auto 0;
  padding: 0 30px 180px;
  -webkit-overflow-scrolling: touch;
}

input::placeholder {
  color: #A1A4A6;
  font-size: 18px;
  font-weight: 600;
}

a {
  text-decoration: none
}
