/* ════════════════════════════════════════
   ailia AI Voice — style_en.css
   英語版フォント上書き（Poppins）
   ════════════════════════════════════════ */

body {
  font-family: 'Poppins', sans-serif;
}

.hero-tag,
.hero-logo,
.hero-catch,
.section-label,
.section-sub,
.lead-title,
.lead-text,
.case-body h3,
.case-body p,
.feat-badge,
.feat-card h3,
.feat-card p,
.support-card p,
.support-card a,
.works-title,
.works-text,
.btn {
  font-family: 'Poppins', sans-serif;
}

/* 英語テキストは字間を少し詰める */
body {
  letter-spacing: 0;
}

/* サブナビ */
#subNavArea .subNavTitle,
.site-menu ul li a {
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
}
