:root {
  --svc: #0033c4;
  --svc-rgb: 0,51,196;
  --svc-dim: rgba(0,51,196,.5);
  --svc-faint: rgba(0,51,196,.08);
}
/* Base page progress bar fill */
.svc-progress__fill {
  background: var(--svc);
}
