@charset "UTF-8";:where(html){--color-bg:#ffffff;--color-fg:#161616;--color-primary-lightest:#eaf5f3;--color-primary-lighter:#dcefeb;--color-primary:#b9dfd7;--color-primary-darker:#a7c9c2;--color-primary-darkest:#a7c9c2;--color-primary-fade:hsl(167.37deg 37.25% 80%/50%);--color-secondary-lightest:#fffbf8;--color-secondary-lighter:#fff8f3;--color-secondary:#fff0e7;--color-secondary-darker:#ffe7d9;--color-secondary-darkest:#e6d8d0;--color-on-primary:#161616;--color-on-secondary:#161616;--color-on-theme:var(--color-on-primary);--color-theme:var(--color-primary);--color-theme-fade:var(--color-primary-fade);--color-text:#161616;--color-text-alt:#2d2d2d;--color-text-muted:#454545;--card-border-radius:0.125rem;--card-padding:1rem;--card-box-shadow:0 1px 3px 0 hsl(0 0% 0%/10%),0 1px 2px -1px hsl(0 0% 0%/10%);--card-bg:var(--color-bg);--card-color:var(--color-fg)}ol.is-style-custom-marker,ul.is-style-custom-marker{padding-left:1.5em;list-style-type:none}ol.is-style-custom-marker>li,ul.is-style-custom-marker>li{position:relative}ol.is-style-custom-marker>li:before,ul.is-style-custom-marker>li:before{content:"•";position:absolute;right:100%;margin-right:1.5ch;font-weight:bolder;white-space:pre}ul.is-style-custom-marker>li:before{color:#72bf44}ul.is-style-custom-marker.-marker-check>li:before{content:"";background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24' fill='%2372bf44'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z'/%3E%3C/svg%3E") 50%/contain no-repeat;width:1em;height:1.7em;margin-right:1ch}ol.is-style-custom-marker{counter-reset:li 0}ol.is-style-custom-marker>li{counter-increment:li 1}ol.is-style-custom-marker>li:before{content:counter(li,decimal) ".";margin-right:1ch;color:#ea5f03}