html,
body {
  scroll-behavior: smooth;
  @include reduced-motion {
    scroll-behavior: auto;
  }
}
* {
  box-sizing: border-box;
}
*:not(:defined):not(slot-fb) {
  visibility: hidden;
}
