@tailwind base;
@tailwind components;
@tailwind utilities;

/* Global richtext spacing overrides */
.richtext.prose p {
  margin: 0.5rem 0;
}
