* {
  &,
  &::before,
  &::after {
    box-sizing: border-box;
  }
}

#app {
  padding-bottom: 2em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: $white;
}

::selection {
  background: $color-primary;
  color: $white;
}

p:empty {
  display: none;
}
