{
  "$themes": [
    {
      "id": "light",
      "name": "Light",
      "selectedTokenSets": {
        "global": "enabled",
        "role-light": "enabled",
        "brand": "enabled"
      }
    },
    {
      "id": "dark",
      "name": "Dark",
      "selectedTokenSets": {
        "global": "enabled",
        "role-dark": "enabled",
        "brand": "enabled"
      }
    }
  ],
  "global": {
    "color": {
      "mit-red": {
        "value": "#750014",
        "type": "color",
        "description": "The institutional crimson — primary brand colour."
      },
      "bright-red": {
        "value": "#FF1423",
        "type": "color",
        "description": "Digital accent / activation red. Not a replacement for MIT Red."
      },
      "silver-gray": {
        "value": "#8B959E",
        "type": "color",
        "description": "Core neutral — cool silver used alongside MIT Red."
      },
      "black": {
        "value": "#000000",
        "type": "color",
        "description": "Body text and dark surfaces."
      },
      "white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Primary canvas in light mode."
      },
      "dark-gray-1": {
        "value": "#40464C",
        "type": "color",
        "description": "Mid-dark text on light surfaces."
      },
      "dark-gray-2": {
        "value": "#212326",
        "type": "color",
        "description": "Primary text / dark-mode canvas."
      },
      "dark-silver-gray": {
        "value": "#626A73",
        "type": "color",
        "description": "Secondary text on light; deeper silver tone."
      },
      "light-silver-gray": {
        "value": "#B8C2CC",
        "type": "color",
        "description": "Quiet text on dark; light divider."
      },
      "light-gray-1": {
        "value": "#F2F4F8",
        "type": "color",
        "description": "Soft surface tint on light canvas."
      },
      "light-gray-2": {
        "value": "#DDE1E6",
        "type": "color",
        "description": "Border / divider on light canvas."
      },
      "dark-pink": {
        "value": "#750062",
        "type": "color",
        "description": "Deep magenta — expanded accent."
      },
      "pink": {
        "value": "#FF14F0",
        "type": "color",
        "description": "Saturated digital pink."
      },
      "light-pink": {
        "value": "#FFB3FF",
        "type": "color",
        "description": "Pastel pink — illustration tint."
      },
      "dark-purple": {
        "value": "#3E006B",
        "type": "color",
        "description": "Deep violet — expanded accent."
      },
      "purple": {
        "value": "#9933FF",
        "type": "color",
        "description": "Saturated digital purple."
      },
      "light-purple": {
        "value": "#BFB3FF",
        "type": "color",
        "description": "Pastel violet — illustration tint."
      },
      "dark-blue": {
        "value": "#002896",
        "type": "color",
        "description": "Deep institutional blue — expanded accent."
      },
      "blue": {
        "value": "#1966FF",
        "type": "color",
        "description": "Saturated digital blue."
      },
      "light-blue": {
        "value": "#99EBFF",
        "type": "color",
        "description": "Pastel sky — illustration tint."
      },
      "dark-green": {
        "value": "#004D1A",
        "type": "color",
        "description": "Deep forest green — expanded accent."
      },
      "green": {
        "value": "#00AD00",
        "type": "color",
        "description": "Saturated digital green — success surface."
      },
      "light-green": {
        "value": "#AAFF33",
        "type": "color",
        "description": "Pastel lime — illustration tint."
      },
      "yellow": {
        "value": "#FFEB00",
        "type": "color",
        "description": "Saturated digital yellow — warning / highlight."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "serif": {
        "value": "Lora",
        "type": "fontFamilies",
        "description": "lora@1.0.0 · serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "serif": {
        "value": [
          "Lora",
          "Iowan Old Style",
          "Apple Garamond",
          "Baskerville",
          "Times New Roman",
          "serif"
        ],
        "type": "fontFamilies"
      },
      "mono": {
        "value": [
          "JetBrainsMono Nerd Font",
          "JetBrains Mono",
          "Fira Code",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.light-gray-1}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.dark-gray-2}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.dark-gray-1}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.dark-silver-gray}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.mit-red}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.bright-red}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.bright-red}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.mit-red}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.yellow}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.yellow}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.bright-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.green}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.light-gray-2}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.dark-gray-2}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.dark-gray-1}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.dark-silver-gray}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.light-silver-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.silver-gray}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.bright-red}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.mit-red}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.bright-red}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.mit-red}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.yellow}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.yellow}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.bright-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.light-green}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.dark-silver-gray}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.dark-gray-2}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.mit-red}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.bright-red}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.bright-red}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.mit-red}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.mit-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.green}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.yellow}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.bright-red}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.dark-gray-2}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.dark-gray-2}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.light-gray-1}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.dark-gray-1}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.dark-gray-1}",
        "type": "color"
      },
      "text-tertiary-light": {
        "value": "{global.color.dark-silver-gray}",
        "type": "color"
      },
      "border-light": {
        "value": "{global.color.light-gray-2}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "MIT",
    "ref": "mit@1.0.0",
    "paletteRef": "mit@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
