
/* Quill Rich Text Editor Styles */
.ql-font-roboto {
    font-family: 'Roboto', sans-serif !important;
}

.ql-align-center {
    text-align: center;
}

.ql-align-right {
    text-align: right;
}

.ql-align-justify {
    text-align: justify;
}

/* Ensure images in Quill content are responsive */
.ql-editor img {
    max-width: 100%;
    height: auto;
}
