Font size wont update with change in custom.css

I’m having the same issue. I’m also on the default theme, just want to change the font and font size. The font changed, but not the size :confused:

:root {
  --ct-text-size: 13px;
  --ct-line-height: 1.6;
  --ls-font-family: "JetBrains Mono";
  --ct-page-title-font-family: var(--ls-font-family);
  --ct-code-font-family: "JetBrains Mono";
}