.App{display:flex;flex-direction:column;min-height:100vh;background-color:#F2F2F2;color:hsl(var(--foreground))}.content{flex:1;padding-top:64px}@media (max-width:768px){.content{padding-top:56px}}body{background-color:#F2F2F2;color:hsl(var(--foreground))}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hero-heading{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:400;line-height:1.05;margin-bottom:1.5rem;letter-spacing:-.02em;color:hsl(var(--foreground));-webkit-text-fill-color:hsl(var(--foreground));background:none;-webkit-background-clip:unset;background-clip:unset}