// Millennium Signal — product chrome design tokens // Unifies the Dossier (terminal) and Broadsheet (editorial) brand directions // into a single onboarding product experience. window.MS_TOKENS = { // surfaces ink: "#0F0E0C", // warm near-black, never pure #000 paper: "#F5F0E6", // warm cream canvas paper2: "#EDE6D4", // alt blocks, sidebar paper3: "#E4DCC4", // hover states rule: "#C9BE9E", // strong hairline rule2: "#DCD3B8", // soft hairline mid: "#6A6555", // metadata, secondary text dim: "#8F8875", // tertiary // accents (sparingly) navy: "#1E2E4E", // structural emphasis, selection amber: "#B8751A", // single forward glyph, primary action red: "#A22E22", // oxblood record / alert phos: "#3E8A5C", // affirmative, deep — product-safe phosphor // type display: "'Old Standard TT','Playfair Display', Georgia, serif", body: "'Source Serif 4','PT Serif', Georgia, serif", mono: "'JetBrains Mono','IBM Plex Mono', ui-monospace, monospace", script: "'Special Elite','Courier Prime', monospace", // radius r: 2, r2: 4, };