@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap";html,body,#root{height:100%;margin:0;padding:0;background:#fafafa;font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;color:#101014;min-height:100vh}body{font-size:1rem;line-height:1.6;letter-spacing:-.01em;background:#fafafa;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-weight:600;letter-spacing:.02em;color:#101014}*{box-sizing:border-box}main{padding-top:88px;min-height:80vh}.underline-animation{position:relative;overflow:hidden}.underline-animation:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#000;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.underline-animation:hover:after{transform:scaleX(1)}
