.content-wrapper{height:-webkit-min-content;height:min-content;width:100%}.content-wrapper[aria-hidden=true]>.content-container{animation:wipe-out .5s ease-in-out forwards}.content-wrapper>.content-container{width:100%}.content-wrapper>.content-container>[id$=-content]{margin:1em 1em 2em}@keyframes wipe-out{to{display:none}}header{container-name:header;container-type:inline-size;display:grid;grid-auto-columns:100%;grid-auto-flow:column;overflow-x:hidden;position:-webkit-sticky;position:sticky;top:0;z-index:1}header>*{grid-area:1/1}header .bar{background-color:var(--highlight);color:var(--COLOR-white);display:flex;gap:1em;height:5em;width:100%}header .bar>*{z-index:2}header .background-colour-banners{display:grid;grid-area:1/1;grid-auto-columns:100%;grid-auto-flow:column;pointer-events:none;transition:transform .5s ease;width:100%}header .background-colour-banners>.banner{background-color:var(--highlight-background-colour);height:100%;transition:background-color var(--theme-transition-duration) ease;width:100%;z-index:0}@container header (max-width: 400px){header>.bar>#initials{display:none}}.highlight-wrapper{background-color:var(--highlight-background-colour);color:var(--COLOR-white);transition:background-color var(--theme-transition-duration) ease;width:100%}.highlight-wrapper>.highlight-container>[id$=-highlight]{display:flex;justify-content:space-between;margin:0 1em 2em}.highlight-wrapper>.highlight-container>[id$=-highlight]>.left-highlight{order:0}.highlight-wrapper>.highlight-container>[id$=-highlight]>.right-highlight{order:1}.highlight-wrapper>.highlight-container>[id$=-highlight]>.image-highlight{flex-basis:35%;font-size:.8em;height:-webkit-min-content;height:min-content;line-height:0;transition:all .25s ease-in-out}.highlight-wrapper>.highlight-container>[id$=-highlight]>.image-highlight.left-highlight{-webkit-clip-path:polygon(0 0,calc(100% - 6em) 0,100% 6em,100% 100%,6em 100%,0 calc(100% - 6em));clip-path:polygon(0 0,calc(100% - 6em) 0,100% 6em,100% 100%,6em 100%,0 calc(100% - 6em))}.highlight-wrapper>.highlight-container>[id$=-highlight]>.image-highlight.left-highlight:hover{-webkit-clip-path:polygon(0 0,100% 0,100% 0,100% 100%,0 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 0,100% 100%,0 100%,0 100%)}.highlight-wrapper>.highlight-container>[id$=-highlight]>.image-highlight.right-highlight{-webkit-clip-path:polygon(6em 0,100% 0,100% calc(100% - 6em),calc(100% - 6em) 100%,0 100%,0 6em);clip-path:polygon(6em 0,100% 0,100% calc(100% - 6em),calc(100% - 6em) 100%,0 100%,0 6em)}.highlight-wrapper>.highlight-container>[id$=-highlight]>.image-highlight.right-highlight:hover{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,100% 100%,0 100%,0 0);clip-path:polygon(0 0,100% 0,100% 100%,100% 100%,0 100%,0 0)}.highlight-wrapper>.highlight-container>[id$=-highlight]>.image-highlight>img{width:100%}.highlight-wrapper>.highlight-container>[id$=-highlight]>.image-highlight:hover{transform:scale(1.1)}.highlight-wrapper>.highlight-container>[id$=-highlight]>.text-highlight{transition:font-size .5s ease-in-out}.highlight-wrapper>.highlight-container>[id$=-highlight]>.text-highlight h1,.highlight-wrapper>.highlight-container>[id$=-highlight]>.text-highlight h2,.highlight-wrapper>.highlight-container>[id$=-highlight]>.text-highlight h3,.highlight-wrapper>.highlight-container>[id$=-highlight]>.text-highlight h4,.highlight-wrapper>.highlight-container>[id$=-highlight]>.text-highlight h5,.highlight-wrapper>.highlight-container>[id$=-highlight]>.text-highlight h6{margin:0}.highlight-wrapper>.highlight-container>[id$=-highlight]>.text-highlight h1{font-size:4.5em}.highlight-wrapper>.highlight-container>[id$=-highlight]>.text-highlight h2{font-size:2em}@container page-carousel-container (max-width: 609px){.image-highlight{display:none}}@container page-carousel-container (min-width: 610px){.text-highlight h1{white-space:nowrap}}@container page-carousel-container (max-width: 400px){.text-highlight{font-size:.75em}}@container page-carousel-container (max-width: 300px){.text-highlight{font-size:.5em}}nav>ul{align-items:center;display:grid;grid-auto-columns:1fr;grid-auto-flow:column;height:100%;list-style:none;margin:0;padding:0;width:100%}nav>ul>li{display:flex;height:100%;position:relative}nav>ul>li>a{align-items:center;display:flex;flex-direction:column;font-weight:700;justify-content:center;padding:0 1em;text-align:center;transition:margin-top .2s ease-in-out}nav>ul>li>a:before{background-color:var(--highlight);border-radius:0 0 2px 2px;content:"";height:0;position:absolute;top:0;transition:height .2s ease-in-out;width:100%}nav>ul>li[data-active=true]>a{margin-top:2em}nav>ul>li:hover:not([data-active=true])>a{margin-top:1em}nav>ul>li:hover:not([data-active=true])>a:before{height:2em}#initials{aspect-ratio:1;background:none;border:none;color:inherit;display:flex;height:100%;padding:0;place-content:center}#initials>.initial{cursor:pointer;font-size:3em;height:auto;margin:auto;transition:transform .2s ease-in-out;-webkit-user-select:none;user-select:none}#initials>.initial:hover:not([data-spinning]){transform:rotate(15deg) scale(1.2)}#initials[data-spinning="0"] .initial{animation:spin-Y .2s ease-in-out infinite}#initials[data-spinning="1"] .initial{animation:spin-Z .3s linear infinite}#initials[data-spinning="2"] .initial{animation:clock-wipe .6s linear infinite}@keyframes spin-Y{0%{transform:scaleX(1.2) scaleY(1.2)}50%{transform:scaleX(-1.2) scaleY(1.2)}to{transform:scaleX(1.2) scaleY(1.2)}}@keyframes spin-Z{0%{transform:scale(1.2) rotate(0deg)}to{transform:scale(1.2) rotate(1turn)}}@keyframes clock-wipe{0%,to{-webkit-clip-path:polygon(50% 50%,50% 0,100% 0,100% 50%,100% 100%,50% 100%,0 100%,0 50%,0 0,50% 0);clip-path:polygon(50% 50%,50% 0,100% 0,100% 50%,100% 100%,50% 100%,0 100%,0 50%,0 0,50% 0);transform:scale(1.2)}6.25%{-webkit-clip-path:polygon(50% 50%,100% 0,100% 0,100% 50%,100% 100%,50% 100%,0 100%,0 50%,0 0,50% 0);clip-path:polygon(50% 50%,100% 0,100% 0,100% 50%,100% 100%,50% 100%,0 100%,0 50%,0 0,50% 0)}12.5%{-webkit-clip-path:polygon(50% 50%,100% 50%,100% 50%,100% 50%,100% 100%,50% 100%,0 100%,0 50%,0 0,50% 0);clip-path:polygon(50% 50%,100% 50%,100% 50%,100% 50%,100% 100%,50% 100%,0 100%,0 50%,0 0,50% 0)}18.75%{-webkit-clip-path:polygon(50% 50%,100% 100%,100% 100%,100% 100%,100% 100%,50% 100%,0 100%,0 50%,0 0,50% 0);clip-path:polygon(50% 50%,100% 100%,100% 100%,100% 100%,100% 100%,50% 100%,0 100%,0 50%,0 0,50% 0)}25%{-webkit-clip-path:polygon(50% 50%,50% 100%,50% 100%,50% 100%,50% 100%,50% 100%,0 100%,0 50%,0 0,50% 0);clip-path:polygon(50% 50%,50% 100%,50% 100%,50% 100%,50% 100%,50% 100%,0 100%,0 50%,0 0,50% 0)}31.25%{-webkit-clip-path:polygon(50% 50%,0 100%,0 100%,0 100%,0 100%,0 100%,0 100%,0 50%,0 0,50% 0);clip-path:polygon(50% 50%,0 100%,0 100%,0 100%,0 100%,0 100%,0 100%,0 50%,0 0,50% 0)}37.5%{-webkit-clip-path:polygon(50% 50%,0 50%,0 50%,0 50%,0 50%,0 50%,0 0,0 50%,0 0,50% 0);clip-path:polygon(50% 50%,0 50%,0 50%,0 50%,0 50%,0 50%,0 0,0 50%,0 0,50% 0)}43.75%{-webkit-clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0,0 0,0 50%,0 0,50% 0);clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0,0 0,0 50%,0 0,50% 0)}50%{-webkit-clip-path:polygon(50% 50%,50% 0,50% 0,50% 0,50% 0,50% 0,0 0,0 50%,0 0,50% 0);clip-path:polygon(50% 50%,50% 0,50% 0,50% 0,50% 0,50% 0,0 0,0 50%,0 0,50% 0)}56.25%{-webkit-clip-path:polygon(50% 50%,50% 0,100% 0,100% 0,100% 0,100% 0,100% 0,100% 0,100% 0,100% 0);clip-path:polygon(50% 50%,50% 0,100% 0,100% 0,100% 0,100% 0,100% 0,100% 0,100% 0,100% 0)}62.5%{-webkit-clip-path:polygon(50% 50%,50% 0,100% 0,100% 50%,100% 50%,100% 50%,100% 50%,100% 50%,100% 50%,100% 50%);clip-path:polygon(50% 50%,50% 0,100% 0,100% 50%,100% 50%,100% 50%,100% 50%,100% 50%,100% 50%,100% 50%)}68.75%{-webkit-clip-path:polygon(50% 50%,50% 0,100% 0,100% 50%,100% 100%,100% 100%,100% 100%,100% 100%,100% 100%,100% 100%);clip-path:polygon(50% 50%,50% 0,100% 0,100% 50%,100% 100%,100% 100%,100% 100%,100% 100%,100% 100%,100% 100%)}75%{-webkit-clip-path:polygon(50% 50%,50% 0,100% 0,100% 50%,100% 100%,50% 100%,50% 100%,50% 100%,50% 100%,50% 100%);clip-path:polygon(50% 50%,50% 0,100% 0,100% 50%,100% 100%,50% 100%,50% 100%,50% 100%,50% 100%,50% 100%)}81.25%{-webkit-clip-path:polygon(50% 50%,50% 0,100% 0,100% 50%,100% 100%,50% 100%,0 100%,0 100%,0 100%,0 100%);clip-path:polygon(50% 50%,50% 0,100% 0,100% 50%,100% 100%,50% 100%,0 100%,0 100%,0 100%,0 100%)}87.5%{-webkit-clip-path:polygon(50% 50%,50% 0,100% 0,100% 50%,100% 100%,50% 100%,0 100%,0 50%,0 50%,0 50%);clip-path:polygon(50% 50%,50% 0,100% 0,100% 50%,100% 100%,50% 100%,0 100%,0 50%,0 50%,0 50%)}93.75%{-webkit-clip-path:polygon(50% 50%,50% 0,100% 0,100% 50%,100% 100%,50% 100%,0 100%,0 50%,0 0,0 0);clip-path:polygon(50% 50%,50% 0,100% 0,100% 50%,100% 100%,50% 100%,0 100%,0 50%,0 0,0 0)}}#theme-button{--themebuttoncolor:var(--background);align-items:center;aspect-ratio:1;background:none;border:none;color:var(--themebuttoncolor);cursor:pointer;display:flex;height:100%;justify-content:center;margin-left:auto;padding:0;position:relative;transition:all .2s ease-in-out}#theme-button:before{background-color:var(--themebuttoncolor);border-radius:0 0 2px 2px;content:"";height:0;position:absolute;top:0;transition:all .2s ease-in-out;width:60%}#theme-button:hover{padding-top:1em}#theme-button:hover:before{height:1em}[data-theme=dark] #theme-button{--themebuttoncolor:color-mix(in srgb,#000,var(--primary) 60%);--themebuttonblur:color-mix(in srgb,#0000,var(--themebuttoncolor) 30%)}[data-theme=dark] #theme-button:after{animation:moon-glow 4s ease-in-out infinite alternate;border-radius:50%;box-shadow:inset 0 0 0 1em var(--themebuttonblur),0 0 .5em .5em var(--themebuttonblur);content:"";height:1em;position:absolute;width:1em}@keyframes moon-glow{0%{opacity:1;transform:scale(.8)}to{opacity:1;transform:scale(1.5)}}.blog-post h1:first-of-type{font-size:3rem;margin-bottom:1rem}.blog-post img{width:100%}.blog-list-item{align-items:center;display:flex}.blog-list-item:before{content:"🔗";padding-right:.5rem}.blog-list-item h3{font-size:1.5rem;margin:0;padding:0}.blog-list-item p{font-size:1.2rem;margin:0;padding:0}#blog-content ul{list-style:none;margin:0;padding:0}#blog-content ul li{padding-bottom:1rem}[data-theme=light] #blog-highlight{color:var(--COLOR-brown)}[data-theme=light] #blog-highlight p{font-size:1.2rem}.highlight-wrapper>.highlight-container>[id=download-highlight]{justify-content:center;margin-top:2rem}.download-item{align-items:flex-start;display:flex;flex-direction:column}.download-item h1{margin-bottom:.5rem;padding:0}.download-item>div{align-items:center;display:flex;gap:1rem}.download-item h3{font-size:1.5rem;margin:0;padding:0}.download-item p{font-size:1.2rem;margin:0;padding:0}.download-item a{align-self:flex-end;margin-top:1rem}.download-item button{background-color:var(--COLOR-white);border:none;border-radius:2px;box-shadow:inset 0 0 .5rem #00000080;-webkit-clip-path:polygon(.5em 0,100% 0,100% calc(100% - .5em),calc(100% - .5em) 100%,0 100%,0 .5em);clip-path:polygon(.5em 0,100% 0,100% calc(100% - .5em),calc(100% - .5em) 100%,0 100%,0 .5em);color:var(--COLOR-brown);cursor:pointer;font-size:1.2rem;padding:.5rem 1rem;transition:all .25s ease-in-out}.download-item button:hover{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,100% 100%,0 100%,0 0);clip-path:polygon(0 0,100% 0,100% 100%,100% 100%,0 100%,0 0);transform:scale(1.1)}.download-item button>b:before{content:"💾";margin-right:.5rem}#home-content h2,#home-content h3,#home-content h4{margin:0}#home-content a{color:var(--COLOR-red);text-decoration:underline}#home-highlight{font-family:Noto Sans Mono,monospace;font-weight:700;text-transform:uppercase}#home-highlight>.image-highlight>img{background-image:url(/static/media/me-low.3d43cc4eea1170dc93a1.jpg)}#home-highlight>.right-highlight{text-align:right}#home-highlight>.right-highlight>h2{margin-bottom:-5.75px}#home-highlight>.right-highlight>#development-carousel{display:flex;height:2em;justify-content:flex-end;line-height:1;overflow-y:hidden}#home-highlight>.right-highlight>#development-carousel>#carousel{animation:dev-carousel 5s linear infinite;transform:translateY(0)}@keyframes dev-carousel{0%,16%,99.001%,to{transform:translateY(0)}32%,50%{transform:translateY(-100%)}66%,83%{transform:translateY(-200%)}99%{transform:translateY(-300%)}}#home-highlight>.right-highlight>#development-carousel>#carousel:hover{animation-play-state:paused}@container page-carousel-container (max-width: 609px){#home-highlight{justify-content:flex-end}}#now-content .update{display:flex;justify-content:space-between;margin-top:5em}#now-content .update h3,#now-content .update h4{margin:0}#now-content .update ul{list-style-type:none;margin:0 0 .5em;padding-left:.25em}#now-content .update .update-left{order:0}#now-content .update .update-left ul>li:before{content:">";margin-right:.25em}#now-content .update .update-right{order:1;text-align:right}#now-content .update .update-right ul>li:after{content:"<";margin-left:.4em}#now-content .update-image{flex-basis:35%;font-size:.8em;height:-webkit-min-content;height:min-content;line-height:0;transition:all .25s ease-in-out}#now-content .update-image.update-left{-webkit-clip-path:polygon(0 0,calc(100% - 6em) 0,100% 6em,100% 100%,6em 100%,0 calc(100% - 6em));clip-path:polygon(0 0,calc(100% - 6em) 0,100% 6em,100% 100%,6em 100%,0 calc(100% - 6em))}#now-content .update-image.update-left:hover{-webkit-clip-path:polygon(0 0,100% 0,100% 0,100% 100%,0 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 0,100% 100%,0 100%,0 100%)}#now-content .update-image.update-right{-webkit-clip-path:polygon(6em 0,100% 0,100% calc(100% - 6em),calc(100% - 6em) 100%,0 100%,0 6em);clip-path:polygon(6em 0,100% 0,100% calc(100% - 6em),calc(100% - 6em) 100%,0 100%,0 6em)}#now-content .update-image.update-right:hover{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,100% 100%,0 100%,0 0);clip-path:polygon(0 0,100% 0,100% 100%,100% 100%,0 100%,0 0)}#now-content .update-image:hover{transform:scale(1.1)}#now-content .update-image img{width:100%}#now-highlight h1{font-family:Noto Sans Mono,monospace}#now-highlight a{transition:color .2s ease-in-out}#now-highlight a:hover{color:var(--COLOR-red)}#now-highlight #update{margin-top:.5em}#now-highlight ul{list-style-type:none;margin:0 0 .5em;padding-left:.25em}#now-highlight ul>li:before{content:">";margin-right:.25em}.page-carousel-container{container-name:page-carousel-container;container-type:inline-size;overflow-x:hidden}.page-carousel-container>.page-carousel{display:grid;grid-auto-columns:100%;grid-auto-flow:column;transition:transform .5s ease}.page-carousel-container>.page-carousel>*>*{margin:0 auto;max-width:1000px}.page-carousel-container.for-highlights{max-height:1000px;transition:max-height .5s ease}.page-carousel-container.for-highlights.minimised{max-height:0}html{font-family:Noto Sans,sans-serif}#root,body{background-color:var(--background);color:var(--primary);margin:0;min-height:100vh;transition:background-color var(--theme-transition-duration) ease-in-out,color var(--theme-transition-duration) ease-in-out}#root.preload,#root.preload *,body.preload,body.preload *{display:none;transition:none}a{color:inherit;text-decoration:none}:root{--COLOR-white:#f8fce6;--COLOR-brown:#171413;--COLOR-green:#688958;--COLOR-blue:#467599;--COLOR-yellow:#f6bd60;--COLOR-red:#d1634d;--COLOR-purple:#50089c;--green:var(--COLOR-green);--blue:var(--COLOR-blue);--yellow:var(--COLOR-yellow);--red:var(--COLOR-red);--purple:var(--COLOR-purple);--background:var(--COLOR-white);--primary:var(--COLOR-brown);--highlight:var(--green);--theme-transition-duration:0.2s}[data-theme=dark]{--green:color-mix(in srgb,#000,var(--COLOR-green) 60%);--blue:color-mix(in srgb,#000,var(--COLOR-blue) 60%);--yellow:color-mix(in srgb,#000,var(--COLOR-yellow) 60%);--red:color-mix(in srgb,#000,var(--COLOR-red) 60%);--purple:color-mix(in srgb,#000,var(--COLOR-purple) 60%);--background:var(--COLOR-brown);--primary:var(--COLOR-white);--highlight:var(--green)}[data-theme=dark] [data-hidden-in=light],[data-theme=light] [data-hidden-in=dark]{display:none}@font-face{font-display:swap;font-family:Noto Sans;font-style:normal;font-weight:400;src:url(/static/media/noto-sans-cyrillic-ext-400-normal.ee3764412d1a1ee16a4e.woff2) format("woff2"),url(/static/media/noto-sans-cyrillic-ext-400-normal.62f0cc487f1c4f70dd2a.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Noto Sans;font-style:normal;font-weight:400;src:url(/static/media/noto-sans-cyrillic-400-normal.67c5804322a90d8b2f34.woff2) format("woff2"),url(/static/media/noto-sans-cyrillic-400-normal.e46195457959d3459db7.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Noto Sans;font-style:normal;font-weight:400;src:url(/static/media/noto-sans-devanagari-400-normal.c2fe07b55bd99eba603a.woff2) format("woff2"),url(/static/media/noto-sans-devanagari-400-normal.9ecc9ba0fbe6be5443a7.woff) format("woff");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+25cc,u+a830-a839,u+a8e0-a8ff}@font-face{font-display:swap;font-family:Noto Sans;font-style:normal;font-weight:400;src:url(/static/media/noto-sans-greek-ext-400-normal.a53d3a503b7febd2de61.woff2) format("woff2"),url(/static/media/noto-sans-greek-ext-400-normal.97b7fd5129ff618aad52.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Noto Sans;font-style:normal;font-weight:400;src:url(/static/media/noto-sans-greek-400-normal.6d9214289c4388b7cff3.woff2) format("woff2"),url(/static/media/noto-sans-greek-400-normal.c1630e481389f43b84fb.woff) format("woff");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Noto Sans;font-style:normal;font-weight:400;src:url(/static/media/noto-sans-vietnamese-400-normal.999fbba78534aa9c54f3.woff2) format("woff2"),url(/static/media/noto-sans-vietnamese-400-normal.4d636494574a436c5329.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Noto Sans;font-style:normal;font-weight:400;src:url(/static/media/noto-sans-latin-ext-400-normal.b80635e1e193bd84659f.woff2) format("woff2"),url(/static/media/noto-sans-latin-ext-400-normal.5a973fb017d5f413e1e4.woff) format("woff");unicode-range:u+0100-02af,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Noto Sans;font-style:normal;font-weight:400;src:url(/static/media/noto-sans-latin-400-normal.e447f15e9ee41f4aeacf.woff2) format("woff2"),url(/static/media/noto-sans-latin-400-normal.fda5abef7deccaf37bf2.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Noto Sans;font-style:normal;font-weight:600;src:url(/static/media/noto-sans-cyrillic-ext-600-normal.ec158bec4b8826e430ae.woff2) format("woff2"),url(/static/media/noto-sans-cyrillic-ext-600-normal.81c1a2db0016781c1d49.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Noto Sans;font-style:normal;font-weight:600;src:url(/static/media/noto-sans-cyrillic-600-normal.346ac974538ce1c5b6dc.woff2) format("woff2"),url(/static/media/noto-sans-cyrillic-600-normal.6971fb53cfd1f90fc60e.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Noto Sans;font-style:normal;font-weight:600;src:url(/static/media/noto-sans-devanagari-600-normal.61799f46dfed642831d1.woff2) format("woff2"),url(/static/media/noto-sans-devanagari-600-normal.0b1a1f1f394d62545111.woff) format("woff");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+25cc,u+a830-a839,u+a8e0-a8ff}@font-face{font-display:swap;font-family:Noto Sans;font-style:normal;font-weight:600;src:url(/static/media/noto-sans-greek-ext-600-normal.815e841d53121f13e265.woff2) format("woff2"),url(/static/media/noto-sans-greek-ext-600-normal.261e40d9e26e804961b2.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Noto Sans;font-style:normal;font-weight:600;src:url(/static/media/noto-sans-greek-600-normal.58cd373f5b21673c2af6.woff2) format("woff2"),url(/static/media/noto-sans-greek-600-normal.f2cfdf3161a2e2053d41.woff) format("woff");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Noto Sans;font-style:normal;font-weight:600;src:url(/static/media/noto-sans-vietnamese-600-normal.0d430bc6213689db6948.woff2) format("woff2"),url(/static/media/noto-sans-vietnamese-600-normal.52a9b35ef7b4eb7f1016.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Noto Sans;font-style:normal;font-weight:600;src:url(/static/media/noto-sans-latin-ext-600-normal.3a0def72df896fe055af.woff2) format("woff2"),url(/static/media/noto-sans-latin-ext-600-normal.c63b816f2b21d8ce4684.woff) format("woff");unicode-range:u+0100-02af,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Noto Sans;font-style:normal;font-weight:600;src:url(/static/media/noto-sans-latin-600-normal.b9b3b8c73666e463b1dd.woff2) format("woff2"),url(/static/media/noto-sans-latin-600-normal.4fa81397b094e66e207b.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Noto Sans Mono;font-style:normal;font-weight:400;src:url(/static/media/noto-sans-mono-cyrillic-ext-400-normal.2df76e1f370e227ddc45.woff2) format("woff2"),url(/static/media/noto-sans-mono-cyrillic-ext-400-normal.a5ef4aa2185d7c655ce9.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Noto Sans Mono;font-style:normal;font-weight:400;src:url(/static/media/noto-sans-mono-cyrillic-400-normal.a416e7214e3839d0eeb1.woff2) format("woff2"),url(/static/media/noto-sans-mono-cyrillic-400-normal.1fa2f416f6237373cb5b.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Noto Sans Mono;font-style:normal;font-weight:400;src:url(/static/media/noto-sans-mono-greek-ext-400-normal.164aa3a63100b3309d14.woff2) format("woff2"),url(/static/media/noto-sans-mono-greek-ext-400-normal.fa697d84847ce668d4b0.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Noto Sans Mono;font-style:normal;font-weight:400;src:url(/static/media/noto-sans-mono-greek-400-normal.8818d3c36965a075357a.woff2) format("woff2"),url(/static/media/noto-sans-mono-greek-400-normal.b86e9ac00639579ba7f6.woff) format("woff");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Noto Sans Mono;font-style:normal;font-weight:400;src:url(/static/media/noto-sans-mono-vietnamese-400-normal.5505e607dac8817285ea.woff2) format("woff2"),url(/static/media/noto-sans-mono-vietnamese-400-normal.c875d902d0eac0dd2748.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Noto Sans Mono;font-style:normal;font-weight:400;src:url(/static/media/noto-sans-mono-latin-ext-400-normal.5042d861a3a1eef95153.woff2) format("woff2"),url(/static/media/noto-sans-mono-latin-ext-400-normal.9251528caf76981f422d.woff) format("woff");unicode-range:u+0100-02af,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Noto Sans Mono;font-style:normal;font-weight:400;src:url(/static/media/noto-sans-mono-latin-400-normal.4e26b2b1c42881dda0c9.woff2) format("woff2"),url(/static/media/noto-sans-mono-latin-400-normal.393ed886a7f3cfc49f48.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Noto Sans Mono;font-style:normal;font-weight:700;src:url(/static/media/noto-sans-mono-cyrillic-ext-700-normal.d8dd174aab55c6db3247.woff2) format("woff2"),url(/static/media/noto-sans-mono-cyrillic-ext-700-normal.d6254e9caea354ba6597.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Noto Sans Mono;font-style:normal;font-weight:700;src:url(/static/media/noto-sans-mono-cyrillic-700-normal.ade5d9e73ccd5a01cb26.woff2) format("woff2"),url(/static/media/noto-sans-mono-cyrillic-700-normal.4059d9726d9e035d28de.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Noto Sans Mono;font-style:normal;font-weight:700;src:url(/static/media/noto-sans-mono-greek-ext-700-normal.6bb43f602aae41de1c8d.woff2) format("woff2"),url(/static/media/noto-sans-mono-greek-ext-700-normal.80e9b25431441abd42fe.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Noto Sans Mono;font-style:normal;font-weight:700;src:url(/static/media/noto-sans-mono-greek-700-normal.3a7c155cd6e6114b9419.woff2) format("woff2"),url(/static/media/noto-sans-mono-greek-700-normal.27e4ad8db7d570b581b3.woff) format("woff");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Noto Sans Mono;font-style:normal;font-weight:700;src:url(/static/media/noto-sans-mono-vietnamese-700-normal.f8961892ee947d1da69c.woff2) format("woff2"),url(/static/media/noto-sans-mono-vietnamese-700-normal.e8666a75c4b4967cb0f4.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Noto Sans Mono;font-style:normal;font-weight:700;src:url(/static/media/noto-sans-mono-latin-ext-700-normal.325f2a393e1b2034402a.woff2) format("woff2"),url(/static/media/noto-sans-mono-latin-ext-700-normal.9b20956e8dbd4816203c.woff) format("woff");unicode-range:u+0100-02af,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Noto Sans Mono;font-style:normal;font-weight:700;src:url(/static/media/noto-sans-mono-latin-700-normal.7fef0b2efa33e35ec18e.woff2) format("woff2"),url(/static/media/noto-sans-mono-latin-700-normal.9631a3e81fe9fe84ad8b.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}
/*# sourceMappingURL=main.f344fc7f.css.map*/