{
  "$description": "Brand: Datadog — light mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette datadog@1.0.0",
      "datadog-purple": {
        "$value": "#632CA6",
        "$type": "color",
        "$description": "The Datadog signature purple — the fill of the dog-paw mark and the principal accent across datadoghq.com.\n"
      },
      "datadog-purple-dark": {
        "$value": "#4B1F80",
        "$type": "color",
        "$description": "Pressed/active state for the primary CTA."
      },
      "datadog-purple-light": {
        "$value": "#8E5DC9",
        "$type": "color",
        "$description": "Soft accent used on dark-canvas surfaces."
      },
      "datadog-yellow": {
        "$value": "#F8B400",
        "$type": "color",
        "$description": "Datadog secondary accent — used on the dog-paw mark detail and in marketing illustrations.\n"
      },
      "datadog-canvas": {
        "$value": "#1B1F23",
        "$type": "color",
        "$description": "Datadog application canvas — the near-black chrome of the Datadog dashboard and the dark-mode marketing hero.\n"
      },
      "datadog-canvas-deep": {
        "$value": "#0E1114",
        "$type": "color",
        "$description": "Darkest canvas used as the page-level dark background."
      },
      "datadog-ink": {
        "$value": "#1B2730",
        "$type": "color",
        "$description": "Primary text on light surfaces."
      },
      "datadog-gray": {
        "$value": "#5E6A75",
        "$type": "color",
        "$description": "Secondary text and metadata."
      },
      "datadog-gray-light": {
        "$value": "#8995A1",
        "$type": "color",
        "$description": "Tertiary text and disabled UI."
      },
      "datadog-surface": {
        "$value": "#F3F4F6",
        "$type": "color",
        "$description": "Quiet surface — card backgrounds on the marketing site."
      },
      "datadog-border": {
        "$value": "#DCDFE3",
        "$type": "color",
        "$description": "Hairline borders and dividers."
      },
      "datadog-white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Primary canvas on light surfaces."
      },
      "datadog-success": {
        "$value": "#3FAE2A",
        "$type": "color",
        "$description": "Healthy / passing-monitor state."
      },
      "datadog-warning": {
        "$value": "#FFB400",
        "$type": "color",
        "$description": "Warning / degraded-state monitor."
      },
      "datadog-error": {
        "$value": "#D63B3B",
        "$type": "color",
        "$description": "Critical / alerting-monitor state."
      }
    },
    "roles": {
      "$description": "Semantic color roles (light mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.datadog-white}",
        "$type": "color",
        "$description": "background role → Datadog White"
      },
      "surface": {
        "$value": "{color.swatches.datadog-surface}",
        "$type": "color",
        "$description": "surface role → Datadog Surface"
      },
      "surface-elevated": {
        "$value": "{color.swatches.datadog-white}",
        "$type": "color",
        "$description": "surface-elevated role → Datadog White"
      },
      "text-primary": {
        "$value": "{color.swatches.datadog-ink}",
        "$type": "color",
        "$description": "text-primary role → Datadog Ink"
      },
      "text-secondary": {
        "$value": "{color.swatches.datadog-gray}",
        "$type": "color",
        "$description": "text-secondary role → Datadog Gray"
      },
      "text-tertiary": {
        "$value": "{color.swatches.datadog-gray-light}",
        "$type": "color",
        "$description": "text-tertiary role → Datadog Gray Light"
      },
      "primary": {
        "$value": "{color.swatches.datadog-purple}",
        "$type": "color",
        "$description": "primary role → Datadog Purple"
      },
      "primary-hover": {
        "$value": "{color.swatches.datadog-purple-dark}",
        "$type": "color",
        "$description": "primary-hover role → Datadog Purple Dark"
      },
      "accent": {
        "$value": "{color.swatches.datadog-yellow}",
        "$type": "color",
        "$description": "accent role → Datadog Yellow"
      },
      "accent-hover": {
        "$value": "{color.swatches.datadog-purple-light}",
        "$type": "color",
        "$description": "accent-hover role → Datadog Purple Light"
      },
      "warning": {
        "$value": "{color.swatches.datadog-warning}",
        "$type": "color",
        "$description": "warning role → Datadog Warning"
      },
      "warning-hover": {
        "$value": "{color.swatches.datadog-error}",
        "$type": "color",
        "$description": "warning-hover role → Datadog Error"
      },
      "error": {
        "$value": "{color.swatches.datadog-error}",
        "$type": "color",
        "$description": "error role → Datadog Error"
      },
      "success": {
        "$value": "{color.swatches.datadog-success}",
        "$type": "color",
        "$description": "success role → Datadog Success"
      },
      "border": {
        "$value": "{color.swatches.datadog-border}",
        "$type": "color",
        "$description": "border role → Datadog Border"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.datadog-purple}",
          "$type": "color",
          "$description": "Brand role identity → Datadog Purple"
        },
        "on-identity": {
          "$value": "{color.swatches.datadog-white}",
          "$type": "color",
          "$description": "Brand role on-identity → Datadog White"
        },
        "primary": {
          "$value": "{color.swatches.datadog-purple}",
          "$type": "color",
          "$description": "Brand role primary → Datadog Purple"
        },
        "primary-hover": {
          "$value": "{color.swatches.datadog-purple-dark}",
          "$type": "color",
          "$description": "Brand role primary-hover → Datadog Purple Dark"
        },
        "accent": {
          "$value": "{color.swatches.datadog-yellow}",
          "$type": "color",
          "$description": "Brand role accent → Datadog Yellow"
        },
        "accent-hover": {
          "$value": "{color.swatches.datadog-purple-light}",
          "$type": "color",
          "$description": "Brand role accent-hover → Datadog Purple Light"
        },
        "background": {
          "$value": "{color.swatches.datadog-white}",
          "$type": "color",
          "$description": "Brand role background → Datadog White"
        },
        "surface": {
          "$value": "{color.swatches.datadog-surface}",
          "$type": "color",
          "$description": "Brand role surface → Datadog Surface"
        },
        "surface-elevated": {
          "$value": "{color.swatches.datadog-white}",
          "$type": "color",
          "$description": "Brand role surface-elevated → Datadog White"
        },
        "text-primary": {
          "$value": "{color.swatches.datadog-ink}",
          "$type": "color",
          "$description": "Brand role text-primary → Datadog Ink"
        },
        "text-secondary": {
          "$value": "{color.swatches.datadog-gray}",
          "$type": "color",
          "$description": "Brand role text-secondary → Datadog Gray"
        },
        "text-tertiary": {
          "$value": "{color.swatches.datadog-gray-light}",
          "$type": "color",
          "$description": "Brand role text-tertiary → Datadog Gray Light"
        },
        "chrome": {
          "$value": "{color.swatches.datadog-canvas}",
          "$type": "color",
          "$description": "Brand role chrome → Datadog Canvas"
        },
        "chrome-deep": {
          "$value": "{color.swatches.datadog-canvas-deep}",
          "$type": "color",
          "$description": "Brand role chrome-deep → Datadog Canvas Deep"
        },
        "mark": {
          "$value": "{color.swatches.datadog-purple}",
          "$type": "color",
          "$description": "Brand role mark → Datadog Purple"
        }
      }
    }
  },
  "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"
      }
    }
  }
}
