/* SCROLL PROGRESS */
.scroll-progress{
  position:fixed;top:0;left:0;right:0;height:2px;z-index:9999;
  background:linear-gradient(90deg,var(--red-bright),var(--purple-glow));
  transform-origin:left;transform:scaleX(0);
}
