@font-face {
  font-family : 'SourceSansPro';
  src         : local('SourceSansPro'), url('/font/SourceSansPro-Regular.otf') format('opentype');
}

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

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

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