.root {
  composes: fontRegular from '../../../globals/typography.css';
  display: block;
  width: 100%;
  padding: var(--size-small);
  text-align: center;
}

.today {
  font-weight: var(--fontweight-demi);
}

.outOfRange {
  color: var(--color-greyLight);
}