.form-label {
  font: var(--typography-label-large);
  font-weight: 500;
}

.form-label--required::after {
  display: inline;
  content: "*";
  color: var(--color-error);
  margin-left: var(--spacing-xxs);
}
