body.block-editor-page {
    font-family: 'Arial', sans-serif; /* フォントの設定 */
    font-size: 16px; /* 基本のフォントサイズ */
    color: #333; /* テキストカラー */
    line-height: 1.6;
}

.editor-styles-wrapper h1 {
    font-size: 2em;
    color: #6A95D6;
}
.editor-styles-wrapper h2 {
    font-size: 1.5em;
    color: #4A85C5;
}

.wp-block-button__link {
    background-color: #6A95D6;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}