
#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  text-align: center;
}

#facade {
  text-align: center;
}

.bg-secondary-subtle {
  transition: border-color 0.15s ease, opacity 0.15s ease;
}

::view-transition-group(*) {
  animation-duration: 0.25s;
  animation-timing-function: ease;
}


