.unbounded-font {
  font-family: 'Unbounded', sans-serif;
}

.scheduler-progress-fill {
  height: 100%;
  width: 0;
  background: var(--primary, #6750a4);
  transition: width 0.2s;
}

footer {
  min-block-size: 3rem;
  color: transparent;
  transition: color 0.2s ease;

  &:hover {
    color: inherit;
  }
}
