/* scroll offset for headings */
:root { --sticky-offset: 120px; }
.com-content-article h2,
.com-content-article h3 {
  scroll-margin-top: var(--sticky-offset);
}

html {
  scroll-behavior: smooth;
}

