/* Japanese Fonts */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* Font Family */
html[lang^="ja"] body {
  font-family: 'Noto Sans JP', 'Inter Custom', sans-serif;
}

html[lang^="ja"] h1,h2 {
  /* font-family: 'Noto Serif JP', 'Gentium Book Plus Custom', serif; */
  font-family: 'Noto Sans JP', 'Inter Custom', sans-serif;
} 

html[lang^="ja"] h3,h4,p {
  font-family: 'Noto Sans JP', 'Inter Custom', sans-serif;
}

/* resizing fonts */
html[lang^="ja"] h1{
 font-size: 48px;
}

html[lang^="ja"] h2{
 font-size: 32px;
}

@media (max-width: 767px) {
  html[lang^="ja"] h2 {
     font-size: 24px;
     font-weight: bold;
}

html[lang^="ja"] h3{
 line-height:28px;
}

/* @media (max-width: 767px) {
   html[lang^="ja"] h3 {
      font-size: 20px;
} */

html[lang^="ja"] h3.blog-header__title{
margin-top: 0px;
}

html[lang^="ja"] .btn-secondary-white{
font-size:16px;
}