/* Compiled from this post's former theme.scss with Quarto's dart-sass, unchanged
   apart from dropping its light-only colour-scheme lock. A document-level
   `theme:` would replace the site's light/dark pair (Quarto 1.6 refuses to
   merge the two), and `css:` takes plain CSS only. Every colour here is a
   fixed hex value, so the widget and figure chrome sits on a light card in
   both schemes; the `.widget-*` rules override widget-kit/chrome.scss for
   this post on purpose. Restyle against the site tokens (`--w-*`) when the
   post is next re-rendered. */

/*-- scss:defaults --*/
/*-- scss:rules --*/
:root {
}

main.content > p,
main.content > ul,
main.content > ol,
body.quarto-light main.content > blockquote {
  max-width: 42rem;
}

body.quarto-light h2 {
  margin-top: 2.3rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #D2D6D1;
}

body.quarto-light table {
  font-size: 0.92rem;
  border-collapse: collapse;
  margin: 1.5rem 0;
  width: 100%;
  max-width: 44rem;
}

body.quarto-light table th, body.quarto-light table td {
  padding: 0.55rem 0.8rem;
  border-bottom: 1px solid #D2D6D1;
}

body.quarto-light table th {
  font-weight: 600;
  color: #171C1B;
  border-bottom: 2px solid #171C1B;
  text-align: left;
}

body.quarto-light table tr:hover td {
  background-color: rgba(29, 92, 110, 0.04);
}
