:root {
  interpolate-size: allow-keywords;
}

body {
  overflow: hidden;
}

.position-unset {
  position: unset !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.color-inherit {
  color: inherit !important;
}

.h-0 {
  height: 0 !important;
}

.bg-initial {
  background-color: initial !important;
}
