@import url("https://use.typekit.net/ugc7xpa.css");:root{--primary-color:#ffffff;--secondary-color:#ffffff;--background-color:#efefef;--foreground-color:#fff;--primary-text-color:#50555c;--font-family:"Poppins","acumin-pro",sans-serif}body,html{max-width:100vw;overflow-x:hidden}body{font-family:var(--font-family);font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--foreground-color);color:var(--primary-text-color,#50555c);@media screen and (min-width:900px){background-color:var(--background-color)}}main{font-family:var(--font-family);position:relative;min-height:20vh;display:flex;flex-direction:column;justify-content:center;background-color:var(--foreground-color);@media screen and (min-width:900px){min-height:25vh}}*{box-sizing:border-box;padding:0;margin:0}a{text-decoration:none}input:focus-visible,select:focus-visible{outline:none}