{
  "$description": "Brand: MongoDB — dark mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette mongodb@1.0.0",
      "white": {
        "$value": "#FFFFFF",
        "$type": "color"
      },
      "black": {
        "$value": "#001E2B",
        "$type": "color",
        "$description": "MongoDB Black — a blue-black, NOT pure black; the brand canvas."
      },
      "gray-dark4": {
        "$value": "#112733",
        "$type": "color"
      },
      "gray-dark3": {
        "$value": "#1C2D38",
        "$type": "color",
        "$description": "Dark surface in dark mode."
      },
      "gray-dark2": {
        "$value": "#3D4F58",
        "$type": "color"
      },
      "gray-dark1": {
        "$value": "#5C6C75",
        "$type": "color",
        "$description": "Secondary text on light surfaces."
      },
      "gray-base": {
        "$value": "#889397",
        "$type": "color"
      },
      "gray-light1": {
        "$value": "#C1C7C6",
        "$type": "color",
        "$description": "Default border on light surfaces."
      },
      "gray-light2": {
        "$value": "#E8EDEB",
        "$type": "color"
      },
      "gray-light3": {
        "$value": "#F9FBFA",
        "$type": "color",
        "$description": "Light surface — subtle elevation."
      },
      "green-dark3": {
        "$value": "#023430",
        "$type": "color",
        "$description": "Deepest green ground."
      },
      "green-dark2": {
        "$value": "#00684A",
        "$type": "color",
        "$description": "Green hover/active variant on light."
      },
      "green-dark1": {
        "$value": "#00A35C",
        "$type": "color",
        "$description": "Accessible interactive green on light surfaces (AA-compliant against white)."
      },
      "green-base": {
        "$value": "#00ED64",
        "$type": "color",
        "$description": "MongoDB Green — the brand-defining vivid signature; used as the primary interactive on dark surfaces and as the brand accent on hero surfaces."
      },
      "green-light1": {
        "$value": "#71F6BA",
        "$type": "color"
      },
      "green-light2": {
        "$value": "#C0FAE6",
        "$type": "color"
      },
      "green-light3": {
        "$value": "#E3FCF7",
        "$type": "color"
      },
      "blue-dark3": {
        "$value": "#0C2657",
        "$type": "color"
      },
      "blue-dark2": {
        "$value": "#083C90",
        "$type": "color"
      },
      "blue-dark1": {
        "$value": "#1254B7",
        "$type": "color",
        "$description": "Info / link on light surfaces."
      },
      "blue-base": {
        "$value": "#016BF8",
        "$type": "color",
        "$description": "Blue accent base."
      },
      "blue-light1": {
        "$value": "#0498EC",
        "$type": "color"
      },
      "blue-light2": {
        "$value": "#C3E7FE",
        "$type": "color"
      },
      "blue-light3": {
        "$value": "#E1F7FF",
        "$type": "color"
      },
      "red-dark3": {
        "$value": "#5B0000",
        "$type": "color"
      },
      "red-dark2": {
        "$value": "#970606",
        "$type": "color",
        "$description": "Error on light surfaces."
      },
      "red-base": {
        "$value": "#DB3030",
        "$type": "color",
        "$description": "Red accent base."
      },
      "red-light1": {
        "$value": "#FF6960",
        "$type": "color"
      },
      "red-light2": {
        "$value": "#FFCDC7",
        "$type": "color"
      },
      "red-light3": {
        "$value": "#FFEAE5",
        "$type": "color"
      },
      "yellow-dark3": {
        "$value": "#4C2100",
        "$type": "color"
      },
      "yellow-dark2": {
        "$value": "#944F01",
        "$type": "color",
        "$description": "Warning on light surfaces."
      },
      "yellow-base": {
        "$value": "#FFC010",
        "$type": "color"
      },
      "yellow-light2": {
        "$value": "#FFEC9E",
        "$type": "color"
      },
      "yellow-light3": {
        "$value": "#FEF7DB",
        "$type": "color"
      },
      "purple-dark3": {
        "$value": "#2D0B59",
        "$type": "color"
      },
      "purple-dark2": {
        "$value": "#5E0C9E",
        "$type": "color"
      },
      "purple-base": {
        "$value": "#B45AF2",
        "$type": "color"
      },
      "purple-light2": {
        "$value": "#F1D4FD",
        "$type": "color"
      },
      "purple-light3": {
        "$value": "#F9EBFF",
        "$type": "color"
      }
    },
    "roles": {
      "$description": "Semantic color roles (dark mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.black}",
        "$type": "color",
        "$description": "background role → Black"
      },
      "surface": {
        "$value": "{color.swatches.gray-dark3}",
        "$type": "color",
        "$description": "surface role → Gray Dark 3"
      },
      "surface-elevated": {
        "$value": "{color.swatches.gray-dark2}",
        "$type": "color",
        "$description": "surface-elevated role → Gray Dark 2"
      },
      "text-primary": {
        "$value": "{color.swatches.gray-light2}",
        "$type": "color",
        "$description": "text-primary role → Gray Light 2"
      },
      "text-secondary": {
        "$value": "{color.swatches.gray-light1}",
        "$type": "color",
        "$description": "text-secondary role → Gray Light 1"
      },
      "text-tertiary": {
        "$value": "{color.swatches.gray-base}",
        "$type": "color",
        "$description": "text-tertiary role → Gray Base"
      },
      "primary": {
        "$value": "{color.swatches.green-base}",
        "$type": "color",
        "$description": "primary role → Green Base"
      },
      "primary-hover": {
        "$value": "{color.swatches.green-light1}",
        "$type": "color",
        "$description": "primary-hover role → Green Light 1"
      },
      "accent": {
        "$value": "{color.swatches.green-base}",
        "$type": "color",
        "$description": "accent role → Green Base"
      },
      "accent-hover": {
        "$value": "{color.swatches.green-light1}",
        "$type": "color",
        "$description": "accent-hover role → Green Light 1"
      },
      "warning": {
        "$value": "{color.swatches.yellow-base}",
        "$type": "color",
        "$description": "warning role → Yellow Base"
      },
      "warning-hover": {
        "$value": "{color.swatches.yellow-light2}",
        "$type": "color",
        "$description": "warning-hover role → Yellow Light 2"
      },
      "error": {
        "$value": "{color.swatches.red-light1}",
        "$type": "color",
        "$description": "error role → Red Light 1"
      },
      "success": {
        "$value": "{color.swatches.green-base}",
        "$type": "color",
        "$description": "success role → Green Base"
      },
      "border": {
        "$value": "{color.swatches.gray-dark2}",
        "$type": "color",
        "$description": "border role → Gray Dark 2"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.black}",
          "$type": "color",
          "$description": "Brand role identity → Black"
        },
        "on-identity": {
          "$value": "{color.swatches.green-base}",
          "$type": "color",
          "$description": "Brand role on-identity → Green Base"
        },
        "primary": {
          "$value": "{color.swatches.green-dark2}",
          "$type": "color",
          "$description": "Brand role primary → Green Dark 2"
        },
        "primary-hover": {
          "$value": "{color.swatches.green-dark3}",
          "$type": "color",
          "$description": "Brand role primary-hover → Green Dark 3"
        },
        "accent": {
          "$value": "{color.swatches.green-base}",
          "$type": "color",
          "$description": "Brand role accent → Green Base"
        },
        "accent-hover": {
          "$value": "{color.swatches.green-dark1}",
          "$type": "color",
          "$description": "Brand role accent-hover → Green Dark 1"
        },
        "mark": {
          "$value": "{color.swatches.green-base}",
          "$type": "color",
          "$description": "Brand role mark → Green Base"
        },
        "success": {
          "$value": "{color.swatches.green-dark2}",
          "$type": "color",
          "$description": "Brand role success → Green Dark 2"
        },
        "warning": {
          "$value": "{color.swatches.yellow-dark2}",
          "$type": "color",
          "$description": "Brand role warning → Yellow Dark 2"
        },
        "error": {
          "$value": "{color.swatches.red-dark2}",
          "$type": "color",
          "$description": "Brand role error → Red Dark 2"
        },
        "text-primary-light": {
          "$value": "{color.swatches.black}",
          "$type": "color",
          "$description": "Brand role text-primary-light → Black"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.gray-light2}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → Gray Light 2"
        },
        "background-light": {
          "$value": "{color.swatches.white}",
          "$type": "color",
          "$description": "Brand role background-light → White"
        },
        "background-dark": {
          "$value": "{color.swatches.black}",
          "$type": "color",
          "$description": "Brand role background-dark → Black"
        },
        "surface-light": {
          "$value": "{color.swatches.gray-light3}",
          "$type": "color",
          "$description": "Brand role surface-light → Gray Light 3"
        },
        "surface-dark": {
          "$value": "{color.swatches.gray-dark3}",
          "$type": "color",
          "$description": "Brand role surface-dark → Gray Dark 3"
        },
        "text-secondary-light": {
          "$value": "{color.swatches.gray-dark1}",
          "$type": "color",
          "$description": "Brand role text-secondary-light → Gray Dark 1"
        },
        "text-tertiary-light": {
          "$value": "{color.swatches.gray-base}",
          "$type": "color",
          "$description": "Brand role text-tertiary-light → Gray Base"
        },
        "border-light": {
          "$value": "{color.swatches.gray-light1}",
          "$type": "color",
          "$description": "Brand role border-light → Gray Light 1"
        }
      }
    }
  },
  "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"
      }
    },
    "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"
      }
    }
  }
}
