:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:"${(props) => props.theme["white-color"]}";background-color: ${props => props.theme["gray-900"]}text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1{font-size:3.2em;line-height:1.1}@media (prefers-color-scheme: light){:root{color-scheme:light}}#root{margin:0 auto;text-align:center}
