/* WCAG 1.4.12 Text Spacing — recommended minimum values for line height,
   letter spacing, word spacing, and paragraph spacing. Excludes the admin
   bar and the accessibility widget. Every :not() chain stays on one line. */

body.blum-a11y--text-spacing *:not(#wpadminbar):not(#wpadminbar *):not(#blum-a11y-widget):not(#blum-a11y-widget *) { line-height: 1.6 !important; letter-spacing: 0.12em !important; word-spacing: 0.16em !important; }

body.blum-a11y--text-spacing p:not(#wpadminbar p):not(#blum-a11y-widget p) { margin-bottom: 2em !important; }
