.header-content.svelte-1kioel7{box-sizing:border-box;width:100%;min-height:72px;display:flex;flex-direction:row;justify-content:flex-start;gap:20px;align-items:center;padding:0 24px}.coloured-header.svelte-1kioel7{background:linear-gradient(90deg,var(--color-background-highlight) 62%,var(--color-header-highlight) 95%)}.favicon.svelte-1kioel7{background:url(../../../favicon.webp);color:#000}.favicon-image.svelte-1kioel7{width:initial;max-height:32px}a.svelte-1kioel7{font-family:var(--font-stylised);font-size:1rem;font-weight:700;text-decoration:none;transition:.2s ease-in-out color}a.svelte-1kioel7:link,a.svelte-1kioel7:visited{color:var(--color-text)}a.svelte-1kioel7:hover{color:var(--color-highlight)}footer.svelte-10mvvg{margin-top:auto;width:100%}footer.svelte-10mvvg h6:where(.svelte-10mvvg){font-family:var(--font-mono)}footer.svelte-10mvvg p:where(.svelte-10mvvg),footer.svelte-10mvvg a:where(.svelte-10mvvg){display:block;font-family:var(--font-mono);font-weight:400;color:var(--color-text);text-decoration:none;font-size:1rem;margin:0}footer.svelte-10mvvg a:where(.svelte-10mvvg):hover{font-weight:900}.bottom-rat.svelte-10mvvg{position:absolute;width:20%;max-width:100px;right:0;bottom:0}.background.svelte-10mvvg{background-color:var(--color-background-highlight);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);margin-top:32px}.content-container.svelte-10mvvg{margin:0 24px 0 48px;display:flex;flex-flow:row;gap:16px;justify-content:space-evenly;align-items:flex-start}.content-box.svelte-10mvvg{width:100%;margin:16px 0}.center-box.svelte-10mvvg{margin:auto 0}@media screen and (max-width: 800px){.content-container.svelte-10mvvg{flex-direction:column;gap:0}.content-box.svelte-10mvvg{margin:8px 0}.center-box.svelte-10mvvg{margin:16px 0 8px}}@font-face{font-family:Roboto Flex;src:url(../../../fonts/roboto-flex/flex.ttf)}@font-face{font-family:Space Mono;src:url(../../../fonts/space-mono/regular.ttf)}@font-face{font-family:Space Mono;src:url(../../../fonts/space-mono/italic.ttf);font-style:italic}@font-face{font-family:Space Mono;src:url(../../../fonts/space-mono/bold.ttf);font-weight:700}@font-face{font-family:Space Mono;src:url(../../../fonts/space-mono/bolditalic.ttf);font-style:italic;font-weight:700}@font-face{font-family:IBM Plex Mono;src:url(../../../fonts/ibm-plex-mono/medium.ttf);font-weight:500}:root{--color-text: #d0d0d0;--color-text-img: invert(98%) sepia(1%) saturate(4643%) hue-rotate(297deg) brightness(115%) contrast(76%);--color-text-dark: #1e1e1e;--color-highlight: #51B86B;--color-header: color-mix(in srgb, var(--color-highlight) 80%, black);--color-header-highlight: color-mix(in srgb, #6d1e26 80%, transparent);--color-background: #1b1b1b;--color-background-highlight: color-mix(in srgb, var(--color-highlight) 10%, transparent);--color-background-highlight-hover: color-mix(in srgb, var(--color-highlight) 60%, transparent);--color-waters: #2b2b2b;--notch-size: 32px;--notch-size-small: 16px;--color-link-unvisited: #c2e8ff;--color-link-visited: #ffd7f0;--color-link-hovered: #ffdad5;--font-sans-serif: "Roboto Flex", "Lato", sans-serif;--font-mono: "IBM Plex Mono", monospace;--font-stylised: "Space Mono", monospace;--page-width: 1200px;--content-width: 1000px;--screen-width-mobile: 800px;--margin-content-side: 24px}html{scroll-behavior:smooth;position:relative;min-height:100%}body{font-family:var(--font-sans-serif);font-size:1.2rem;color:var(--color-text);margin:0;background-color:var(--color-background)}.all-content-container{display:flex;flex-direction:column;height:100vh}.waters{position:fixed;z-index:-99;top:0;left:0;height:100%;width:100%;background-color:var(--color-waters);-webkit-mask-image:url(../../../bremen-waters-white.svg);mask-image:url(../../../bremen-waters-white.svg);-webkit-mask-position:center;mask-position:center;background-position:center;background-attachment:fixed}p,span,li,pre,a{color:var(--color-text);font-size:1.1rem;line-height:1.6rem;font-weight:400}ul{padding:0}li:before{content:"–";font-weight:900;color:var(--color-highlight);padding-right:8px}li{display:flex;margin-top:4px;margin-bottom:4px;transition:background-color .2s ease-in-out;padding:2px 12px}li a{display:inline}h1{font-size:4rem;line-height:4rem}h2{font-size:2.5rem;line-height:2.5rem}h2:before{letter-spacing:-.5rem;content:"› ";margin-right:15px}h3{font-size:2rem;line-height:2rem}h3:before{letter-spacing:-.3rem;content:"›› ";margin-right:10px}h4,h5,h6{font-size:1.7rem;line-height:1.7rem}h4:before{letter-spacing:-.26rem;content:"››› ";margin-right:6px}h1,h2,h3,h4,h5,h6{font-weight:870;font-family:var(--font-sans-serif);color:var(--color-highlight);margin-top:12px;margin-bottom:8px;width:fit-content}h1,h2,h3,h4,h5,h6,.wide-font{font-variation-settings:"wdth" 151,"XTRA" 560,"YTUC" 662,"YTAS" 700,"YOPQ" 69,"YTFI" 788}code,.code-block{font-family:var(--font-mono);font-size:.8em;font-weight:500;background-color:var(--color-background-highlight);border-radius:8px;padding-left:6px;padding-right:6px}img,video{width:80%;margin-left:auto;margin-right:auto;display:flex}.horizontally-centre-aligned{width:80%;display:flex;justify-content:center;align-items:center;margin-left:auto;margin-right:auto}.inline-img-left{float:left;max-width:24%;margin:0 24px 24px 0}.inline-img-right{float:right;max-width:24%;margin:0 0 24px 24px}a:link{color:var(--color-link-unvisited);text-decoration-style:dashed}a:visited{color:var(--color-link-visited)}a:hover{color:var(--color-link-hovered)}.notched{clip-path:polygon(0% var(--notch-size),var(--notch-size) 0%,calc(100% - var(--notch-size)) 0%,100% var(--notch-size),100% calc(100% - var(--notch-size)),calc(100% - var(--notch-size)) 100%,var(--notch-size) 100%,0% calc(100% - var(--notch-size)))}.notched-small{clip-path:polygon(0% var(--notch-size-small),var(--notch-size-small) 0%,calc(100% - var(--notch-size-small)) 0%,100% var(--notch-size-small),100% calc(100% - var(--notch-size-small)),calc(100% - var(--notch-size-small)) 100%,var(--notch-size-small) 100%,0% calc(100% - var(--notch-size-small)))}.project-subtitle{color:var(--color-highlight);font-weight:700;font-style:italic;margin-top:0;font-family:var(--font-mono)}.project-banner-container{position:relative;width:80%;margin-left:auto;margin-right:auto;display:flex}.project-banner{margin:0;width:100%}.project-icon{float:left;margin:16px 16px 16px 0;width:20%}.project-date{font-size:1rem;font-weight:700;line-height:1rem;width:fit-content;margin:0;color:var(--color-text-dark);background-color:var(--color-highlight);font-family:var(--font-stylised);padding:4px}.project-date-embed{position:absolute;left:0;bottom:0}.pixelated-img{image-rendering:pixelated}@media screen and (max-width: 800px){h1{font-size:2.3rem;line-height:2.4rem}h2{font-size:1.8rem;line-height:1.8rem}h3{font-size:1.6rem;line-height:1.6rem}h4,h5,h6{font-size:1.4rem;line-height:1.4rem}}
