.bit-root {
  --bit-border-radius: 0 !important;
  --bit-border-radius-sharp: 0 !important;
}

/* pro theme of 2bit-ui */
.bit-root,
.bit-auto {
  --bit-color-bg: #444444;
  --bit-color-fg: #cccccc;
  --bit-color-shadow: #888888;
  --bit-color-accent: #ffffff;
}

body {
  max-width: 64rem;
  margin: 1rem auto;
  padding: 0 1rem;
}

h1, h2, h3 {
  margin: 0.75rem 0 0.5rem;
}

p {
  margin: 0.5rem 0;
}

.bit-card {
  padding: 0.75rem;
}

table.bit-table {
  width: 100%;
}

.bit-auto,
.bit-root {
  background: #444444;
  color: #cccccc;
}

.bit-auto a,
.bit-link {
  color: #ffffff;
  text-decoration: underline;
}

.bit-auto button,
.bit-auto input[type="button"],
.bit-auto input[type="submit"],
.bit-button {
  background: #444444;
  color: #cccccc;
  padding: 0.5rem 1rem;
  border: 1px solid #888888;
  font: inherit;
}

.bit-auto input[type="text"],
.bit-auto input[type="url"],
.bit-auto input[type="search"],
.bit-input {
  background: #444444;
  color: #cccccc;
  padding: 0.5rem;
  border: 1px solid #888888;
  font: inherit;
}

.bit-card {
  background: #444444;
  color: #cccccc;
  border: 1px solid #888888;
  padding: 0.75rem;
}

.bit-auto table,
.bit-table {
  background: #444444;
  color: #cccccc;
  border-collapse: collapse;
}

.bit-auto th,
.bit-auto td,
.bit-table th,
.bit-table td {
  background: #444444;
  color: #cccccc;
  padding: 0.5rem 1rem;
}

.bit-auto table tbody tr,
.bit-table tbody tr {
  border-bottom: 1px solid #888888;
}

.bit-auto pre,
.bit-pre {
  background: #444444;
  color: #cccccc;
  border: 1px solid #888888;
  padding: 1rem;
  overflow-x: auto;
}

.bit-auto hr,
.bit-hr {
  border: 0;
  border-top: 1px solid #888888;
}

.bit-pre h1,
.bit-pre h2,
.bit-pre h3,
.bit-pre h4 {
  border-bottom: 1px solid #888888;
  padding-bottom: 0.25rem;
}

.bit-pre code {
  background: #888888;
  padding: 0.1rem 0.3rem;
}

.bit-pre pre {
  background: #888888;
  padding: 0.5rem;
  overflow-x: auto;
}

.bit-pre img {
  max-width: 100%;
  height: auto;
}

.bit-pre table {
  border-collapse: collapse;
}

.bit-pre th,
.bit-pre td {
  border: 1px solid #888888;
  padding: 0.25rem 0.5rem;
}

.bit-pre a {
  color: #ffffff;
}
