html.dark-mode .markdown-body{background-color:rgb(var(--color-md-bg));color:rgb(var(--color-md-text))}html.dark-mode .markdown-body h1{border-bottom:1px solid rgb(var(--color-md-heading-border));color:rgb(var(--color-md-h1))}html.dark-mode .markdown-body h2{color:rgb(var(--color-md-h2));border-bottom:1px solid rgb(var(--color-md-h2-border))}html.dark-mode .markdown-body h3{color:rgb(var(--color-md-h3));font-size:1.25em}html.dark-mode .markdown-body h4{color:rgb(var(--color-md-h4));font-size:1.1em}html.dark-mode .markdown-body strong:not(a strong):not(table strong){color:rgb(var(--color-md-strong))}html.dark-mode .markdown-body a strong{color:inherit}html.dark-mode .markdown-body table{background-color:rgb(var(--color-md-table-bg));border-collapse:collapse;width:100%;margin:24px 0;box-shadow:var(--shadow-md-table)}html.dark-mode .markdown-body th{background-color:rgb(var(--color-md-th-bg));color:rgb(var(--color-md-th-color));font-weight:600;text-align:left}html.dark-mode .markdown-body td{color:rgb(var(--color-md-td-color));background-color:rgb(var(--color-md-td-bg))}html.dark-mode .markdown-body td,html.dark-mode .markdown-body th{border:1px solid rgb(var(--color-md-table-border));padding:12px 16px}html.dark-mode .markdown-body table strong{color:rgb(var(--color-md-strong));font-weight:600}html.dark-mode .markdown-body tr:nth-child(2n) td{background-color:rgb(var(--color-md-zebra-bg))}html.dark-mode .markdown-body pre,html.dark-mode .markdown-body code{background-color:rgb(var(--color-md-code-bg));color:rgb(var(--color-md-code-color));border-radius:4px}html.dark-mode .markdown-body a{color:rgb(var(--color-md-link));transition:color .2s}html.dark-mode .markdown-body a:hover{color:rgb(var(--color-md-link-hover));text-decoration:underline}html.dark-mode .markdown-body blockquote{color:rgb(var(--color-md-blockquote));border-left:4px solid rgb(var(--color-md-blockquote-border));background-color:rgb(var(--color-md-blockquote-bg));padding:12px 20px}html.dark-mode .markdown-body hr{background-color:rgb(var(--color-md-hr));height:1px;margin:28px 0}
