:root{--theme-background:#fff;--theme-foreground:#171717;--theme-background-header:#f0f0f0f2;--theme-background-banner:#80b2c2;--theme-background-banner-light:#80b2c269;--theme-border:#ff990a;--text-xsm:40%;--text-sm:60%;--text-slight-sm:80%;--text-slight-lg:120%;--text-lg:150%;--text-lgr:175%;--text-xlg:200%;--text-xxlg:400%;--font-title:150%;--font-subtitle:120%;--padding-header:1rem;--project-title:800%;--project-subtitle:80%;--image-subtext:60%;--mobile-width:750}@media (prefers-color-scheme:dark){:root{--theme-background:#171717;--theme-foreground:#c1baba;--theme-background-header:#333333f2;--theme-background-banner:navy;--theme-background-banner-light:#4b4a4a}}html{font-size:calc(12px + .390625vw)}@media (min-width:1600px){html{font-size:calc(15px + .5vw)}}html,body{max-width:100vw}body{color:var(--theme-foreground);background:var(--theme-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,Arial,Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;cursor:pointer;text-decoration:none}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}.text-slight-lg{font-size:var(--text-slight-lg)}.text-slight-sm{font-size:var(--text-slight-sm)}.text-lg{font-size:var(--text-lg)}.text-lgr{font-size:var(--text-lgr)}.text-xlg{font-size:var(--text-xlg)}.text-xxlg{font-size:var(--text-xxlg)}.text-sm{font-size:var(--text-sm)}.text-xsm{font-size:var(--text-xsm)}.text-left{text-align:left}.text-space{line-height:200%}.width-restrict{max-width:100%}@media (min-width:1000px){.width-restrict{max-width:75%}}.faint{opacity:.6}.bold{font-weight:700}.italic{font-style:italic}.flex{display:flex}.center{place-items:center;display:grid}.flex-col{flex-direction:column}.flow-row{flex-direction:row}.gap-sm{gap:5%}.flex-fill{flex:1}.flex-space-between{justify-content:space-between}.flex-justify-center{justify-content:center}.flex-align-center{align-items:center}.flex-wrap{flex-wrap:wrap}.width-full{width:100%}.width-half{width:50%}.height-full{height:100%}.padding-sm{padding:2%}.padding-sm-horizontal{padding:0% 2%}.padding-sm-vertical{padding:2% 0%}.padding-md{padding:5%}.padding-md-horizontal{padding:0% 10%}.padding-lg{padding:10%}.padding-header{padding:var(--padding-header)}.aspect-one{aspect-ratio:1}.relative{position:relative}.circular{border-radius:50%}.circular-left{border-radius:10000px 0 0 10000px}.circular-right{border-radius:0 10000px 10000px 0}.brightness-double{filter:brightness(2)}.overflow-hidden{overflow:hidden}.theme-background-banner{background:var(--theme-background-banner)}.theme-background-header{background:var(--theme-background-header)}.background-blur{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.theme-background{background:var(--theme-background)}.theme-background-banner-light{background:var(--theme-background-banner-light)}.theme-border{border-color:var(--theme-border)}
