@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap");.lp-root,.lp-root *,.lp-root :after,.lp-root :before{margin:0;padding:0;box-sizing:border-box}.lp-root{background:var(--color-cream);font-family:Manrope,sans-serif;color:var(--color-forest);min-height:100vh}.lp-root .page{max-width:920px;margin:0 auto;padding:16px;display:flex;flex-direction:column;gap:16px}.lp-root .pane{border-radius:24px;overflow:hidden}html:has(.lp-root){scroll-behavior:smooth}@media (min-width:768px){.lp-root .page{gap:24px}}