{
  "_meta": {
    "name": "Marrenne Design Tokens",
    "territory": "The Weighted Page",
    "status": "LOCKED, reconciled 2026-07-23",
    "source": "Module 3 (MAR-31 color, MAR-33 UI kit, MAR-34 guidelines)",
    "note": "Single source of truth. Do not invent values not listed here."
  },
  "color": {
    "light": {
      "vellum": "#F5F2E8",
      "vellum-2": "#EEEADC",
      "panel": "#F1EEE1",
      "ink": "#201D19",
      "slate": "#5A626C",
      "slate-soft": "#8A9099",
      "hairline": "#DCD7C7",
      "hairline-2": "#E4DFCF",
      "red": "#7D332C",
      "bronze": "#9C7B3D",
      "green": "#3F5B49",
      "green-bg": "#E3E7DE",
      "neutral": "#635F56",
      "neutral-bg": "#E8E4D6",
      "pressroom": "#22252A"
    },
    "dark": {
      "ground-dk": "#26221C",
      "panel-dk": "#2B2721",
      "ink-hi": "#EFEBDD",
      "text-dk-2": "#C4BBA9",
      "text-dk-3": "#8A9099",
      "hairline-dk": "#3A362F"
    },
    "interaction": {
      "ink-hover": "#2A2620",
      "ink-press": "#14120F",
      "track-bg": "#E0DACA"
    },
    "usage_rules": {
      "page_ground": "vellum #F5F2E8 always, never #FFFFFF (one logged white MVP exception only)",
      "red": "aged red, punctuation only, light grounds only, max 1 instance per view, never a fill, never on dark",
      "bronze": "imagery and dark grounds only, never small text",
      "slate-soft": "decorative / non-text only, fails AA as body text"
    }
  },
  "type": {
    "families": {
      "canela-display": { "stack": "'Canela', Georgia, serif", "use": "masthead, hero, ledger figures" },
      "canela-deck": { "stack": "'Canela Deck', Georgia, serif", "use": "page title H1 (weight 400), section head H2 (weight 300)" },
      "canela-text": { "stack": "'Canela Text', Georgia, serif", "use": "editorial/house-voice body + nested card/list titles (weight 300)" },
      "sans": { "stack": "'Sohne', 'Segoe UI', sans-serif", "use": "ALL interface: buttons, tabs, nav, labels, tables, form input" }
    },
    "scale": [
      { "role": "Masthead wordmark", "family": "canela-display", "case": "upper", "size_px": "18 app-bar / 15 sidebar", "letter_spacing": "0.34em", "note": "use asset file, not live text where possible" },
      { "role": "Hero / brand display", "family": "canela-display", "weight": 400, "size_px": "36-48", "line_height": 1.1 },
      { "role": "Page title / H1", "family": "canela-deck", "weight": 400, "size_px": 30, "line_height": 1.15 },
      { "role": "Section head / H2", "family": "canela-deck", "weight": 300, "size_px": 22, "line_height": 1.2 },
      { "role": "Card / list-item / activity title (nested)", "family": "canela-text", "weight": 300, "size_px": "16-17", "line_height": 1.3 },
      { "role": "Editorial / house-voice body", "family": "canela-text", "weight": 300, "size_px": "16-17", "line_height": 1.55 },
      { "role": "Ledger figure", "family": "canela-display", "weight": 400, "size_px": "34 stat / 17 cell" },
      { "role": "Editorial eyebrow", "family": "sans", "case": "upper", "weight": 600, "size_px": 11, "letter_spacing": "0.30em", "color": "slate-soft" },
      { "role": "Functional body", "family": "sans", "weight": 400, "size_px": 14, "line_height": 1.5 },
      { "role": "Field label / column head", "family": "sans", "case": "upper", "weight": 600, "size_px": 11, "letter_spacing": "0.16em", "color": "slate" },
      { "role": "Control label (on ink)", "family": "sans", "case": "upper", "weight": 500, "size_px": 13, "letter_spacing": "0.03em", "color": "ink-hi on ink" }
    ],
    "weight_map": {
      "note": "See fonts.css for the exact licensed file per family/weight.",
      "canela-display": { "200": "Canela Thin", "300": "Canela Light", "400": "Canela Regular" },
      "canela-deck": { "300": "Canela Deck Light", "400": "Canela Deck Regular" },
      "canela-text": { "200": "Canela Text Thin", "300": "Canela Text Light", "400": "Canela Text Regular (licensed, no active role)" },
      "sohne": { "200": "Söhne Extraleicht", "300": "Söhne Leicht", "400": "Söhne Buch", "500": "Söhne Kräftig", "600": "Söhne Halbfett" }
    }
  },
  "wordmark": {
    "tracking": "0.34em everywhere, one value, no pullback",
    "cut_by_size": "Canela Display for small (app bar 18px, sidebar 15px); Canela Text for the large masthead",
    "rule": "use supplied asset files; never apply letter-spacing on top of a supplied asset"
  },
  "spacing_px": { "1": 4, "2": 8, "3": 12, "4": 16, "5": 20, "6": 24, "7": 30, "8": 32, "2h": 10, "3h": 14, "4h": 18, "5h": 22, "6h": 26 },
  "radii_px": { "control": 2, "plate": 0, "round": "50%" },
  "rules": {
    "structural": "1px solid #201D19",
    "thead": "2px solid #201D19",
    "interior": "1px solid #DCD7C7",
    "row": "1px solid #E4DFCF"
  },
  "focus": {
    "light": "2px solid #201D19",
    "tint": "2px solid #5A626C",
    "dark": "2px solid #EFEBDD",
    "offset_px": 2,
    "rule": "never the default blue system focus ring"
  },
  "loading": { "skeleton_ground": "#EEEADC", "skeleton_sheen": "#E4DFCF", "rule": "warm skeleton or static seal only, never grey shimmer or spinner" },
  "motion": {
    "ease_settle": "cubic-bezier(0.2, 0, 0, 1)",
    "durations_ms": { "1": 120, "2": 200, "3": 320, "4": 560 },
    "rule": "decelerate to rest, no bounce/spring/loop; full reduced-motion support"
  },
  "icons": { "sizes_px": { "sm": 15, "md": 17, "lg": 19, "xl": 21 }, "stroke_px": 1.6, "rule": "line icons, round terminals; no filled/celestial icons; the seal replaces the star" },
  "status": {
    "active": { "text": "#3F5B49", "bg": "#E3E7DE", "treatment": "filled tint pill" },
    "inactive": { "text": "#635F56", "bg": "#E8E4D6", "treatment": "filled tint pill" },
    "invited_pending": { "text": "#5A626C", "bg": "transparent", "treatment": "plain ink outline pill" },
    "negative": { "text": "#7D332C", "bg": "light ground only", "treatment": "label text, never a fill, never on dark" },
    "rule": "status is the pill component only, never an icon or a colored dot; no new saturated status colors"
  }
}
