@import"https://fonts.googleapis.com/css2?family=SF+Pro+Display:wght@400;500;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--startinfo-white);color:var(--startinfo-blue);font-family:SF Pro Display,Arial,sans-serif}#root{min-height:100vh;display:flex;flex-direction:column}:root{--startinfo-cyan: #1fccdc;--startinfo-blue: #30445c;--startinfo-white: #ffffff}a{color:var(--startinfo-cyan);text-decoration:none}a:hover{text-decoration:underline}
