@use '@carbon/colors';
@use '@carbon/layout';

.required {
  color: colors.$red-60;
  margin-left: layout.$spacing-02;
}
