:root{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:1.5}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#ebdcd0;justify-content:center;place-items:center;min-width:320px;min-height:100vh;margin:0;transition:background-color .3s;display:flex}#root{width:100%}*{box-sizing:border-box}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--scrollbar-track,#fcf7f2);transition:background .3s}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb,#e6dad0);border-radius:4px;transition:background .3s}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover,#d8c7ba)}
