/* ========== GenEi LateMin P v2 ========== */
@font-face{
  font-family:"GenEiLateMin";
  src:url("../fonts/GenEi/GenEiLateMinP_v2.woff2") format("woff2"),
      url("../fonts/GenEi/GenEiLateMinP_v2.woff")  format("woff");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}

/* ========== Corporate Mincho ver3 ========== */
/* css → fonts は1つ上の階層 */
@font-face{
  font-family:"Corporate Mincho ver3";
  src:url("../fonts/Corporate-Mincho-ver3.woff2") format("woff2");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Corporate Mincho ver3";
  src:url("../fonts/Corporate-Mincho-ver3.woff2") format("woff2");
  font-weight:500;
  font-style:normal;
  font-display:swap;
}

/* ========== Corporate Yawamin ver3 ========== */
@font-face{
  font-family: "Corporate Yawamin ver3";       /* 任意の内部名 */
  src: url("../fonts/Corporate-Yawamin-ver3.woff2") format("woff2");
  font-weight: 500;   /* Medium相当。必要なら400で併記可 */
  font-style: normal;
  font-display: swap;
}

/* 使用例 */
.h-yawamin{
  font-family: "Corporate Yawamin ver3", "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  font-weight: 500;
}

/* ========== GenEi LateGo P v2 ========== */
/* ★P v2固定：fonts.css に追記 or 置換 */
/* ★GenEi LateGo P v2: 500を追加（追記） */
@font-face{
  font-family:'GenEiLateGoP';
  src:url('../fonts/GenEiLateGoP-Regular.latin.woff2') format('woff2');
  font-weight:500; 
  font-style:normal;
  font-display:swap;
  unicode-range:U+0020-007E,U+00A0,U+00A9,U+00AE,U+2010-2015,U+2018-201D,U+2026,U+2030,U+20AC;
}
@font-face{
  font-family:'GenEiLateGoP';
  src:url('../fonts/GenEiLateGoP-Regular.cjk.woff2') format('woff2');
  font-weight:500; 
  font-style:normal;
  font-display:swap;
  unicode-range:U+3000-303F,U+3040-309F,U+30A0-30FF,U+31F0-31FF,U+FF01-FF5E;
}

/* ========== GenEi LateGo P v2 ========== */
/* @font-face{
  font-family:'GenEiLateGoP';
  src:url('/wp-content/themes/venus/assets/fonts/GenEiLateGoP-Regular.cjk.woff2') format('woff2');
  font-weight:500;
  font-style:normal;
  font-display:swap;
  unicode-range:
    U+0020-007E,U+00A0,U+00A9,U+00AE,
    U+2010-2015,U+2018-201D,U+2026,U+2030,U+20AC;
}
@font-face{
  font-family:'GenEiLateGoP';
  src:url('/wp-content/themes/venus/assets/fonts/GenEiLateGoP-Regular.cjk.woff2') format('woff2');
  font-weight:500;
  font-style:normal;
  font-display:swap;
  unicode-range:
    U+3000-303F,U+3040-309F,U+30A0-30FF,U+31F0-31FF,U+FF01-FF5E,
    U+4E00-9FFF; 
} */
