.turbo-progress-bar {
  background: linear-gradient(
    to right,
    var(--color-blue),
    var(--color-blue-dark)
  );
}
