/* Small custom polish on top of Tailwind */
body { font-family: 'Inter', system-ui, sans-serif; }
details > summary { list-style: none; }
details > summary::-webkit-details-marker { display: none; }
