Adrienne Holloway Get in Touch
DisplayPlain language at scale
H1

The colophon names the maker

H2

A clean foundation to build on

H3

Editorial typography, no ornament

H4

Supporting heading in sans

H5
Small uppercase label
H6
Smallest label tier

This is a body paragraph set in the theme's sans-serif at the base size. It carries the long-form reading work, with a measure tuned for comfortable line length and generous leading.

Eyebrow label · caption tier

Small text and captions sit here, one step below body, for metadata and asides.

ink-deep
ink-primary
ink-secondary
ink-muted
ink-faint
rule
ground
paper
accent
accent-mid
accent-tint
The best interface is the one that disappears — it does its job and gets out of the reader's way.

Register the block with register_block_type() and let the build output drive the markup.

add_action( 'init', static function () {
    register_block_type( __DIR__ . '/build/notice' );
} );