/* =========================================
   SCROLL INDICATOR
   ========================================= */
.scroll-progress{
  position:fixed;top:0;left:0;height:2px;
  background:var(--accent);z-index:999;
  width:0%;transition:width 0.1s linear;
}
