/* 04-elements/_headings.css — unclassed headings only. */
h1, h2, h3, h4 { font-weight: var(--weight-semibold); line-height: var(--leading-tight); color: var(--ink); }
h1 { font-size: var(--text-2xl); }
h2 { font-size: var(--text-xl); }
h3 { font-size: var(--text-lg); }
h4 { font-size: var(--text-base); }
small { font-size: var(--text-sm); }
