/**
 * Do not edit directly, this file was auto-generated.
 */

:root {
  --primitive-color-paper: #ffffff; /** Pure white. The page background across the lookbook is stark white, not an off-white paper feel. Substrate choice for print is part of the brand expression and is specified per-job with the vendor. */
  --primitive-color-ink: #1a1815; /** Warm near-black used for all type and rules. Sampled body and headline text across the 2026 lookbook consistently showed R >= G >= B with a small but persistent warm bias. The warmth aligns with PD's craft/restoration register; a neutral near-black would read tech/clinical. */
  --primitive-typography-family-brand: Gotu; /** PD's primary brand face — confirmed by Parker. Used for the wordmark and all-caps display treatments (section labels, project titles, manifesto paragraphs, footer URLs). Sorkin Type, available on Google Fonts under the SIL Open Font License. Single weight (Regular / 400). Token names only the family; generic fallbacks belong in the consumer's font-family stack. */
  --primitive-typography-family-body: "Work Sans"; /** Body face — paired with Gotu after side-by-side evaluation against Inter and Newsreader. Warm humanist sans-serif by Wei Huang. Provides 9 weights and italics for body-text hierarchy that Gotu alone can't deliver (Gotu ships Regular-only). On Google Fonts under SIL OFL. Pairs with Gotu's refinement without competing for attention. */
  --primitive-typography-family-mono: "JetBrains Mono"; /** Monospace face for code, tabular data, design system documentation, and any technical-context typography. Designed for legibility at small sizes in terminal/code contexts. OFL, available on Google Fonts. Used in the design system itself; not part of brand-facing display work. */
  --primitive-typography-family-print: Hightower; /** Print-only secondary face used in the 2026 lookbook's typesetting. Licensed via Frere-Jones Type or included with Adobe Fonts (Creative Cloud entitlement). Held as a separate slot so print pieces can reference it explicitly; not used in apparel, web, or other brand-system contexts. */
  --primitive-typography-tracking-wide: 0.3em; /** 0.3em letter-spacing (= 300 in 1/1000 em, the InDesign/Affinity convention used in PD's working files). Applied to every all-caps treatment: cover wordmark, section labels, project titles, the manifesto paragraph, page footers. Note: DTCG v1's dimension type formally lists px/rem; em is used here because letter-spacing is fundamentally proportional. Style Dictionary handles em natively. */
  --primitive-space-0: 0px;
  --primitive-space-1: 4px;
  --primitive-space-2: 8px;
  --primitive-space-3: 12px;
  --primitive-space-4: 16px;
  --primitive-space-5: 24px;
  --primitive-space-6: 32px;
  --primitive-space-7: 48px;
  --primitive-space-8: 64px;
  --primitive-space-9: 96px;
  --primitive-space-10: 128px;
  --primitive-space-11: 192px;
  --semantic-typography-tracking-body: 0em; /** Letter-spacing for body copy. Normal — no observable adjustment in PD's working files. */
  --semantic-color-background-page: var(--primitive-color-paper); /** Default page / canvas background. */
  --semantic-color-foreground-text: var(--primitive-color-ink); /** Default text color for all body and display copy. */
  --semantic-typography-family-display: var(--primitive-typography-family-brand); /** Family for the wordmark and all-caps display treatments (section labels, project titles, manifesto paragraphs, footer URLs). Resolves to Gotu. */
  --semantic-typography-family-body: var(--primitive-typography-family-body); /** Family for paragraph copy, captions, and UI text. Resolves to Work Sans — the chosen pairing for Gotu. */
  --semantic-typography-family-mono: var(--primitive-typography-family-mono); /** Family for code, tabular data, and technical-context typography. Resolves to JetBrains Mono. */
  --semantic-typography-tracking-display: var(--primitive-typography-tracking-wide); /** Letter-spacing for every display / all-caps treatment. Pair with semantic.typography.family.display. */
}
