Bug font-size new release 0.13.30

For anyone else stumbling upon this problem, here’s the quick solution:

Old:

.cm-header-1 {
  font-size: 1.5em;
}

New:

:root {
  --h1: 1.5em;
}