@import '~styles/config';

.tableCell {
  @include colorify('color');

  padding: $gutter 20px;
  font-family: $font-heading;
  font-weight: 500;

  &.header {
    @include responsive-font(13, 14);
    font-weight: 500;
    color: $color-grey500;
  }

  &.bolder {
    font-weight: 700;
  }

  &.lighter {
    font-weight: 300;
  }
}
