@use "design";

.textLink {
  cursor: pointer;

  &:not(.none) {
    color: design.$color-primary !important;
    font-weight: design.$weight-display-bold !important;
    text-decoration: none !important;
    border: 0 !important;
  }
}

.brandPrimary {
  color: design.$color-brand-primary;
  font-weight: design.$weight-display-bold;
}

.textGrey {
  color: design.$color-on-surface-variant;
  font-weight: design.$weight-display-bold;
}

.textNormal {
  color: design.$color-on-surface;
  font-weight: design.$weight-display-bold;
}

.small {
  @include design.font-smaller;
}
