.progress-bar{height:4px;background:var(--primary-400);position:fixed;top:0;left:0;width:100%;transform-origin:0 50%;transform:scaleX(0);z-index:99}@media(prefers-reduced-motion: no-preference){.progress-bar{animation-name:scaleProgress;animation-duration:auto;animation-timing-function:linear;animation-timeline:scroll(root)}}@keyframes scaleProgress{0%{transform:scaleX(0);height:0}1%{transform:scaleX(0.01);height:4px}100%{transform:scaleX(1);height:4px}}