/* Match index.html (css/landing.css) typography on documentation pages. */

body,
input,
textarea,
select,
table,
td,
th {
  font-family: "Open Sans", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #444444;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

b,
strong {
  font-weight: 600;
  color: #3e3e3e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3e3e3e;
  font-weight: 700;
}

a {
  color: #43b3e0;
  text-decoration: none;
}

a:hover {
  color: #43bff0 !important;
}
