:root{--highlight:#39acff;--dark-highlight:#036fbd;--img-bg-color:#fefefe;--border-color:#ccc;--section-sign-color:#767684;--last-updated-color:#999;--pre-bg-color:#f6f8fa}.light-theme{--text-color:#16191d;--secondary-text-color:#4d555f;--bg-color:#fefefe;--link-color:#0b529d;--toc-title:#333;--toc-text:#888;--code-highlight-bg:#c1e4ff;--code-highlight-text:#082c50;--code-highlight-line-bg:#e2f3fd;--collapsible-bg:#e8edf6;--collapsible-summary-bg:#d5dce5}.dark-theme{--text-color:#ddd;--secondary-text-color:#aeaeae;--bg-color:#16191d;--link-color:#62a0e2;--toc-title:#d8d8d8;--toc-text:#a1a1a1;--code-highlight-bg:#13304f;--code-highlight-text:#5ba7dd;--code-highlight-line-bg:#2d3c54;--collapsible-bg:#22272d;--collapsible-summary-bg:#2d3846}*{box-sizing:border-box;margin:0;transition:transform .25s ease-in-out,text-decoration-color .25s ease-in-out}html{scroll-padding:7em}body{orphans:2;font-family:var(--font-satoshi),sans-serif;font-variant-ligatures:common-ligatures;color:var(--text-color);background:var(--bg-color);max-width:100vw;margin:0;padding:0;font-size:18px;font-weight:400;line-height:1.4;overflow-x:hidden}body.no-scroll{overflow:hidden}strong,b{font-weight:700}h1,h2,h3,h4{page-break-after:avoid;font-weight:400;line-height:1.3}h1 a,h2 a,h3 a,h4 a{color:inherit;text-decoration:none}h1{text-align:center;margin:1em 0;font-size:3rem;font-weight:500;line-height:1.2}h1 a{cursor:default;pointer-events:none}h2{margin-top:1.5em;font-size:1.6em}h3{margin-top:1.5em;font-size:1.3em;font-weight:500}h4{font-size:1.1em;font-weight:500}@media print{body{font-size:10pt;line-height:1.4}h1:not(.title),h2,h3{font-weight:500}h1:not(.title){font-size:1.05em}h2{font-size:1em}h3{font-size:.9em}h4{font-size:.8em}}p,ul{margin:.7em 0}ul{padding-left:1.5rem}a{color:var(--link-color);-webkit-text-decoration:underline #0000;text-decoration:underline #0000}a:hover{-webkit-text-decoration-color:inherit;text-decoration-color:inherit}img,svg{max-width:100%;height:auto}img.small,svg.small{max-width:min(14rem,100%)}img.medium,svg.medium{max-width:min(20rem,100%)}img.align-left,svg.align-left{margin:1em 0}hr{border-color:var(--secondary-text-color)}table{width:100%;margin:1em 0}table th{text-align:left}.button{text-transform:uppercase;color:var(--dark-highlight);border-style:solid;border-width:2px;border-color:var(--dark-highlight);cursor:pointer;margin:1em;padding:.5em 1.75em;font-size:1.2rem;font-weight:700;text-decoration:none;display:inline-block}.button:hover,.button:focus{background:var(--dark-highlight);color:#fff}blockquote{border-left:.3em solid var(--border-color);margin-left:0;padding-left:.7em}.breadcrumb ol{margin:0;padding:0;list-style:none}.breadcrumb li{margin:0;padding:0;display:inline}.breadcrumb li+li:before{content:" / "}.callout{--callout-bg-color:#afb8c124;--callout-content:"";background-color:var(--callout-bg-color);border-radius:.5rem;margin:1rem 0;padding:1.2rem 1.5rem 1.5rem}.callout>:last-child{margin-bottom:0}.callout:before{content:var(--callout-content);text-transform:uppercase;font-size:.8em;font-weight:700}.callout.note{--callout-bg-color:#646cff24;--callout-content:"Note"}.callout.warning{--callout-bg-color:#eab30824;--callout-content:"Warning"}.callout.hint{--callout-bg-color:#ea08c424;--callout-content:"Hint"}.callout.tip{--callout-bg-color:#39ea0824;--callout-content:"Tip"}.callout.error{--callout-bg-color:#ea4c0824;--callout-content:"Error"}.callout.example{--callout-bg-color:#005e9d24;--callout-content:"Example"}@media screen and (max-width:75rem){.callout{padding:1rem}}.callout.content-only{--callout-content:"";padding:0}.callout.content-only details,.callout.content-only details summary{background-color:#0000}code{font-size:.9em;font-family:var(--font-mono),Consolas,Menlo,monospace;word-wrap:break-word;border-radius:.5rem;padding:0 .3em .06em}code strong{font-weight:400}pre{scrollbar-width:none;break-inside:avoid;border-radius:.5rem;padding:.8rem 1rem;overflow-x:auto}pre code{text-align:left;white-space:pre!important;background:0 0!important;padding:0!important}pre code[data-line-numbers]{counter-reset:line}pre code[data-line-numbers] [data-line]:before{counter-increment:line;content:counter(line);width:1rem;margin-right:1em;display:inline-block}pre code[data-line-numbers][data-line-numbers-max-digits="2"]>[data-line]:before{text-align:right;width:2rem}pre code[data-line-numbers][data-line-numbers-max-digits="3"]>[data-line]:before{text-align:right;width:3rem}pre code span[data-highlighted-line],pre code [data-highlighted-line] span{background-color:var(--code-highlight-line-bg)}pre code [data-highlighted-chars],pre code [data-highlighted-chars] span{background-color:var(--code-highlight-bg);color:var(--code-highlight-text);border-radius:.2rem}[data-rehype-pretty-code-title]{color:var(--secondary-text-color);padding:.2em .5em;font-size:1rem}[data-rehype-pretty-code-caption]{color:var(--secondary-text-color);text-align:right;padding:.2em .5em;font-size:1rem}.light-theme code[data-theme*=\ ],.light-theme code[data-theme*=\ ] span,.light-theme pre[data-theme*=\ ]{color:var(--shiki-light);background-color:var(--pre-bg-color)}.dark-theme code[data-theme*=\ ],.dark-theme code[data-theme*=\ ] span,.dark-theme pre[data-theme*=\ ]{color:var(--shiki-dark);background-color:var(--shiki-dark-bg)}details{background-color:var(--collapsible-bg);border-radius:.5rem;margin:1em 0}details summary{background-color:var(--collapsible-summary-bg);cursor:pointer;text-transform:uppercase;border-radius:.5rem;padding:1em;font-size:.9rem;font-weight:700}details summary span{padding-left:.5em}details summary h1,details summary h2,details summary h3,details summary h4,details summary h5,details summary h6{padding-left:.5em;font-size:.9rem;font-weight:700;display:inline}details summary h1 .subheading-anchor,details summary h2 .subheading-anchor,details summary h3 .subheading-anchor,details summary h4 .subheading-anchor,details summary h5 .subheading-anchor,details summary h6 .subheading-anchor{pointer-events:none;cursor:default}details[open] summary{border-radius:.5rem .5rem 0 0}details article,details .details-content{padding:0 1em .5em}.updated{color:var(--last-updated-color);font-size:.8em;font-style:italic}:is(h2,h3,h4) a:before{content:"§";width:.8em;color:var(--section-sign-color);visibility:hidden;margin-left:-.8em;display:inline-block}:is(h2,h3,h4) a:hover:before{visibility:visible}.toc{padding:0 1.5rem;display:none}@media screen and (min-width:75rem){.toc{float:right;max-width:20rem;max-height:calc(100vh - 10rem);padding:.5rem 1.5rem;display:block;position:sticky;top:9rem;overflow-y:auto}.toc:before{content:"On this page";color:var(--toc-title);font-size:1.2rem;font-weight:500;display:inline}}.toc{border-left:1px solid var(--border-color);color:var(--secondary-text-color);font-size:1rem;font-weight:500}.toc a{color:inherit;text-decoration:none}.toc .toc-item{padding:.6em 0 .2em}.toc .toc-level{padding-left:1.5rem;font-size:.9em;list-style:none}.toc .toc-level-1{margin:0;padding:0}#toc-toggle:checked~.toc{display:block}#toc-toggle{display:none}.toc-label{color:var(--secondary-text-color);margin-left:1.2em;padding:.5em 0;font-size:1rem;font-weight:500;list-style-type:disclosure-closed;display:list-item}.toc-label span{padding-left:.5em}@media screen and (min-width:75rem){.toc-label{display:none}}#toc-toggle:checked~.toc-label{list-style-type:disclosure-open}.info-box{outline:3.5px solid var(--dark-highlight);outline-offset:-3.5px;margin:2em 0;padding:1.5em;position:relative}.info-box .info-box-title{color:var(--dark-highlight);background:var(--bg-color);padding:0 .5em;font-size:2rem;font-weight:700;position:absolute;left:50%;transform:translate(-50%,-1.5em)}.recipe-info ul{margin:0;padding:0;list-style:none}.recipe-info ul li{padding:.3em}.article-block{margin:2em 1em}.article-block .flex-group{height:fit-content}.article-block.fill-space{flex-direction:column;justify-content:space-between;height:100%;margin:0;display:flex}.article-block .article-block-title{color:var(--text-color);margin:0;font-weight:700}.article-block p{color:var(--secondary-text-color);margin:.5em 0}.article-block .art-date{align-items:center;margin-top:.8em;font-size:.9em;font-weight:500;display:flex}.article-block .art-date svg{margin-right:.5rem}.tag-bar{flex-wrap:wrap;gap:.5rem;margin-bottom:1.2rem;display:flex}.tag-bar .selected-tag{background-color:var(--collapsible-summary-bg);border-color:var(--secondary-text-color)}.tags{flex-wrap:wrap;gap:.5rem;display:flex}.tag{background-color:var(--collapsible-bg);color:inherit;border:1.6px solid #0000;border-radius:.7em;align-items:baseline;gap:.4rem;padding:.15em .6em;font-size:.8rem;font-weight:700;display:flex}.tag .tag-count,.tag .median-dot{color:var(--secondary-text-color);font-size:.7rem;font-weight:500}.tag.enabled-tag{cursor:pointer}.tag.enabled-tag:hover{background-color:var(--collapsible-summary-bg)}.featured-showcase{margin:2rem 0}.featured-showcase h2{text-align:center;margin-bottom:1.5rem}.logo{width:auto;height:4em;display:inline-flex}.logo:hover{cursor:pointer;transform:scale(1.05)}.nav-bar{color:#fff;z-index:100;background-color:#333;justify-content:space-between;align-items:center;width:100%;padding:10px;display:flex;position:sticky;top:0}.nav-bar-links{display:none}@media (min-width:50rem){.nav-bar-links{padding:0 .8em;display:flex}}.nav-bar-links ul{align-items:center;margin:0;padding:0;list-style-type:none;display:flex}.nav-bar-links ul li{padding:0 1em;font-size:1.5rem;font-weight:700;display:inline}.nav-bar-links ul li a{color:inherit}.icon-toggle{all:unset;width:2.5rem;padding:0 .8em}.icon-toggle svg{width:100%;height:100%}@media (min-width:50rem){.icon-toggle.menu-toggle{display:none}}.icon-toggle.theme-toggle{justify-content:center;align-items:center;padding:0;display:flex}.icon-toggle.theme-toggle svg:hover{cursor:pointer;transition:transform .4s;transform:rotate(1turn)}.nav-menu{z-index:99;display:none}.nav-menu.open{background:var(--bg-color);justify-content:center;align-items:center;width:100%;padding-top:4em;display:flex;position:fixed;top:0;bottom:0;overflow:hidden}.nav-menu.open ul{padding:0;list-style-type:none}.nav-menu.open ul li{justify-content:center;padding:1em;font-size:1.5rem;font-weight:700;display:flex}.nav-menu.open ul li a{color:inherit}@media (min-width:50rem){.nav-menu.open{display:none}}footer{color:#fff;text-align:left;background:#333;flex-shrink:0;padding:0;font-size:1.3rem;font-weight:500}footer .footer-container{flex-direction:column;gap:.5em;padding:1em;display:flex}@media (min-width:40rem){footer .footer-container{flex-direction:row;gap:3em}}footer .footer-container .footer-col{flex-direction:column;justify-content:space-between;width:100%;display:flex}@media (min-width:40rem){footer .footer-container .footer-col{justify-content:center}}footer .footer-container .footer-col .footer-icon{width:100%;height:2em;margin:.2em 1em .2em .2em}footer .footer-container .footer-col h2{margin:.3em 0;font-size:1.6rem;font-weight:700}footer .footer-container .footer-col ul{padding:0}footer .footer-container .footer-col a{color:inherit}footer .footer-container .footer-col p{margin:0;padding:.5em 0}@media (min-width:50rem){footer .footer-container .footer-col p{padding:.5em 1.5em}}footer ul{grid-template-columns:repeat(1,auto);gap:1em;list-style:none;display:grid}@media (min-width:25rem){footer ul{grid-template-columns:repeat(2,auto)}}@media (min-width:40rem){footer ul{grid-template-columns:repeat(1,auto);gap:.5em}}@media (min-width:50rem){footer ul{grid-template-columns:repeat(2,auto)}}footer ul li{width:max-content}footer a{flex-direction:row;align-items:center;display:flex}.rec-card{margin:0;position:relative}.rec-card img{width:100%;display:block}.rec-card .rec-desc{z-index:10;color:#fff;background:#0009;flex-direction:column;justify-content:center;align-items:center;padding-bottom:1em;display:flex;position:absolute;bottom:0;left:0;right:0}.rec-card .rec-desc p{text-align:center;margin:.5em 1em;font-size:1rem;font-weight:700}@media (min-width:60rem){.rec-card .rec-desc p{font-size:1.25rem}}.rec-card .rec-desc .rec-button{text-transform:uppercase;color:var(--highlight);border-style:solid;border-width:2px;border-color:var(--highlight);cursor:pointer;padding:.5em 1.75em;font-size:.8rem;font-weight:700;text-decoration:none;display:inline-block}.rec-card .rec-desc .rec-button:hover,.rec-card .rec-desc .rec-button:focus{background:var(--highlight);color:var(--darkgrey)}@media (min-width:60rem){.rec-card .rec-desc{transform:translateY(150%)}.rec-card{overflow:hidden}.rec-card:hover .rec-desc{transform:translateY(0%)}}.post-page{max-width:80rem;margin:5rem 5rem 5rem 15rem}@media screen and (max-width:75rem){.post-page{max-width:38rem;margin:0 auto;padding:1.5rem}}.post-page>*{max-width:38rem}.post-page img{background-color:var(--img-bg-color);border-radius:.5rem;min-width:5em;max-width:70%;margin:.4em auto}@media screen and (max-width:75rem){.post-page img{max-width:100%}}.post-page ::-webkit-scrollbar{width:0}.recipe-page{max-width:80rem;margin:5rem 5rem 5rem 15rem}@media screen and (max-width:75rem){.recipe-page{max-width:38rem;margin:0 auto;padding:1.5rem}}.recipe-page>*{max-width:38rem}.recipe-page strong,.recipe-page b{color:var(--secondary-text-color)}.recipe-page .toc{display:none}.recipe-page .recipe-image-container{max-width:100%;height:auto;position:relative}.recipe-page .recipe-image-container .recipe-image{object-fit:contain;position:relative!important}.recipe-page .recipe-pin-right{flex-direction:column;display:flex}.recipe-page .recipe-pin-right>*{margin:1em 0}@media screen and (min-width:60rem){.recipe-page .recipe-pin-right{flex-direction:row;justify-content:space-between}.recipe-page .recipe-pin-right>*{max-width:50%}}@media screen and (min-width:80rem){.recipe-page .recipe-pin-right{float:right;flex-direction:column;justify-content:flex-start;max-width:20rem;max-height:calc(100vh - 10rem);margin-top:-8em;position:sticky;top:9rem;overflow-y:auto}.recipe-page .recipe-pin-right>*{max-width:none}}.recipe-page .recipe-pin-right .recipe-info strong,.recipe-page .recipe-pin-right .recipe-info b{color:inherit}.recipe-page .recipe-pin-right .recipe-info{align-items:center;display:flex}.recipe-page .ingredients table{width:100%;margin:1em 0}.recipe-page .ingredients table td:first-child{padding:.3em .5em .3em 0}.recipe-page .instructions ol{width:100%;margin:1.5em 0}.recipe-page .instructions ol li{margin:.5em 0;padding-left:.5em}.share-page{max-width:38rem;margin:0 auto 5rem}@media screen and (max-width:75rem){.share-page{margin-bottom:3rem;padding:0 1.5rem}}.share-page{min-height:75vh}.share-page ul{padding:0;list-style:none}.recipes-page{max-width:80rem;margin:0 auto}@media screen and (max-width:75rem){.recipes-page{margin:0 1em;padding:0}}.recipes-page{padding-bottom:1em}@media screen and (max-width:75rem){.recipes-page{padding-bottom:1em}}.home-hero{background-blend-mode:overlay;background-color:#00000080;background-position:50%;background-size:cover;flex-direction:column;justify-content:center;align-items:center;height:90vh;padding:.5em;display:flex;position:relative}.home-hero .home-hero-image{object-fit:cover;pointer-events:none;z-index:-1}.home-hero h1{color:#ddd;margin:0;padding:0 1.5rem;font-size:3rem;font-weight:900}.home-hero .subtitle{text-align:center;color:#aeaeae;font-size:2rem;font-weight:700}@media screen and (min-width:40rem){.home-hero h1{font-size:4rem}.home-hero .subtitle{font-size:2rem}}@media screen and (min-width:60rem){.home-hero h1{font-size:5rem}.home-hero .subtitle{font-size:3rem}}.home-page{max-width:80rem;margin:0 auto}@media screen and (max-width:75rem){.home-page{margin:0 1em;padding:0}}.home-page .force-article{max-width:38rem;margin:0 auto 5rem}@media screen and (max-width:75rem){.home-page .force-article{margin-bottom:3rem;padding:0 1.5rem}}.home-page .force-article{margin-bottom:0}@media screen and (max-width:75rem){.home-page .force-article{margin-bottom:0}}.home-page .article-block-card{border:solid 2px var(--border-color);border-radius:.5rem;height:100%;padding:1rem}.about-page{max-width:80rem;margin:0 auto}@media screen and (max-width:75rem){.about-page{margin:0 1em;padding:0}}.about-page{padding-bottom:1em}@media screen and (max-width:75rem){.about-page{padding-bottom:1em}}.about-page .toc{display:none}.about-page .about-snippet{color:var(--text-color);background:var(--bg-color)}.about-page .about-snippet a{color:var(--link-color)}.about-page .about-snippet h1 a,.about-page .about-snippet h2 a,.about-page .about-snippet h3 a,.about-page .about-snippet h4 a{color:inherit}.about-page .about-snippet hr{border-color:var(--secondary-text-color)}.about-page .about-snippet{width:100%;height:100%;padding:1.5em;overflow-y:hidden}.about-page .about-snippet h2{margin:.4em 0 0;font-weight:700}.about-page .about-snippet h3{margin:.3em 0 0;font-weight:700}.about-page .about-snippet a{display:contents}.about-page .about-snippet .about-snippet-icon{pointer-events:visible;width:auto;max-width:max(60%,12em);height:auto;max-height:4em}.about-page .about-hero{vertical-align:middle;justify-content:space-between;min-height:60vh;margin-bottom:2em;display:flex}.about-page .about-hero .about-text{vertical-align:middle}.about-page .about-hero .about-portrait{display:none}@media (min-width:50rem){.about-page .about-hero{margin:0 10em 2em}}@media (min-width:60rem){.about-page .about-hero .about-text{max-width:50%}.about-page .about-hero .about-portrait{max-width:28%;filter:drop-shadow(-8px 0px 2px var(--img-bg-color))drop-shadow(8px 0px 2px var(--img-bg-color))drop-shadow(0px 8px 2px var(--img-bg-color))drop-shadow(0px -8px 2px var(--img-bg-color));display:block}}.error-page{max-width:38rem;margin:0 auto 5rem}@media screen and (max-width:75rem){.error-page{margin-bottom:3rem;padding:0 1.5rem}}.error-page{text-align:center;height:100vh}.error-page h1{margin-bottom:.3em}.error-page .error-number{color:var(--dark-highlight);margin:0;padding:0;font-size:10rem;font-weight:900;display:block;position:relative}@media screen and (max-width:40rem){.error-page .error-number{font-size:5rem}}.error-page .error-buttons{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));display:grid}
.react-grid-layout{transition:height .2s;position:relative}.react-grid-item{transition:left .2s,top .2s,width .2s,height .2s}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{z-index:1;will-change:width,height;transition:none}.react-grid-item.react-draggable-dragging{z-index:3;will-change:transform;transition:none}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{opacity:.2;z-index:2;-webkit-user-select:none;user-select:none;-o-user-select:none;background:red;transition-duration:.1s}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{width:20px;height:20px;position:absolute}.react-grid-item>.react-resizable-handle:after{content:"";border-bottom:2px solid #0006;border-right:2px solid #0006;width:5px;height:5px;position:absolute;bottom:3px;right:3px}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{cursor:sw-resize;bottom:0;left:0;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{cursor:se-resize;bottom:0;right:0}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{cursor:nw-resize;top:0;left:0;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{cursor:ne-resize;top:0;right:0;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-w,.react-grid-item>.react-resizable-handle.react-resizable-handle-e{cursor:ew-resize;margin-top:-10px;top:50%}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{cursor:ns-resize;margin-left:-10px;left:50%}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}
.react-resizable{position:relative}.react-resizable-handle{box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:100% 100%;background-repeat:no-repeat;background-origin:content-box;width:20px;height:20px;padding:0 3px 3px 0;position:absolute}.react-resizable-handle-sw{cursor:sw-resize;bottom:0;left:0;transform:rotate(90deg)}.react-resizable-handle-se{cursor:se-resize;bottom:0;right:0}.react-resizable-handle-nw{cursor:nw-resize;top:0;left:0;transform:rotate(180deg)}.react-resizable-handle-ne{cursor:ne-resize;top:0;right:0;transform:rotate(270deg)}.react-resizable-handle-w,.react-resizable-handle-e{cursor:ew-resize;margin-top:-10px;top:50%}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{cursor:ns-resize;margin-left:-10px;left:50%}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}
@font-face{font-family:satoshi;src:url(../media/Satoshi_Variable-s.p.fc536e90.woff2)format("woff2");font-display:swap;font-weight:300 900;font-style:normal}@font-face{font-family:satoshi;src:url(../media/Satoshi_VariableItalic-s.p.1733863a.woff2)format("woff2");font-display:swap;font-weight:300 900;font-style:italic}@font-face{font-family:satoshi Fallback;src:local(Arial);ascent-override:92.36%;descent-override:21.95%;line-gap-override:9.14%;size-adjust:109.35%}.satoshi_515a0fc9-module__RNXFTa__className{font-family:satoshi,satoshi Fallback}.satoshi_515a0fc9-module__RNXFTa__variable{--font-satoshi:"satoshi","satoshi Fallback"}
@font-face{font-family:ibmPlexMono;src:url(../media/IBMPlexMono_Regular-s.p.d909b377.woff2)format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:ibmPlexMono Fallback;src:local(Arial);ascent-override:77.95%;descent-override:20.91%;line-gap-override:0.0%;size-adjust:131.49%}.ibmplexmono_2a27b568-module__p1Pyiq__className{font-family:ibmPlexMono,ibmPlexMono Fallback;font-style:normal;font-weight:400}.ibmplexmono_2a27b568-module__p1Pyiq__variable{--font-mono:"ibmPlexMono","ibmPlexMono Fallback"}
