:root {
  --font-rounded: ui-rounded, "SF Pro Rounded", "SF Pro Display", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
  font-family: var(--font-rounded);
  font-kerning: normal;
  font-optical-sizing: auto;
}

body {
  letter-spacing: .006em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-rounded);
  font-weight: 700 !important;
  letter-spacing: -.028em !important;
  text-wrap: balance;
}

p,
li,
dd {
  text-wrap: pretty;
}

.origin-hero .copy h1,
.origin-hero h1,
.platform-panel h1,
.platform-panel h2,
.about-hero h1,
.guide-hero h1,
.legal h1 {
  font-weight: 700 !important;
  letter-spacing: -.034em !important;
}

.origin-heading h2,
.feature-copy h2,
.apps-faq h2,
.guide-article h2,
.trust-panel h2 {
  font-weight: 650 !important;
  letter-spacing: -.024em !important;
}

.nav-links a,
.footer a,
.about-footer a,
.guide-footer a {
  font-weight: 500;
  letter-spacing: .012em;
}

.origin-button,
.download-pill,
.button,
.agent-link {
  font-weight: 600;
  letter-spacing: .008em;
}

.download-state,
.article-meta,
.guide-breadcrumb,
small {
  letter-spacing: .012em;
}

@media (max-width: 720px) {
  body {
    letter-spacing: .003em;
  }

  h1,
  h2,
  h3 {
    letter-spacing: -.022em !important;
  }
}
