@import '../../styles/variables';
@import '../../styles/mixins';

.Label {
  display: inline-block;
  @include label(10px, $black, $font-normal);
}
