blockquote {
  font-size: var(--text-l);
  font-family: var(--font-fam-base);
  line-height: 1.5;
  font-weight: 500;
  border: none;
}
blockquote::before {
    content: '„';
    position: absolute;
    top: -0.65em;
    left: 0em;
    font-size: 3.5em;
    line-height: 1;
    font-weight: 600;
    color: var(--color-border-20);
}
blockquote cite {
  text-transform: none;
  color: var(--color-text-faded);
  font-size: 0.9em;
  margin-top: 0.75em;
  line-height: 1.2;
}
blockquote cite::before {
    content: '— ';
}