/*
Theme Name:colorful-child
Theme URI:
Description:WordPressテーマ「Colorful」の自作子テーマです。
Template:colorful-theme-premium
Author:Hideyasu Suzuki
Author URI:https://lpcolorful.com/
Version:7.3.15
*/


@font-face {
  font-family: 'AlibabaFont'; /* 自分で決めたフォント名 */
  src: url('./fonts/subset-AlibabaPuHuiTi_3_65_Medium.woff2') format('woff2'),
       url('./fonts/subset-AlibabaPuHuiTi_3_65_Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* フォント読込中のテキストの表示方法 */
}



/* lang属性が 'zh-CN' の場合に適用する（推奨） */
html:lang(zh-CN) body,
html:lang(zh-CN) h1,
html:lang(zh-CN) h2,
html:lang(zh-CN) h3,
html:lang(zh-CN) h4,
html:lang(zh-CN) h5,
html:lang(zh-CN) h6,
html:lang(zh-CN) p,
html:lang(zh-CN) a,
html:lang(zh-CN) li,
html:lang(zh-CN) span,
html:lang(zh-CN) button,
html:lang(zh-CN) input,
html:lang(zh-CN) textarea {
  font-family: 'AlibabaFont', 'Microsoft YaHei', 'PingFang SC', sans-serif;
}