@use '../../base/token';
@use '../../abstract';

.cds-faq {
  &__tit {
    color: var(--gray-700);
    font-size: abstract.rem(token.$font-size-7);
    font-weight: abstract.font-weight-to-number(token.$font-weights-commerce-sans-2);
    line-height: token.$line-heights-3 + px;
    white-space: pre-wrap;
    text-align: left;
  } // tit

  &__desc {
    color: var(--gray-400);
    font-size: abstract.rem(token.$font-size-3);
    line-height: token.$line-heights-6 + px;
  } // desc
}
