/* 英語の見出し用フォント */
.en-heading {
    font-family: "source-han-sans-japanese", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
}

/* 日本語テキスト用フォント */
.jp-text {
    font-family: "source-han-sans-japanese", "Hiragino Kaku Gothic Pro", "Yu Gothic", Meiryo, "MS PGothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* 太字日本語テキスト用フォント */
.jp-text-bold {
    font-family: "source-han-sans-japanese", "Hiragino Kaku Gothic Pro", "Yu Gothic", Meiryo, "MS PGothic", sans-serif;
    font-weight: 700;
    font-style: normal;
}
