:root {    color-scheme: light dark;    --h1-color: #333;    --header-bg-clr: #3b77fd;    --header-txt-clr: white;}@media (prefers-color-scheme: dark) {    :root {        color-scheme: light dark;        --h1-color: white;        --header-bg-clr: #FFF1FF;        --header-txt-clr: white;    }    a:link {        color: #0096e2;    }    a:visited {        color: #9d57df;    }}body {        background-color: var (--header-bg-clr);}h1 { color: var(--h1-color); }.header {    background-color: var (--header-bg-clr);    color: var(--header-txt-clr);}.MainTitle {    font: 45px "SFProText-Regular", sans-serif;    font-weight: bold;}.Statement {    font: 20px "SFProText-Regular", sans-serif;    font-weight: bold;    letter-spacing: 0.0312em;    line-height: 1.25em;    text-indent: 25px;}.Standout {    font: 20px "SFProText-Regular", sans-serif;    font-weight: bold;    letter-spacing: 0.0312em;    line-height: 1.25em;}.Figtable td{  color:#000000;}figcaption {    font: 10px "SFProText-Regular", sans-serif;    font-weight: normal;    letter-spacing: 0.0312em;    line-height: 1.25em;}h1 {    font: 45px "SFProText-Regular", sans-serif;    font-weight: bold;    line-height: 1.75em;}h2, dt {    font: 25px "SFProText-Regular", sans-serif;    font-weight: bold;    letter-spacing: 0.0312em;    line-height: 1.25em;}body, td, dd, p {    font-weight: normal;    font: 18px "SFProText-Regular", sans-serif;}a:link {    font-weight: normal;    text-decoration: none;    font: 18px "SFProText-Regular", sans-serif;    letter-spacing: 0.0312em;    line-height: 1.25em;}a:visited {    text-decoration: none;    font-weight: normal;    font: 18px "SFProText-Regular" sans-serif;    letter-spacing: 0.0312em;    line-height: 1.25em;}a:active {    text-decoration: none;    font-weight: normal;    font: 18px "SFProText-Regular", sans-serif;    letter-spacing: 0.0312em;    line-height: 1.25em;}pre {    display: inline;    white-space: pre-wrap !important    font-family: monospace;    font-size: 18px;    line-height: 1.25em;}#rp {    float: right;    margin: 0 0 0 15px;}#lp  {    float: left;    margin: 0 15 0 0px;}