/*
 * SORKISTx Block — scroll-progress
 * Note: base styles live in animations.css (.scroll-progress-bar).
 * This file holds the color/height token overrides if needed per-template.
 */

.scroll-progress-bar {
  /* Override defaults from animations.css if needed */
  background: linear-gradient(
    to right,
    var(--color-primary),
    var(--color-primary-light, color-mix(in srgb, var(--color-primary) 70%, #fff))
  );
}
