{
  "id": "mit",
  "version": "1.0.0",
  "name": "MIT",
  "description": "The Massachusetts Institute of Technology — the research university whose institutional identity rests on three core colours (MIT Red, Silver Gray, Bright Red) plus black and white. MIT's brand voice is direct, technical, and confident: rigorous typography, restrained colour, and a deliberate refusal of decorative treatment on the seal and wordmark. The expanded palette adds high-chroma pinks, purples, blues, greens, and a yellow that MIT pairs with the core for editorial and digital surfaces while keeping MIT Red as the institutional anchor.\n",
  "provenance": {
    "source": "https://brand.mit.edu/color",
    "license": "Proprietary — All Rights Reserved (MIT trademarks)",
    "attribution": "Massachusetts Institute of Technology — visual identity captured from the MIT Brand Guide (brand.mit.edu). \"MIT,\" the MIT name, the MIT seal, and the MIT wordmark are registered trademarks of the Massachusetts Institute of Technology.\n",
    "importedDate": "2026-05-19",
    "notes": "MIT's institutional wordmark uses a proprietary face (the MIT Logo Letters); body and display type on brand.mit.edu pair a geometric sans with a serif. This atom references inter@1 as the open-source sans substitute, lora@1 as the serif substitute, and jetbrainsmono-nerdfont@1 for code. The proprietary faces are not publicly distributed and assets are kept empty per trademark policy.\n"
  },
  "tags": [
    "mit",
    "university",
    "education",
    "research",
    "conservative-institutional",
    "light-first"
  ],
  "palette": {
    "ref": "mit@1.0.0",
    "swatches": [
      {
        "id": "mit-red",
        "name": "MIT Red",
        "value": "#750014",
        "description": "The institutional crimson — primary brand colour.",
        "aliases": []
      },
      {
        "id": "bright-red",
        "name": "Bright Red",
        "value": "#FF1423",
        "description": "Digital accent / activation red. Not a replacement for MIT Red.",
        "aliases": []
      },
      {
        "id": "silver-gray",
        "name": "Silver Gray",
        "value": "#8B959E",
        "description": "Core neutral — cool silver used alongside MIT Red.",
        "aliases": []
      },
      {
        "id": "black",
        "name": "Black",
        "value": "#000000",
        "description": "Body text and dark surfaces.",
        "aliases": []
      },
      {
        "id": "white",
        "name": "White",
        "value": "#FFFFFF",
        "description": "Primary canvas in light mode.",
        "aliases": []
      },
      {
        "id": "dark-gray-1",
        "name": "Dark Gray 1",
        "value": "#40464C",
        "description": "Mid-dark text on light surfaces.",
        "aliases": []
      },
      {
        "id": "dark-gray-2",
        "name": "Dark Gray 2",
        "value": "#212326",
        "description": "Primary text / dark-mode canvas.",
        "aliases": []
      },
      {
        "id": "dark-silver-gray",
        "name": "Dark Silver Gray",
        "value": "#626A73",
        "description": "Secondary text on light; deeper silver tone.",
        "aliases": []
      },
      {
        "id": "light-silver-gray",
        "name": "Light Silver Gray",
        "value": "#B8C2CC",
        "description": "Quiet text on dark; light divider.",
        "aliases": []
      },
      {
        "id": "light-gray-1",
        "name": "Light Gray 1",
        "value": "#F2F4F8",
        "description": "Soft surface tint on light canvas.",
        "aliases": []
      },
      {
        "id": "light-gray-2",
        "name": "Light Gray 2",
        "value": "#DDE1E6",
        "description": "Border / divider on light canvas.",
        "aliases": []
      },
      {
        "id": "dark-pink",
        "name": "Dark Pink",
        "value": "#750062",
        "description": "Deep magenta — expanded accent.",
        "aliases": []
      },
      {
        "id": "pink",
        "name": "Pink",
        "value": "#FF14F0",
        "description": "Saturated digital pink.",
        "aliases": []
      },
      {
        "id": "light-pink",
        "name": "Light Pink",
        "value": "#FFB3FF",
        "description": "Pastel pink — illustration tint.",
        "aliases": []
      },
      {
        "id": "dark-purple",
        "name": "Dark Purple",
        "value": "#3E006B",
        "description": "Deep violet — expanded accent.",
        "aliases": []
      },
      {
        "id": "purple",
        "name": "Purple",
        "value": "#9933FF",
        "description": "Saturated digital purple.",
        "aliases": []
      },
      {
        "id": "light-purple",
        "name": "Light Purple",
        "value": "#BFB3FF",
        "description": "Pastel violet — illustration tint.",
        "aliases": []
      },
      {
        "id": "dark-blue",
        "name": "Dark Blue",
        "value": "#002896",
        "description": "Deep institutional blue — expanded accent.",
        "aliases": []
      },
      {
        "id": "blue",
        "name": "Blue",
        "value": "#1966FF",
        "description": "Saturated digital blue.",
        "aliases": []
      },
      {
        "id": "light-blue",
        "name": "Light Blue",
        "value": "#99EBFF",
        "description": "Pastel sky — illustration tint.",
        "aliases": []
      },
      {
        "id": "dark-green",
        "name": "Dark Green",
        "value": "#004D1A",
        "description": "Deep forest green — expanded accent.",
        "aliases": []
      },
      {
        "id": "green",
        "name": "Green",
        "value": "#00AD00",
        "description": "Saturated digital green — success surface.",
        "aliases": []
      },
      {
        "id": "light-green",
        "name": "Light Green",
        "value": "#AAFF33",
        "description": "Pastel lime — illustration tint.",
        "aliases": []
      },
      {
        "id": "yellow",
        "name": "Yellow",
        "value": "#FFEB00",
        "description": "Saturated digital yellow — warning / highlight.",
        "aliases": []
      }
    ],
    "modes": {
      "light": {
        "roles": {
          "background": "white",
          "surface": "light-gray-1",
          "surface-elevated": "white",
          "text-primary": "dark-gray-2",
          "text-secondary": "dark-gray-1",
          "text-tertiary": "dark-silver-gray",
          "primary": "mit-red",
          "primary-hover": "bright-red",
          "accent": "bright-red",
          "accent-hover": "mit-red",
          "warning": "yellow",
          "warning-hover": "yellow",
          "error": "bright-red",
          "success": "green",
          "border": "light-gray-2"
        }
      },
      "dark": {
        "roles": {
          "background": "dark-gray-2",
          "surface": "dark-gray-1",
          "surface-elevated": "dark-silver-gray",
          "text-primary": "white",
          "text-secondary": "light-silver-gray",
          "text-tertiary": "silver-gray",
          "primary": "bright-red",
          "primary-hover": "mit-red",
          "accent": "bright-red",
          "accent-hover": "mit-red",
          "warning": "yellow",
          "warning-hover": "yellow",
          "error": "bright-red",
          "success": "light-green",
          "border": "dark-silver-gray"
        }
      }
    }
  },
  "fonts": [
    {
      "role": "heading",
      "ref": "inter@1.0.0",
      "family": "Inter",
      "classification": "sans-serif",
      "source": {
        "kind": "google-fonts",
        "family": "Inter",
        "url": "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"
      },
      "fallbackStack": [
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "sans-serif"
      ],
      "availableStyles": [
        {
          "weight": 100,
          "style": "normal"
        },
        {
          "weight": 100,
          "style": "italic"
        },
        {
          "weight": 200,
          "style": "normal"
        },
        {
          "weight": 200,
          "style": "italic"
        },
        {
          "weight": 300,
          "style": "normal"
        },
        {
          "weight": 300,
          "style": "italic"
        },
        {
          "weight": 400,
          "style": "normal"
        },
        {
          "weight": 400,
          "style": "italic"
        },
        {
          "weight": 500,
          "style": "normal"
        },
        {
          "weight": 500,
          "style": "italic"
        },
        {
          "weight": 600,
          "style": "normal"
        },
        {
          "weight": 600,
          "style": "italic"
        },
        {
          "weight": 700,
          "style": "normal"
        },
        {
          "weight": 700,
          "style": "italic"
        },
        {
          "weight": 800,
          "style": "normal"
        },
        {
          "weight": 800,
          "style": "italic"
        },
        {
          "weight": 900,
          "style": "normal"
        },
        {
          "weight": 900,
          "style": "italic"
        }
      ]
    },
    {
      "role": "body",
      "ref": "inter@1.0.0",
      "family": "Inter",
      "classification": "sans-serif",
      "source": {
        "kind": "google-fonts",
        "family": "Inter",
        "url": "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"
      },
      "fallbackStack": [
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "sans-serif"
      ],
      "availableStyles": [
        {
          "weight": 100,
          "style": "normal"
        },
        {
          "weight": 100,
          "style": "italic"
        },
        {
          "weight": 200,
          "style": "normal"
        },
        {
          "weight": 200,
          "style": "italic"
        },
        {
          "weight": 300,
          "style": "normal"
        },
        {
          "weight": 300,
          "style": "italic"
        },
        {
          "weight": 400,
          "style": "normal"
        },
        {
          "weight": 400,
          "style": "italic"
        },
        {
          "weight": 500,
          "style": "normal"
        },
        {
          "weight": 500,
          "style": "italic"
        },
        {
          "weight": 600,
          "style": "normal"
        },
        {
          "weight": 600,
          "style": "italic"
        },
        {
          "weight": 700,
          "style": "normal"
        },
        {
          "weight": 700,
          "style": "italic"
        },
        {
          "weight": 800,
          "style": "normal"
        },
        {
          "weight": 800,
          "style": "italic"
        },
        {
          "weight": 900,
          "style": "normal"
        },
        {
          "weight": 900,
          "style": "italic"
        }
      ]
    },
    {
      "role": "serif",
      "ref": "lora@1.0.0",
      "family": "Lora",
      "classification": "serif",
      "source": {
        "kind": "google-fonts",
        "family": "Lora",
        "url": "https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap"
      },
      "fallbackStack": [
        "Iowan Old Style",
        "Apple Garamond",
        "Baskerville",
        "Times New Roman",
        "serif"
      ],
      "availableStyles": [
        {
          "weight": 400,
          "style": "normal"
        },
        {
          "weight": 400,
          "style": "italic"
        },
        {
          "weight": 500,
          "style": "normal"
        },
        {
          "weight": 500,
          "style": "italic"
        },
        {
          "weight": 600,
          "style": "normal"
        },
        {
          "weight": 600,
          "style": "italic"
        },
        {
          "weight": 700,
          "style": "normal"
        },
        {
          "weight": 700,
          "style": "italic"
        }
      ]
    },
    {
      "role": "mono",
      "ref": "jetbrainsmono-nerdfont@1.0.0",
      "family": "JetBrainsMono Nerd Font",
      "classification": "monospace",
      "source": {
        "kind": "external",
        "family": "JetBrainsMono Nerd Font",
        "notes": "Nerd-Font-patched build of JetBrains Mono. Not available via Google Fonts. Download woff2/ttf files from the Nerd Fonts GitHub release and self-host, or install system-wide for terminal/IDE use.\n"
      },
      "fallbackStack": [
        "JetBrains Mono",
        "Fira Code",
        "Menlo",
        "Monaco",
        "Consolas",
        "Liberation Mono",
        "monospace"
      ],
      "availableStyles": [
        {
          "weight": 100,
          "style": "normal"
        },
        {
          "weight": 100,
          "style": "italic"
        },
        {
          "weight": 200,
          "style": "normal"
        },
        {
          "weight": 200,
          "style": "italic"
        },
        {
          "weight": 300,
          "style": "normal"
        },
        {
          "weight": 300,
          "style": "italic"
        },
        {
          "weight": 400,
          "style": "normal"
        },
        {
          "weight": 400,
          "style": "italic"
        },
        {
          "weight": 500,
          "style": "normal"
        },
        {
          "weight": 500,
          "style": "italic"
        },
        {
          "weight": 600,
          "style": "normal"
        },
        {
          "weight": 600,
          "style": "italic"
        },
        {
          "weight": 700,
          "style": "normal"
        },
        {
          "weight": 700,
          "style": "italic"
        },
        {
          "weight": 800,
          "style": "normal"
        },
        {
          "weight": 800,
          "style": "italic"
        }
      ]
    }
  ],
  "roles": {
    "colors": {
      "identity": "white",
      "on-identity": "dark-gray-2",
      "primary": "mit-red",
      "primary-hover": "bright-red",
      "accent": "bright-red",
      "accent-hover": "mit-red",
      "mark": "mit-red",
      "success": "green",
      "warning": "yellow",
      "error": "bright-red",
      "text-primary-light": "dark-gray-2",
      "text-primary-dark": "white",
      "background-light": "white",
      "background-dark": "dark-gray-2",
      "surface-light": "light-gray-1",
      "surface-dark": "dark-gray-1",
      "text-secondary-light": "dark-gray-1",
      "text-tertiary-light": "dark-silver-gray",
      "border-light": "light-gray-2"
    },
    "typography": {
      "display": "heading",
      "prose": "body",
      "code": "mono"
    }
  },
  "assets": [],
  "rules": [
    {
      "type": "colorChoice",
      "target": "roles.colors.primary",
      "severity": "error",
      "rationale": "MIT Red (#750014) is the institutional crimson and the only colour authorized to act as the primary brand mark fill. Bright Red (#FF1423) is permitted as a digital activation accent but the MIT Brand Guide is explicit that Bright Red \"is not a replacement for MIT Red.\" The expanded-palette chromas are for editorial accent only and must not stand in for the primary institutional colour.\n",
      "allowed": [
        "mit-red",
        "bright-red"
      ],
      "forbidden": [
        "pink",
        "dark-pink",
        "purple",
        "blue",
        "green",
        "yellow"
      ]
    },
    {
      "type": "colorChoice",
      "target": "roles.colors.mark",
      "severity": "error",
      "rationale": "The MIT wordmark and seal are reproduced in MIT Red on light surfaces or in black for single-colour and embossed use. Bright Red and the expanded palette chromas are reserved for editorial accents and digital states, not for the institutional mark itself.\n",
      "allowed": [
        "mit-red",
        "black"
      ],
      "forbidden": [
        "bright-red",
        "silver-gray",
        "pink",
        "purple",
        "blue",
        "green",
        "yellow"
      ]
    },
    {
      "type": "contrastRatio",
      "target": "text-primary",
      "severity": "error",
      "rationale": "Dark Gray 2 (#212326) on white gives ~17:1 — clears AAA. As a research university with extensive long-form scholarly content (theses, OCW, lab pages), MIT's surfaces target the enhanced 7:1 floor rather than the AA 4.5:1 minimum.\n",
      "against": "background",
      "minRatio": 7,
      "standard": "WCAG-AAA"
    },
    {
      "type": "forbiddenTreatment",
      "target": "logo",
      "severity": "error",
      "rationale": "The MIT Brand Guide prohibits stretching, rotating, recolouring, outlining, applying drop-shadow or gradient fills, or placing the wordmark on busy photographic backgrounds. The mark renders only in approved colourways on uncluttered backgrounds 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": "MIT's editorial system on brand.mit.edu uses Regular (400), Medium (500), SemiBold (600), and Bold (700) for headings and body. 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": "MIT's typographic hierarchy pairs a large display sans with body sans at a minimum 1.5× ratio. Closing the gap below 1.5× destroys the scannability the brand guide assumes for hero modules and section openers.\n",
      "requires": "prose",
      "minSizeRatio": 1.5
    },
    {
      "type": "accessibilityRequirement",
      "target": "*",
      "severity": "warning",
      "rationale": "WCAG 2.1 Success Criterion 1.4.6 (Contrast Enhanced) — Level AAA. The institution's scholarly, long-form posture and obligations under Section 504 / ADA to its student and research community justify aiming above the AA floor where core text and background pairs allow it.\n",
      "standard": "WCAG-AAA",
      "criterion": "1.4.6"
    },
    {
      "type": "contextRestriction",
      "target": "roles.colors.error",
      "severity": "error",
      "rationale": "Bright Red (#FF1423) is MIT's digital activation / alert colour. Reusing it for confirmation or positive data-viz inverts the established meaning and conflicts with the digital colour's documented role.\n",
      "allowedContexts": [
        "error-state",
        "destructive-action",
        "validation-failure"
      ],
      "forbiddenContexts": [
        "confirmation",
        "completion",
        "data-viz-positive"
      ]
    },
    {
      "type": "compositionConstraint",
      "target": "roles.colors.primary",
      "severity": "recommendation",
      "rationale": "MIT Red reads cleanest on white, soft light gray, or black. Adjacent to Bright Red it loses chromatic separation; next to Pink or Dark Pink the warm reds compete for attention and obscure the institutional voice.\n",
      "pairsWith": [
        "white",
        "light-gray-1",
        "black",
        "silver-gray"
      ],
      "doesNotPairWith": [
        "pink",
        "dark-pink",
        "bright-red"
      ]
    }
  ]
}
