html,
body {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  background-color: #fafafa;
  height: 100%;
}

#__next {
  height: 100%;
}

p {
  margin: 0;
}

::-ms-clear {
  display: none;
}

a {
  text-decoration: none !important;
}

a:hover,
a:active {
  outline: none;
}

a > svg {
  pointer-events: none;
}

input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

* {
  box-sizing: border-box;
}

/* https://user-images.githubusercontent.com/967317/52448448-0b95f880-2b1b-11e9-90b1-0e01af517efa.gif */
.fsp-picker-appear-to {
  display: none;
}
