@tailwind base;@tailwind components;@tailwind utilities;:root{--text:#6b6375;--text-h:#08060d;--bg:#e0d9cd;--accent:#aa3bff;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);color:var(--text);background:var(--bg)}html{background-color:#e0d9cd}body{background-color:#e0d9cd;margin:0;padding:0;overflow-x:hidden}#root{background-color:#e0d9cd;flex-direction:column;width:100%;min-height:100svh;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}p{margin:0}
