@import "../settings/variables";
@import "../generic/fonts";

.notation {
  @include font-notation();

  color: $notation-text-color;

  &--required {
    color: $notation-required-text-color;
  }

  &--error {
    color: $notation-error-text-color;
  }

  &--pagination {
    font-size: 12px;
    color: $notation-pagination-text-color;
  }
}
