Skip to main content

Documentation Index

Fetch the complete documentation index at: https://memberpulseptyltd.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Typography

Typography establishes visual hierarchy and ensures readability across the platform.

Font Families

Sans Serif

Primary font for UI elements, body text, and general content.
font-family: ui-sans-serif, system-ui, sans-serif;

Serif

Display font for marketing, quotes, or special emphasis.
font-family: ui-serif, Georgia, serif;

Monospace

Code font for technical content, code snippets, and data.
font-family: ui-monospace, monospace;

Headings

LevelSizeWeightLine HeightUsage
H12.25rem (36px)700 (Bold)1.2Page titles
H21.875rem (30px)600 (Semibold)1.3Section headers
H31.5rem (24px)600 (Semibold)1.4Subsection headers
H41.25rem (20px)600 (Semibold)1.4Card titles
H51.125rem (18px)500 (Medium)1.5Small headers
H61rem (16px)500 (Medium)1.5Micro headers

Body Text

Regular paragraph text uses a base font size of 16px (1rem) with a line height of 1.6 for optimal readability.
Good typography improves user experience by making content easier to scan and read.

Text Sizes

SizeClassPixelsUsage
Extra Smalltext-xs12pxLabels, badges
Smalltext-sm14pxHelper text, captions
Basetext-base16pxBody text
Largetext-lg18pxLead paragraphs
Extra Largetext-xl20pxHighlighted content

Font Weights

WeightValueClassUsage
Light300font-lightLarge display text
Normal400font-normalBody text
Medium500font-mediumSubtle emphasis
Semibold600font-semiboldHeadings, labels
Bold700font-boldStrong emphasis

Text Formatting

  • Bold text - Used for emphasis and important information
  • Italic text - Used for quotes, references, or subtle emphasis
  • Inline code - Used for technical terms, variables, code

Text Colours

ColourCSS VariableHexUsage
Primary--foreground#000000Main content
Secondary--muted-foreground#6C757DSupporting text
Link--primary#2421C4Clickable text
Success--success#10B981Positive feedback
Warning--warning#F59E0BCaution messages
Destructive--destructive#DC3545Errors, warnings

Lists

Unordered Lists

  • First item in the list
  • Second item in the list
  • Third item in the list

Ordered Lists

  1. First step in the process
  2. Second step in the process
  3. Third step in the process

Code Blocks

Use inline code for short code references within text.
interface Member {
  id: string;
  firstName: string;
  lastName: string;
  email: string;
  status: 'active' | 'pending' | 'expired';
}

Responsive Typography

BreakpointH1H2H3Body
Desktop36px30px24px16px
Tablet32px26px22px16px
Mobile28px24px20px16px