/* Small readability tweaks for Furo — keep branding in conf.py CSS vars. */

.wy-table-responsive table td,
article table td,
article table th {
  vertical-align: top;
}

article table {
  width: 100%;
}

div.highlight {
  border-radius: 0.35rem;
}
