/* Language-specific typography adjustments */

html:lang(fr) .lead {
  letter-spacing: 0.1px;
}

html:lang(de) h1 {
  letter-spacing: -0.2px;
}