{
  "$description": "Brand: Cambridge (cambridge@1.0.0)",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette cambridge@1.0.0",
      "cambridge-blue": {
        "$value": "#8EE8D8",
        "$type": "color",
        "$description": "The contemporary Cambridge Blue — primary brand colour."
      },
      "cambridge-light-blue": {
        "$value": "#D1F9F1",
        "$type": "color",
        "$description": "Light tint of Cambridge Blue — surface accents."
      },
      "cambridge-warm-blue": {
        "$value": "#00BDB6",
        "$type": "color",
        "$description": "Saturated teal — digital accent / hover."
      },
      "cambridge-dark-blue": {
        "$value": "#133844",
        "$type": "color",
        "$description": "Deep teal-navy — primary text / dark canvas."
      },
      "heritage-cambridge-blue": {
        "$value": "#85B09A",
        "$type": "color",
        "$description": "Traditional Cambridge Blue (closer to muted sage-green)."
      },
      "light-crest": {
        "$value": "#FFE2C8",
        "$type": "color",
        "$description": "Pale crest — pastel accent."
      },
      "warm-crest": {
        "$value": "#FFC392",
        "$type": "color",
        "$description": "Warm crest — soft accent."
      },
      "crest": {
        "$value": "#FD8153",
        "$type": "color",
        "$description": "Crest orange — saturated accent."
      },
      "dark-crest": {
        "$value": "#DD3025",
        "$type": "color",
        "$description": "Deep crest red — strong accent / warning."
      },
      "light-cherry": {
        "$value": "#F2CAD8",
        "$type": "color",
        "$description": "Pale cherry — pastel accent."
      },
      "warm-cherry": {
        "$value": "#E18AAC",
        "$type": "color",
        "$description": "Mid pink — accent."
      },
      "cherry": {
        "$value": "#CD3572",
        "$type": "color",
        "$description": "Saturated cherry — accent."
      },
      "dark-cherry": {
        "$value": "#911449",
        "$type": "color",
        "$description": "Deep cherry — strong accent / error."
      },
      "light-purple": {
        "$value": "#F2ECF8",
        "$type": "color",
        "$description": "Pale purple — pastel accent."
      },
      "warm-purple": {
        "$value": "#D1B7EB",
        "$type": "color",
        "$description": "Mid purple — accent."
      },
      "purple": {
        "$value": "#A368DF",
        "$type": "color",
        "$description": "Saturated purple — accent."
      },
      "dark-purple": {
        "$value": "#681FB1",
        "$type": "color",
        "$description": "Deep purple — strong accent."
      },
      "light-indigo": {
        "$value": "#EBEDFB",
        "$type": "color",
        "$description": "Pale indigo — pastel accent."
      },
      "warm-indigo": {
        "$value": "#B0B9F1",
        "$type": "color",
        "$description": "Mid indigo — accent."
      },
      "indigo": {
        "$value": "#5366E0",
        "$type": "color",
        "$description": "Saturated indigo — accent / link."
      },
      "dark-indigo": {
        "$value": "#29347A",
        "$type": "color",
        "$description": "Deep indigo — strong accent."
      },
      "light-green": {
        "$value": "#DFF2EA",
        "$type": "color",
        "$description": "Pale green — pastel accent."
      },
      "warm-green": {
        "$value": "#AFDFCB",
        "$type": "color",
        "$description": "Mid green — accent."
      },
      "green": {
        "$value": "#4DB78C",
        "$type": "color",
        "$description": "Saturated green — success."
      },
      "dark-green": {
        "$value": "#13553A",
        "$type": "color",
        "$description": "Deep green — strong accent."
      },
      "cambridge-judge-yellow": {
        "$value": "#FFB81C",
        "$type": "color",
        "$description": "Cambridge Judge heritage yellow — warm institutional accent."
      },
      "white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Primary canvas in light mode."
      },
      "slate-1": {
        "$value": "#ECEEF1",
        "$type": "color",
        "$description": "Soft slate — surface tint."
      },
      "slate-2": {
        "$value": "#B5BDC8",
        "$type": "color",
        "$description": "Mid slate — border / divider."
      },
      "slate-3": {
        "$value": "#546072",
        "$type": "color",
        "$description": "Deep slate — secondary text."
      },
      "slate-4": {
        "$value": "#232830",
        "$type": "color",
        "$description": "Near-black slate — primary text on light."
      }
    }
  },
  "font": {
    "$description": "Typography roles mapped to font atoms",
    "heading": {
      "family": {
        "$value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "heading role → Inter (inter@1.0.0)"
      },
      "weight": {
        "100": {
          "$value": 100,
          "$type": "fontWeight"
        },
        "200": {
          "$value": 200,
          "$type": "fontWeight"
        },
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "800": {
          "$value": 800,
          "$type": "fontWeight"
        },
        "900": {
          "$value": 900,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "body": {
      "family": {
        "$value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "body role → Inter (inter@1.0.0)"
      },
      "weight": {
        "100": {
          "$value": 100,
          "$type": "fontWeight"
        },
        "200": {
          "$value": 200,
          "$type": "fontWeight"
        },
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "800": {
          "$value": 800,
          "$type": "fontWeight"
        },
        "900": {
          "$value": 900,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "serif": {
      "family": {
        "$value": [
          "Lora",
          "Iowan Old Style",
          "Apple Garamond",
          "Baskerville",
          "Times New Roman",
          "serif"
        ],
        "$type": "fontFamily",
        "$description": "serif role → Lora (lora@1.0.0)"
      },
      "weight": {
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "mono": {
      "family": {
        "$value": [
          "JetBrainsMono Nerd Font",
          "JetBrains Mono",
          "Fira Code",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "$type": "fontFamily",
        "$description": "mono role → JetBrainsMono Nerd Font (jetbrainsmono-nerdfont@1.0.0)"
      },
      "weight": {
        "100": {
          "$value": 100,
          "$type": "fontWeight"
        },
        "200": {
          "$value": 200,
          "$type": "fontWeight"
        },
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "800": {
          "$value": 800,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    }
  },
  "$extensions": {
    "com.brand-atoms.rules": [
      {
        "type": "colorChoice",
        "target": "roles.colors.primary",
        "severity": "error",
        "rationale": "Cambridge Blue (#8EE8D8 contemporary, #85B09A heritage, with #00BDB6 warm and #133844 dark) is the institutional colour family. The secondary palette families (Crest, Cherry, Purple, Indigo, Green) are editorial accents and Cambridge Judge Yellow is a school-specific heritage accent — none may substitute for the primary brand anchor at the parent-University level.\n",
        "allowed": [
          "cambridge-blue",
          "cambridge-warm-blue",
          "cambridge-dark-blue",
          "heritage-cambridge-blue"
        ],
        "forbidden": [
          "crest",
          "cherry",
          "purple",
          "indigo",
          "green",
          "cambridge-judge-yellow"
        ]
      },
      {
        "type": "colorChoice",
        "target": "roles.colors.mark",
        "severity": "error",
        "rationale": "The Cambridge University shield and wordmark are reproduced in Cambridge Dark Blue or near-black, or reversed in white. The light contemporary Cambridge Blue is the brand-block / canvas accent, not the mark fill — its low chroma against white would compromise the shield's legibility.\n",
        "allowed": [
          "cambridge-dark-blue",
          "slate-4",
          "white"
        ],
        "forbidden": [
          "cambridge-blue",
          "cambridge-warm-blue",
          "crest",
          "cherry",
          "purple",
          "indigo",
          "cambridge-judge-yellow"
        ]
      },
      {
        "type": "contrastRatio",
        "target": "text-primary",
        "severity": "error",
        "rationale": "Slate 4 (#232830) on white gives ~15:1 — clears AAA. As a research university with statutory obligations under the UK Equality Act and extensive long-form scholarly content, Cambridge targets the enhanced 7:1 floor rather than the AA 4.5:1 minimum on core text-on-canvas pairs.\n",
        "against": "background",
        "minRatio": 7,
        "standard": "WCAG-AAA"
      },
      {
        "type": "forbiddenTreatment",
        "target": "logo",
        "severity": "error",
        "rationale": "Cambridge's brand guidelines prohibit stretching, rotating, recolouring, outlining, applying drop-shadow or gradient fills, or placing the University shield or wordmark on busy photographic backgrounds. Marks render in approved colourways only with documented clear-space.\n",
        "treatments": [
          "stretched",
          "rotated",
          "recolored",
          "drop-shadow",
          "outlined",
          "gradient-fill",
          "on-busy-photo",
          "tilted",
          "cropped"
        ]
      },
      {
        "type": "enumMembership",
        "target": "typography.heading.fontWeight",
        "severity": "warning",
        "rationale": "Cambridge's editorial type ramp uses Regular (400), Medium (500), SemiBold (600), and Bold (700) weights across surfaces. Heavier display cuts (800/900) are not part of the documented institutional ramp.\n",
        "allowed": [
          "400",
          "500",
          "600",
          "700"
        ]
      },
      {
        "type": "fontPairing",
        "target": "typography.display",
        "severity": "error",
        "rationale": "Cambridge's editorial hierarchy pairs a large display with body text at a minimum 1.5× ratio. The scholarly voice the institution projects depends on that explicit gap between display and prose.\n",
        "requires": "prose",
        "minSizeRatio": 1.5
      },
      {
        "type": "accessibilityRequirement",
        "target": "*",
        "severity": "warning",
        "rationale": "WCAG 2.1 Success Criterion 1.4.6 (Contrast Enhanced) — Level AAA. Cambridge's scholarly posture and obligations under the UK Equality Act to a diverse academic and public audience justify the enhanced 7:1 target on core text-on-background pairs.\n",
        "standard": "WCAG-AAA",
        "criterion": "1.4.6"
      },
      {
        "type": "contextRestriction",
        "target": "roles.colors.error",
        "severity": "error",
        "rationale": "Dark Cherry (#911449) is the deep accent reserved for error and destructive-action signalling in the Cambridge secondary palette. Reusing it for confirmation or positive data-viz inverts the established semantic role.\n",
        "allowedContexts": [
          "error-state",
          "destructive-action",
          "validation-failure"
        ],
        "forbiddenContexts": [
          "confirmation",
          "completion",
          "data-viz-positive"
        ]
      },
      {
        "type": "compositionConstraint",
        "target": "roles.colors.primary",
        "severity": "recommendation",
        "rationale": "Cambridge Blue reads cleanest on white, the soft Slate 1 surface, or against the deep Cambridge Dark Blue / Slate 4 anchors. Adjacent to Warm Cherry or Warm Purple the teal-cyan loses its calm authority; adjacent to Cambridge Judge Yellow the school-specific heritage accent competes with the parent-University blue for visual weight.\n",
        "pairsWith": [
          "white",
          "slate-1",
          "cambridge-dark-blue",
          "slate-4"
        ],
        "doesNotPairWith": [
          "warm-cherry",
          "warm-purple",
          "cambridge-judge-yellow"
        ]
      }
    ],
    "com.brand-atoms.assets": [],
    "com.brand-atoms.provenance": {
      "source": "https://www.cam.ac.uk/brand-resources/guidelines/colour",
      "license": "Proprietary — All Rights Reserved (Cambridge trademarks)",
      "attribution": "The Chancellor, Masters, and Scholars of the University of Cambridge — visual identity captured from the University of Cambridge brand-resources colour guidelines on cam.ac.uk. \"Cambridge,\" \"University of Cambridge,\" the Cambridge coat of arms, and the University shield are protected marks of the University of Cambridge.\n",
      "importedDate": "2026-05-19",
      "notes": "The University publishes a proprietary type family for institutional use. This atom references inter@1 as the open-source sans substitute, lora@1 as the serif substitute consistent with Cambridge's heritage-aware voice, and jetbrainsmono-nerdfont@1 for code. The proprietary faces are not publicly distributed and assets are kept empty per trademark policy. The brand atom is scoped to the parent University only — the constituent colleges (Trinity, King's, St John's, etc.), Cambridge Judge Business School (which publishes its own identity using Cambridge Judge Yellow), and Cambridge University Press each carry distinct identities and are out of scope. Both the contemporary Cambridge Blue (#8EE8D8) and the heritage Cambridge Blue (#85B09A) are documented in the palette atom.\n"
    },
    "com.brand-atoms.references": {
      "palette": "cambridge@1.0.0",
      "fonts": {
        "heading": "inter@1.0.0",
        "body": "inter@1.0.0",
        "serif": "lora@1.0.0",
        "mono": "jetbrainsmono-nerdfont@1.0.0"
      }
    }
  }
}
