/*
  English-only typography overrides.
  Use this file only for language text styling such as font-size, font-weight,
  line-height, letter-spacing, or font-family.
  Do not set layout properties here.
*/

html[data-language="EN"] {
  --site-section-title-size: clamp(34px, 4vw, 54px);
  --site-section-title-line-height: 1.04;
  --site-section-title-letter-spacing: -0.045em;
}

@media (max-width: 768px) {
  html[data-language="EN"] {
    --site-section-title-size: clamp(27px, 8.2vw, 38px);
  }
}
