/* Đồng bộ kiểu chữ giữa trang chủ, Blog và Nhật ký phát triển. */
.intro h1,article h1,.empty h1,.card h2,
.hero h1,.thanks h2,.timeline h2{
  font-family:var(--display);
  font-weight:500;
}
.intro p,.lead,.card p,.content,
.hero p,.thanks p,.timeline p{
  font-family:var(--reading);
  font-weight:400;
  text-rendering:optimizeLegibility;
}
.eyebrow,.card time,.meta,.back,
.hero>span,.thanks small,.timeline b,.timeline time{
  font-family:var(--mono);
}
