@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0}*{margin:0;padding:0;box-sizing:border-box}html,body{background-color:#000;color:#fff;font-family:Montserrat,Inter,sans-serif;overflow-x:hidden;line-height:1.6}.App{position:relative}.content{position:relative;z-index:2}.section{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:0 5vw;text-align:center}h1{font-size:4rem;font-weight:800;margin:0;letter-spacing:2px;background:linear-gradient(135deg,#fff,#4a90e2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}h2{font-size:3rem;font-weight:600;margin:0;letter-spacing:1px;color:#fff}p{font-size:1.2rem;font-weight:400;margin-top:1rem;max-width:600px;line-height:1.6;color:#e0e0e0}@media (max-width: 768px){h1{font-size:2.5rem}h2{font-size:2rem}p{font-size:1rem}}
