CSS Tokens & Foundation
The foundational layer of the design system: Surface ramps, theme tokens, functional indicator colors, responsive breakpoint-adjusted typography hierarchy, radii, and spacing.
Surface & Neutral Tokens
Live @/design renderCanvas Surface
--bg-canvasApplication root canvas layer
Panel Surface
--bg-panelCards, sidebars, modal panels
Input Surface
--bg-inputForm fields, pills, secondary elements
Elevated Surface
--bg-elevatedHover states, popovers, elevated cards
Primary Foreground
--fgPrimary text and active icons
Muted Foreground
--fg-mutedSecondary text, captions, placeholders
Subtle Border
--borderDividers and subtle container borders
Strong Border
--border-strongActive borders, focus rings
CTA Background
--cta-bgPrimary action button background
CTA Foreground
--cta-fgPrimary action button text
Functional Status Indicators
Live @/design renderSuccess Indicator
--successPositive, completed status
Warning Indicator
--warningCautionary, pending status
Danger Indicator
--dangerDestructive, error status
Info Indicator
--infoInformational messages, neutral notices
Typography Hierarchy & Breakpoint Scaling
Live @/design renderSecure Document Infrastructure
font-heading text-3xl sm:text-4xl lg:text-5xl font-bold tracking-tight text-[var(--fg)]Documents & Signer Verification
font-heading text-2xl sm:text-3xl lg:text-4xl font-semibold tracking-tight text-[var(--fg)]Monitor audit logs, manage document packets, and verify digital signatures in real time.
max-w-2xl text-sm sm:text-base lg:text-lg font-normal text-[var(--fg-muted)]Authentication & Security Rules
font-heading text-base sm:text-lg lg:text-xl font-semibold text-[var(--fg)]Configure role-based access control and signer verification passcodes.
text-xs sm:text-sm text-[var(--fg-muted)]$124,500.00
font-heading text-xl sm:text-2xl lg:text-3xl font-bold tabular-nums text-[var(--fg)]TOTAL REVENUE PROCESSED
font-ui text-[10px] sm:text-[11px] font-semibold uppercase tracking-wider text-[var(--fg-muted)]DOCUMENT NAME · STATUS · CREATED
font-ui text-[10px] sm:text-[11px] font-semibold uppercase tracking-widest text-[var(--fg-muted)]Active session token verified for signer@doxt.io
text-xs sm:text-sm font-medium text-[var(--fg)]Standard paragraph copy, multi-line explanations, and workflow guides.
text-xs sm:text-sm text-[var(--fg-muted)] leading-relaxedLast modified 2 minutes ago by system worker
font-sans text-[11px] sm:text-xs text-[var(--fg-muted)]doc_pkt_98a7f43b_live
font-mono text-xs sm:text-sm tabular-nums text-[var(--fg)]Responsive Breakpoint Sizing Matrix
Canonical font sizes & line-height adjustments across all responsive CSS breakpoints.
| Token | Level | XS (<640px) | SM (≥640px) | MD (≥768px) | LG (≥1024px) | Font Family |
|---|---|---|---|---|---|---|
| type.hero | Hero Display (H1) | 30px / 1.875rem | 36px / 2.25rem | 40px / 2.5rem | 48px / 3rem | TASA Orbiter |
| type.pageTitle | Page Title (H2) | 24px / 1.5rem | 30px / 1.875rem | 32px / 2rem | 36px / 2.25rem | TASA Orbiter |
| type.pageLead | Page Lead Subtitle | 14px / 0.875rem | 16px / 1rem | 16px / 1rem | 18px / 1.125rem | General Sans |
| type.sectionTitle | Section Header (H3) | 16px / 1rem | 18px / 1.125rem | 18px / 1.125rem | 20px / 1.25rem | TASA Orbiter |
| type.sectionLead | Section Sub-lead | 12px / 0.75rem | 14px / 0.875rem | 14px / 0.875rem | 14px / 0.875rem | General Sans |
| type.statValue | Metric / KPI Value | 20px / 1.25rem | 24px / 1.5rem | 24px / 1.5rem | 30px / 1.875rem | TASA Orbiter |
| type.statLabel | Metric / KPI Label | 10px / 0.625rem | 11px / 0.6875rem | 11px / 0.6875rem | 11px / 0.6875rem | TASA Orbiter (UI) |
| type.tableHead | Table Column Head | 10px / 0.625rem | 11px / 0.6875rem | 11px / 0.6875rem | 11px / 0.6875rem | TASA Orbiter (UI) |
| type.bodyMedium | UI Body Medium | 12px / 0.75rem | 14px / 0.875rem | 14px / 0.875rem | 14px / 0.875rem | General Sans |
| type.body | UI Body Regular | 12px / 0.75rem | 14px / 0.875rem | 14px / 0.875rem | 14px / 0.875rem | General Sans |
| type.caption | UI Caption / Micro | 11px / 0.6875rem | 12px / 0.75rem | 12px / 0.75rem | 12px / 0.75rem | General Sans |
| type.mono | Code / Monospace | 12px / 0.75rem | 14px / 0.875rem | 14px / 0.875rem | 14px / 0.875rem | General Sans / Mono |
Radius Scale
Live @/design render--radius-sm
2px
--radius-md
4px
--radius-lg
6px
--radius-xl
8px
--radius-2xl
11px
--radius-3xl
13px
--radius-full
9999px
Spacing Scale
Live @/design renderspace-1
4px (0.25rem)
space-2
8px (0.5rem)
space-3
12px (0.75rem)
space-4
16px (1rem)
space-6
24px (1.5rem)
space-8
32px (2rem)
space-12
48px (3rem)
import { … } from "@/design/atoms/Typography"
// source: design/tokens/typography.ts + design/atoms/Typography.tsx