/* Custom styles for Comersa Web */
html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Smooth section transitions */
section {
    scroll-margin-top: 64px;
}

/* CKEditor container styling */
.ck-editor__editable {
    min-height: 350px !important;
}
