*,
::before,
::after {
  box-sizing: border-box;
}

:where(:root) {
  /* Prevents layout shift caused by the appearance or disappearance of the scrollbar. */
  scrollbar-gutter: stable;
}
