/**
 * @file refactory-me-later.css
 *
 * quick css bugfixes which had to be sorted to real .css Files later
 */

/* TODO: move to two_columnbg component CSS once that component has its own file.
   Matches p-tag styling used by other components on ambience backgrounds
   (see accordion__body, paragraph component base styles). */
.two_columnbg__body p {
  /*
  font-family: 'Bosch Sans', sans-serif;
  font-feature-settings: 'zero';
  font-weight: 400;
  font-size: var(--text-paragraph-m, 16px);
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--trust, #550a2d);
  margin: 0;

   */
}
