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