@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background-color:#f5f2ec;color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.root{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem 1.5rem;animation:fadeIn 1.2s ease both}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}main{text-align:center;max-width:520px;width:100%;display:flex;flex-direction:column;align-items:center}h1{font-size:clamp(2.8rem,8vw,4.5rem);font-weight:300;letter-spacing:-.02em;line-height:1;color:#1a1a1a;margin-bottom:1.1rem}.descriptor{font-size:clamp(.875rem,2.5vw,1rem);font-weight:400;color:#6b6560;letter-spacing:.01em;margin-bottom:2.6rem}.about{font-size:clamp(.8125rem,2.2vw,.9375rem);font-weight:300;color:#4a4540;line-height:1.75;max-width:400px;margin-bottom:2.8rem}.btn-primary{display:inline-block;background-color:#b08d3e;color:#1a1a1a;text-decoration:none;font-size:.875rem;font-weight:500;letter-spacing:.04em;padding:.8rem 2.1rem;border-radius:2px;transition:background-color .2s ease;margin-bottom:1.4rem}.btn-primary:hover{background-color:#9a7b34}.email-link{display:inline-block;color:#b08d3e;text-decoration:none;font-size:.875rem;font-weight:400;letter-spacing:.01em;border-bottom:1px solid transparent;transition:border-color .2s ease}.email-link:hover{border-bottom-color:#b08d3e}footer{position:fixed;bottom:1.75rem;left:0;right:0;text-align:center;font-size:.75rem;font-weight:300;color:#b0a99e;letter-spacing:.02em}@media(max-width:480px){footer{position:static;margin-top:3.5rem}.root{padding-bottom:2rem}}
