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

.trix-content img {
    max-width: 100%;
    height: auto;
}

.trix-content {
    overflow-wrap: break-word; /* Ensure long words don't overflow */
}
