@import '../settings/variables';

.c-label {
  color: $color-paragraph;
  margin-bottom: $gutter-tiny;

  &--big {
    font-size: 1.25em;
  }

  &--small {
    font-size: 0.75em;
  }

  &--light {
    color: $color-labels
  }

  &--bold {
    font-weight: $font-weight-bold;
  }
}
