/* =====================================================================
   genba-type.css — /ai-training/ の「文字の型」を主要ハブへ共通適用
   （フォント・サイズ・ラベル様式のみ。色は各ページの現行を維持）
   出典: ai-training/index.html
     h1: Noto Serif JP 900 / clamp(1.8rem,4.8vw,3.4rem) / lh1.45 / ls.005em
     h2: Noto Serif JP 900 / clamp(1.5rem,3.3vw,2.3rem) / lh1.5
     ラベル: Outfit 700 / .74rem / ls.24em / uppercase
   ===================================================================== */
h1{font-family:'Noto Serif JP',serif !important;font-weight:900 !important;line-height:1.45;letter-spacing:.005em}
h2{font-family:'Noto Serif JP',serif !important;font-weight:900 !important;line-height:1.5;letter-spacing:.005em}
h3,h4{font-family:'Noto Serif JP',serif !important;font-weight:700 !important}
.hero h1,.page-hero h1,.chero h1{font-size:clamp(1.8rem,4.8vw,3.4rem) !important}
.section-title,.chapter-title,h2.title{font-size:clamp(1.5rem,3.3vw,2.3rem) !important}
.eyebrow,.section-label,.chapter-eyebrow,.stag,.htag{
  font-family:'Outfit','Noto Sans JP',sans-serif !important;
  font-size:.74rem !important;font-weight:700 !important;
  letter-spacing:.24em !important;text-transform:uppercase !important;
}
