@import url('https://fonts.googleapis.com/css2?family=Nova+Cut&display=swap');

:root h1 {
  font-family: 'Nova Cut', Roboto, serif;
  font-size: 34pt;
  font-weight: 600;
  color: var(--md-default-fg-color);
  margin-bottom: 12pt;
}

:root h2 {
  font-weight: 600;
}

:root h3 {
  font-weight: 600;
}

:root p {
  line-height: 1.5;
}

:root .node-group-header {
  font-family: 'Nova Cut', Roboto, serif;
  font-size: 26pt;
}