:root {
  --md-primary-fg-color: #0a2540;
  --md-primary-fg-color--dark: #05172a;
  --md-accent-fg-color: #12805b;
}

/* Tables in the Notion register: a full grid of hairlines, a quietly tinted
   header, compact padding and rounded outer corners. Kept in step with the R
   sibling's site. */
.md-typeset table:not([class]) {
  border: 1px solid #e6e9ee;
  border-radius: 0.5rem;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  font-size: 0.76rem;
}

.md-typeset table:not([class]) th,
.md-typeset table:not([class]) td {
  border-right: 1px solid #e6e9ee;
  border-bottom: 1px solid #e6e9ee;
  padding: 0.5rem 0.8rem;
}

.md-typeset table:not([class]) th:last-child,
.md-typeset table:not([class]) td:last-child {
  border-right: 0;
}

.md-typeset table:not([class]) tbody tr:last-child td {
  border-bottom: 0;
}

.md-typeset table:not([class]) th {
  background: #f7f8f7;
  color: #37475a;
  font-weight: 600;
}
