#scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--orange);
  z-index: 9999;
  pointer-events: none;
  transition: width 0.08s linear;
}
