:root{--background-color: #fcf5ec;--bg-color-gradient: rgba(252, 245, 236, .85)}@font-face{font-family:Geist Mono;src:url(/fonts/geist-font.ttf) format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Geist Mono;src:url(/fonts/geist-font.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Geist Mono;src:url(/fonts/geist-font.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Geist Mono;src:url(/fonts/geist-font.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box;font-family:Geist Mono,monospace}body{background:linear-gradient(var(--bg-color-gradient)),url(/bg-img.png);width:100%;min-height:100vh}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}main{flex:1}.content{max-width:700px;margin:1rem auto;padding:0 2rem;line-height:1.7;font-size:clamp(.8rem,1vw,.9rem)}.content p{margin-bottom:.5rem;text-align:justify}.content ul{margin-left:2rem;list-style:none}.content ul li{margin-bottom:.5rem}.content .resume{margin-top:2rem;display:flex;flex-direction:column;align-items:center}.content .resume p{text-align:center}footer{padding:1rem;text-align:center}hr{margin:1rem 0;border:none;border-top:1.5px dashed black}footer .footer-content{font-size:clamp(.65rem,1vw,1.2rem);max-width:1400px;margin:0 auto;display:flex;justify-content:space-between}header{max-width:fit-content;margin:auto;padding:2rem 0rem;display:flex;flex-direction:column;align-items:center;justify-content:center}header>*{margin:.7rem 0}header img{width:200px;height:250px;border-radius:50%;object-fit:cover;margin-bottom:1rem;text-align:center;transform:scale(.9)}header h1{font-size:clamp(1.5rem,5vw,3rem);text-transform:capitalize;font-weight:100}header h1 strong:nth-child(1){font-weight:400}header h1 strong:nth-child(2){font-weight:700;text-transform:uppercase}header h2{text-align:center;font-weight:200;font-size:clamp(.9rem,3vw,2rem);text-transform:uppercase}header h2 span{font-weight:300}header .media-links{height:fit-content;width:fit-content;display:flex;gap:1.2rem;justify-content:center;align-items:center;font-size:.9rem}header .media-links .email{color:#fff;background-color:#000;padding:.5rem 1rem;border-radius:5px;transition:background-color .3s ease;text-decoration:none}header .media-links .icon{text-decoration:none}header .media-links .icon{width:fit-content;height:fit-content;display:flex}header .media-links svg{height:1.7rem;width:1.7rem;fill:#000}
