@font-face {
  font-family: 'SourceSansPro';
  src: url('/font/SourceSans3-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 900;
  font-style: normal;
}

body {
  margin: 0;
  font-family: 'SourceSansPro', sans-serif;
  font-weight: 400;
}

#app {
  display: flex;
  min-height: 100vh;
}

input::-ms-reveal {
  display: none;
}