:root{--nextra-primary-color:#a66a42;--nextra-accent-color:#d2996e}.light{--nextra-background-color:#faf4ef;--nextra-text-primary:#3a2b24;--nextra-text-secondary:rgba(58,43,36,.7);--nextra-link-color:#a66a42;--nextra-theme-selector-bg:#faf4ef;--nextra-theme-selector-text:#3a2b24}.dark{--nextra-background-color:#1f1a17;--nextra-text-primary:#e9ded6;--nextra-text-secondary:hsla(25,30%,88%,.7);--nextra-link-color:tan;--nextra-theme-selector-bg:#2c231f;--nextra-theme-selector-text:#e9ded6}body{background-color:var(--nextra-background-color)!important;color:var(--nextra-text-primary)!important}a{color:var(--nextra-link-color)!important}.navbar{background-color:var(--nextra-background-color)!important}.navbar a{color:var(--nextra-text-primary)!important}.toc{background-color:var(--nextra-background-color)!important;color:var(--nextra-text-secondary)!important}.theme-selector{background-color:var(--nextra-theme-selector-bg)!important;color:var(--nextra-theme-selector-text)!important}