@import url('https://fonts.googleapis.com/css2?family=Diphylleia&display=swap');
.wp-block-post-content :is(figure,img):not(.custom-emoji-image) {
  border-radius: 15px;
  filter: drop-shadow(0 0 2px #1A1A1A);
}


.wp-block-post-content :is(h2,h3,h4,h5,h6) {
    font-family: "Diphylleia", serif;
    font-style: normal;
    font-weight: 400;
}

.wp-block-post-content > :is(h2,h3) {
    font-size: var(--wp--preset--font-size--xx-large);
    text-align: center;
    color: #EBD0A8;
}

.wp-block-post-content :is(h5,h6) {
     font-size: var(--wp--preset--font-size--x-large);
  color: #EBD0A8;
  filter: drop-shadow(0 0 2px #1A1A1A) drop-shadow(0 0 4px #1A1A1A);
  font-weight: 400;
}

.wp-block-post-content :is(h4) {
    font-size: var(--wp--preset--font-size--xx-large);
    color: white;
    text-shadow: 2px 2px black;
}

.wp-block-post-content > :is(h1) {
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: var(--wp--preset--font-size--x-large);
    text-align: center;
    color: white;
    text-shadow: 0 0 6px black;
    padding: 0.5em 0 0.9em 0;
    background-image: url(https://chottolatte.mycafe24.com//wp-content/mu-plugins/css/img/COE33_button.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.wp-block-post-content > :is(h2) {
    padding: 1em 0 1.5em 0;
    background-image: url(https://chottolatte.mycafe24.com//wp-content/mu-plugins/css/img/COE33_team_bg.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.wp-block-post-content > :is(h3) {
    padding: 0.8em 0 1em;
    background-image: url(https://chottolatte.mycafe24.com//wp-content/mu-plugins/css/img/COE33_weapon_head_bg.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.wp-block-post-content > :is(h1,h2,h3):hover {
    transform: scale(1.1);
    filter: drop-shadow(0 0 3px #EBD0A8);
}
.custom-cover-inner :is(h1,h2,h3) {
    font-family: "Diphylleia", serif;
    font-style: normal;
    font-weight: 400;
  color: #EBD0A8;
  filter: drop-shadow(0 0 2px #1A1A1A) drop-shadow(0 0 4px #1A1A1A);
  font-weight: 400;
}
