Skip to content

Content Blocks

Gutenberg content blocks — lists, tables, blockquotes, separators, and accordions — receive naluma design system styling through component-level tokens. These tokens ensure that authored content maintains the warm dusk brand identity without requiring manual styling in the editor. Each element references semantic and primitive tokens, keeping the content layer consistent with the interactive component layer (buttons, inputs, cards).


Unordered lists use thick disc bullets in burnt sienna, giving them visual warmth and on-brand character. Ordered lists use semibold numbers in the primary action color. Both share the same item spacing and indentation rhythm. Nested unordered lists shift to circle markers in a muted tone to create hierarchy without competing with top-level items.

Token file: tokens/component/list.json

Unordered list

  • Sound therapy helps many tinnitus patients by masking the perceived ringing
  • Cognitive behavioral therapy addresses the emotional response to tinnitus
    • Acceptance-based approaches
    • Attention redirection techniques
  • Progressive relaxation reduces the stress-tinnitus feedback loop

Ordered list

  1. Find a quiet, comfortable space where you won't be disturbed
  2. Put on your headphones and select a sound therapy track
  3. Start with 10 minutes and gradually increase the duration
TokenValuePurpose
--component-list-unordered-marker-coloraccent.sienna → #D17456Bullet color
--component-list-ordered-number-coloraction.primary → #A55838Number color
--component-list-item-spacing8pxVertical gap between items
--component-list-padding-left24pxLeft indent
--component-list-nested-indent24pxAdditional indent for nested lists

Tables use a warm-gold header border and pale-wheat striped alternating rows for improved scanability. Cell padding balances data density with readability. The stripe background uses the surface-warm color at 25% opacity.

Token file: tokens/component/table.json

Data table with striped rows

Treatment Evidence Level Typical Duration
Sound therapy Strong 3–6 months
Cognitive behavioral therapy Strong 8–12 weeks
Tinnitus retraining therapy Moderate 12–18 months
Dietary supplements Weak Varies
TokenValuePurpose
--component-table-header-border-colorborder.default → #F2C087Header bottom border
--component-table-header-border-width2pxThicker header border
--component-table-row-stripe-backgroundsurface.warm → #F9DFAEAlternating row tint (at 25% opacity)
--component-table-cell-padding-y10pxVertical cell padding
--component-table-cell-padding-x16pxHorizontal cell padding

Blockquotes use a 4px left border accent in burnt sienna with the existing quote typography style (20px italic). Citations appear in secondary text color at body-sm size. The left border provides a clear visual anchor without overwhelming the quoted text.

Token file: tokens/component/blockquote.json

Blockquote with citation

"Tinnitus is not a disease but a symptom — understanding this distinction changes everything about how we approach treatment."

— Dr. Maria Schwarz, Audiology Research Institute

Blockquote without citation

"The brain's ability to habituate to constant stimuli is one of the most powerful tools we have in managing tinnitus. Most patients see meaningful improvement within months."

TokenValuePurpose
--component-blockquote-border-coloraccent.sienna → #D17456Left accent border
--component-blockquote-border-width4pxBorder thickness
--component-blockquote-quote-font-size20pxQuote text size
--component-blockquote-citation-colortext.secondary → #7A6560Citation text

The separator renders as a centered warm-gold line at 60% width with generous vertical margins (32px) for breathing room between content sections. The understated treatment provides visual rhythm without drawing attention.

Token file: tokens/component/separator.json

Separator / horizontal rule

...end of previous section


Start of next section...

TokenValuePurpose
--component-separator-coloraccent.warm → #F2C087Line color
--component-separator-height2pxLine thickness
--component-separator-width60%Centered width
--component-separator-margin-y32pxVertical spacing

The accordion uses bordered containers with warm-gold borders and rounded corners. Summary text appears in the primary action color with a Lucide chevron-down icon that rotates 180° on open. Content areas use a white background separated by a top border. Stacked items maintain consistent spacing.

Token file: tokens/component/details.json

Accordion / FAQ

What is tinnitus habituation?

Habituation is the brain's natural ability to filter out constant, non-threatening stimuli. Over time, many people with tinnitus find that their brain learns to deprioritize the tinnitus signal, making it less noticeable and less distressing in daily life.

How long does habituation take?

For most people, meaningful habituation occurs within 6 to 18 months of consistent sound therapy and behavioral techniques. The timeline varies based on individual factors including stress levels, hearing loss severity, and engagement with treatment.

Can sound therapy speed up habituation?

Yes — sound therapy provides the auditory input that helps the brain reclassify tinnitus as background noise. Combined with cognitive techniques, it can significantly accelerate the habituation process compared to passive waiting.

TokenValuePurpose
--component-details-border-colorborder.default → #F2C087Container border
--component-details-border-radius8pxRounded corners
--component-details-summary-text-coloraction.primary → #A55838Summary text
--component-details-summary-backgroundsurface.primary → #FBFAF1Summary background
--component-details-content-backgroundsurface.card → #FFFFFFContent area
--component-details-toggle-transition150msChevron rotation speed

See also: Callouts, FAQ Block, Source List — editorial content blocks for callout emphasis, Rank Math FAQ schema, and academic source citations.