
@charset "UTF-8";

@font-face {
    font-family: 'ZenMaruGothicMedium';
    font-style: normal;
    font-display: swap;
    src: url('./zenmarugothic/zenmarugothic-medium.woff') format('woff');
}

.preview-frame #preview-message.wfont-g_zenmarugothic_medium {
  font-family: "ZenMaruGothicMedium", "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

