@import url("https://use.typekit.net/mxr0jng.css");@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");:root{--background:#fff;--foreground:#171717}#root,body,html{height:100%}body{color:var(--foreground);background:var(--background);font-family:Open Sans,sans-serif;display:flex;flex-direction:column;min-height:100dvh}main{flex:1}a{color:inherit}