import { createRoot } from 'react-dom/client' import App from './App.tsx' import './index.css' // FIXME: a custom font should be used. Install it with npm and import it here, then update the Tailwind configuration. Eg: // import '@fontsource-variable/inter'; createRoot(document.getElementById("root")!).render();