/* Native typography: no downloaded fonts or third-party font requests. */
:root {
  --font-sb-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-sb-serif: Georgia, "Times New Roman", serif;
}

/* Text blocks used by the Features page. */
.sb-rich-text > * { margin-bottom: 1.45em; }
.sb-rich-text > :last-child { margin-bottom: 0; }
.sb-rich-text h2 {
  margin: 3.6rem 0 2.4rem;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.1;
}
.sb-rich-text h2:first-child { margin-top: 0; }
.sb-rich-text a { text-decoration: underline; }
@media (min-width: 75em) {
  .sb-rich-text h2 { margin: 4.6rem 0 2.8rem; font-size: 3.6rem; }
  .sb-rich-text h2:first-child { margin-top: 0; }
}
