:root{--storm:#080808;--lime:#0f2;--hazYellow:#fbff00;--cream:#f8eed3;--background:var(--storm);--foreground:white;--maincolor:var(--lime);font-feature-settings:"liga" 1,"calt" 1;font-family:Inter,sans-serif}@supports (font-variation-settings:normal){:root{font-family:InterVariable,sans-serif}}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:auto}html{color:var(--foreground);text-align:left}body{background-color:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:200}h1{font-size:max(1.5rem,min(11vw,15rem));font-weight:900;line-height:max(1.5rem,min(8vw,15rem))}h2{margin-top:1vh;font-size:max(1.5rem,min(7vw,10rem));font-weight:800}h3{margin:1em 0;font-size:max(1.5rem,min(4vw,5rem))}p{text-align:justify;font-size:max(1rem,min(1.4vw,3.5rem))}.socials-grid{grid-template-columns:repeat(auto-fit,minmax(90px,5vw));justify-content:center;gap:50px;display:grid}.social-icon{background-color:var(--background);text-align:center}.social-icon img{aspect-ratio:1;object-fit:contain;max-width:100%;height:auto}section{margin:2%;padding-left:max(1rem,50% - 70ch);padding-right:max(1rem,50% - 70ch)}.title{color:#000;background-color:var(--maincolor);margin:0;padding:max(2rem,2%)}.socials-section{color:var(--foreground);background-color:var(--background);padding-top:0}.photo-gallery-container{grid-template-columns:repeat(auto-fit,minmax(100%,1fr));gap:10px;display:grid}.photo-gallery-container img{aspect-ratio:4/3;object-fit:cover;max-width:100%;height:auto}
