.editor-styles-wrapper,
.editor-styles-wrapper p {
    color: #67687A;
    font-family: var(--dentix-body-font);
    font-size: var(--dentix-body-font-size);
    line-height: var(--dentix-body-line-height);
    font-weight: var(--dentix-body-font-weight);
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
    color: #101A29;
}

.editor-styles-wrapper a {
    color: var(--dentix-primary-color);
}

.editor-styles-wrapper a:hover,
.editor-styles-wrapper a:focus {
    color: var(--dentix-secondary-color);
}

.editor-styles-wrapper blockquote {
    color: #212529;
    position: relative;
    padding: 15px 20px 15px 20px;
    border: none;
    background-color: #f6f6f6;
    border-left: 5px solid var(--dentix-primary-color);
    border-radius: 10px;
}

.editor-styles-wrapper blockquote p {
    font-style: italic;
    font-weight: 500;
    margin: 0;
}