.table
  background-color white

.tr
  align-items center

.th
.td
  text-align center

_scales = h1 h2 h3 h4 h5 h6 body1 body2

for scale in _scales
  .{scale}
    font(scale)
