@import"https://fonts.googleapis.com/css2?family=Bitcount+Grid+Single:wght@100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:Bitcount Grid Single,system-ui;color:var(--color-text-light)}h1,section,p,span,svg{transition:background-color .4s,color .4s}:root{--color-primary-white: #ebe5df;--color-text-light: #444141;--color-subtle-text-light: #5e5757;--color-background-light: #eee8e8;--color-primary-page-bg-light: #879b7c;--color-secondary-page-bg-light: #afc2a6;--color-page-header-light: #777068;--color-text-dark: #eee8e8;--color-subtle-text-dark: #c7c0c0;--color-primary-page-bg-dark: #435068;--color-secondary-page-bg-dark: #6e6d7c;--color-page-header-dark: #c57162}.light-theme{--color-text: var(--color-text-light);--color-subtle-text: var(--color-subtle-text-light);--color-primary-page-bg: var(--color-primary-page-bg-light);--color-secondary-page-bg: var(--color-secondary-page-bg-light);--color-page-header: var(--color-page-header-light)}.dark-theme{--color-text: var(--color-text-dark);--color-subtle-text: var(--color-subtle-text-dark);--color-primary-page-bg: var(--color-primary-page-bg-dark);--color-secondary-page-bg: var(--color-secondary-page-bg-dark);--color-page-header: var(--color-page-header-dark)}.experience{position:fixed;width:100vw;height:100vh}.experience-canvas{width:100%;height:100%}.page{z-index:999;width:100%;height:100%;overflow:hidden}.page-wrapper{position:relative}.toggle-bar{position:fixed;display:flex;flex-direction:row;justify-content:center;align-items:center;top:48px;right:48px;z-index:9999}.sun-wrapper,.moon-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;fill:var(--color-subtle-text);transform:scale(1.5)}.toggle-button{display:flex;justify-content:center;align-items:center;cursor:pointer;position:relative;width:4rem;height:2rem;background-color:var(--color-secondary-page-bg);border-radius:999px;margin:0 16px;border:none;box-shadow:#0000000d 0 6px 24px,#00000014 0 0 0 1px}.toggle-circle{position:absolute;left:6px;border-radius:50%;width:1.5rem;height:1.5rem;background-color:var(--color-primary-white);transition:all .2s ease-in-out}.toggle-button:hover .toggle-circle{transform:scale(1.2)}.slide{left:2rem}.section-margin{height:20rem;width:100%;padding:10rem 0}.first-move,.second-move{height:100vh;position:relative;z-index:1}.section{width:50%;padding:5rem 4%;margin:0;background-color:var(--color-primary-page-bg);min-height:100vh}.left{margin-right:auto}.right{margin-left:auto}.section-intro-wrapper{position:relative;padding:20% 5%;border-bottom:2px solid var(--color-page-header);padding-bottom:.5rem;font-size:1.6rem}.section-detail-wrapper{position:relative;padding:5%}.section-heading{font-size:1.5rem;font-weight:400;color:var(--color-text)}.section-text{font-size:1.2rem;color:var(--color-subtle-text);padding-bottom:2rem}.second-section{bottom:0}.section-title{position:relative;color:var(--color-page-header)}.section-title-text{font-size:2.5rem;font-weight:400;transform-origin:left;text-transform:uppercase}.section-number{position:absolute;bottom:1rem;right:0;color:var(--color-page-header);font-size:1.5rem}.hero{width:100vw;height:100vh;color:var(--color-text)}.hero-wrapper{position:relative;height:100%;width:calc(100% - 160px);margin:0 auto;max-width:1100px}.hero-main{position:absolute;bottom:8rem}.hero-second{position:absolute;top:10rem;right:0}.hero-subheading{font-size:8rem;font-weight:500}p.hero-subheading{margin-top:-2rem;font-size:8rem;font-weight:500}.hero-heading{font-size:3rem}.hero-heading.subtle{font-weight:300;font-size:2.5rem}@media(max-width:968px){.section{width:100%;max-height:fit-content}.hero-wrapper{padding:0;margin:0;text-align:center;width:100%}.hero-subheading,p.hero-subheading{font-size:5rem;margin:0 1rem;padding:0 .5rem;font-weight:600}p.hero-subheading{margin-top:-1rem}.hero-main{position:absolute;bottom:5.5rem}.toggle-bar{transform:scale(.85);right:.7rem;top:1.5rem}}
