/* The page's name, in the row above the tab bar. Its type is a rule rather than the utility classes
 * it replaces because css-zero has no letter-spacing utility, and a heading needs one: stock spacing
 * is tuned for reading sizes, so at this size it sets the name gappy.
 */
.page-title {
  font-size: var(--text-2xl);
  font-weight: var(--font-semibold);
  letter-spacing: var(--tracking-tight);
  line-height: var(--leading-tight);
}
