body{margin:0;font-family:Roboto}main .sections{margin-top:100px}.with-overlay .sections{margin-top:0}.sections{flex-direction:column;gap:8vh;margin-top:8vh;margin-bottom:8vh;display:flex}.sections>div:first-child{margin-top:0}[data-theme=light]{background-color:var(--background-secondary-color);color:var(--text-primary-color)}[data-theme=light] input,[data-theme=light] textarea{border:none;border-bottom:1px solid var(--text-primary-color)}[data-theme=dark],[data-theme=dark] main{background-color:var(--background-primary-color);color:var(--text-secondary-color)}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6{color:var(--text-secondary-color)}[data-theme=dark] p,[data-theme=dark] span{color:rgba(241,250,238,.85)}[data-theme=dark] a{color:var(--primary-color)}[data-theme=dark] a:hover{color:#fff;border-color:#fff}[data-theme=dark] input,[data-theme=dark] textarea{background-color:var(--background-primary-color);color:var(--text-secondary-color);border:none;border-bottom:1px solid rgba(255,255,255,.3)}html{scroll-behavior:smooth}h1{color:var(--secondary-color);margin:0;font-size:max(44px,min(5vw,60px));font-weight:400;line-height:1.2}h2{color:var(--secondary-color);margin:0;font-size:max(36px,min(5vw,50px));font-weight:700;line-height:1.2}h3{color:var(--secondary-color);margin:0;font-size:max(25px,min(5vw,28px));font-weight:700}h4{color:var(--secondary-color);margin:0;font-size:max(20px,min(5vw,24px));font-weight:700}h5,h6{margin:0}p{color:var(--text-primary-color);font-size:max(14px,min(5vw,16px));font-weight:400;line-height:1.6}hr{border-color:rgba(30,32,37,.4);border-top-width:1px;width:100%;margin-top:1.5rem;margin-bottom:1.5rem}a{color:var(--secondary-color);font-weight:500;text-decoration:none;transition:all .3s ease-in-out}a:hover{color:var(--primary-color);border-bottom:2px solid var(--primary-color)}img{object-fit:cover;width:100%;height:100%}
