Note to self: As much as I love Tailwind CSS for quickly building web UIs, I'm thinking of going down the rabbit hole of removing it from the public-facing blog pages of Pagecord. There's not a huge amount of design going on, so it would be fairly straightforward to build using vanilla CSS. It would shrink the page load a fair bit. I also need to optimise the JS that's being imported for a blog – all the backend requirements are being loaded when rendering a blog 🤦‍♂️  I could also outsource the fonts to Google. I welcome opinions on this!