.pl-typewriter {
  font-size: var(--pl-font-size);
  font-family: var(--pl-font-family);
  color: var(--pl-color);
  text-align: var(--pl-text-align);
}

.pl-typewriter::before {
  font-weight: inherit;
}
