@charset "utf-8";

/* プラグイン VK Add Fonts for Block Editor でフォントを読み込んでいる */
body h1, body h2, body h3, body .page-header-title, body h1.page-header-title {
    font-family: Noto Serif JP,Hiragino Mincho ProN,"游明朝",serif;
    font-weight: normal;
    letter-spacing: 0.05em;
}

/* note のアイコン - プラグイン UJS SNS Icons */
.ujs-note-icon img {
    width: 12px;
}
@media (min-width: 600px) {
  .ujs-note-icon img {
    width: 16px;
  }
}



