{
  "$description": "Brand: DigitalOcean — dark mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette digitalocean@1.0.0",
      "do-blue": {
        "$value": "#0080FF",
        "$type": "color",
        "$description": "The DigitalOcean signature blue — the fill of the waving- ocean mark and the principal CTA color across digitalocean.com.\n"
      },
      "do-blue-dark": {
        "$value": "#0061C2",
        "$type": "color",
        "$description": "Pressed/active state for the primary CTA."
      },
      "do-blue-light": {
        "$value": "#3FA1FF",
        "$type": "color",
        "$description": "Soft accent used on illustrations and on dark surfaces."
      },
      "do-navy": {
        "$value": "#031B4E",
        "$type": "color",
        "$description": "Dark-mode canvas — the navy used on digitalocean.com dark-theme hero compositions.\n"
      },
      "do-navy-deep": {
        "$value": "#020E2A",
        "$type": "color",
        "$description": "Darkest navy used as the page-level dark canvas."
      },
      "do-ink": {
        "$value": "#031B4E",
        "$type": "color",
        "$description": "Primary text on light surfaces — the same hex as the dark canvas, used as deep ink."
      },
      "do-gray": {
        "$value": "#646F87",
        "$type": "color",
        "$description": "Secondary text and metadata."
      },
      "do-gray-light": {
        "$value": "#8B95A8",
        "$type": "color",
        "$description": "Tertiary text and disabled UI."
      },
      "do-surface": {
        "$value": "#F4F6F8",
        "$type": "color",
        "$description": "Quiet surface — card backgrounds on digitalocean.com."
      },
      "do-border": {
        "$value": "#DDE3EB",
        "$type": "color",
        "$description": "Hairline borders and dividers."
      },
      "do-white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Primary canvas on light surfaces."
      },
      "do-success": {
        "$value": "#1E944A",
        "$type": "color",
        "$description": "Confirmation / healthy-droplet state."
      },
      "do-warning": {
        "$value": "#F2A33A",
        "$type": "color",
        "$description": "Warning / pending state."
      },
      "do-error": {
        "$value": "#D9534F",
        "$type": "color",
        "$description": "Destructive / failed-droplet state."
      }
    },
    "roles": {
      "$description": "Semantic color roles (dark mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.do-navy-deep}",
        "$type": "color",
        "$description": "background role → DigitalOcean Navy Deep"
      },
      "surface": {
        "$value": "{color.swatches.do-navy}",
        "$type": "color",
        "$description": "surface role → DigitalOcean Navy"
      },
      "surface-elevated": {
        "$value": "{color.swatches.do-blue-dark}",
        "$type": "color",
        "$description": "surface-elevated role → DigitalOcean Blue Dark"
      },
      "text-primary": {
        "$value": "{color.swatches.do-white}",
        "$type": "color",
        "$description": "text-primary role → DigitalOcean White"
      },
      "text-secondary": {
        "$value": "{color.swatches.do-surface}",
        "$type": "color",
        "$description": "text-secondary role → DigitalOcean Surface"
      },
      "text-tertiary": {
        "$value": "{color.swatches.do-gray-light}",
        "$type": "color",
        "$description": "text-tertiary role → DigitalOcean Gray Light"
      },
      "primary": {
        "$value": "{color.swatches.do-blue-light}",
        "$type": "color",
        "$description": "primary role → DigitalOcean Blue Light"
      },
      "primary-hover": {
        "$value": "{color.swatches.do-blue}",
        "$type": "color",
        "$description": "primary-hover role → DigitalOcean Blue"
      },
      "accent": {
        "$value": "{color.swatches.do-blue}",
        "$type": "color",
        "$description": "accent role → DigitalOcean Blue"
      },
      "accent-hover": {
        "$value": "{color.swatches.do-blue-light}",
        "$type": "color",
        "$description": "accent-hover role → DigitalOcean Blue Light"
      },
      "warning": {
        "$value": "{color.swatches.do-warning}",
        "$type": "color",
        "$description": "warning role → DigitalOcean Warning"
      },
      "warning-hover": {
        "$value": "{color.swatches.do-error}",
        "$type": "color",
        "$description": "warning-hover role → DigitalOcean Error"
      },
      "error": {
        "$value": "{color.swatches.do-error}",
        "$type": "color",
        "$description": "error role → DigitalOcean Error"
      },
      "success": {
        "$value": "{color.swatches.do-success}",
        "$type": "color",
        "$description": "success role → DigitalOcean Success"
      },
      "border": {
        "$value": "{color.swatches.do-blue-dark}",
        "$type": "color",
        "$description": "border role → DigitalOcean Blue Dark"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.do-blue}",
          "$type": "color",
          "$description": "Brand role identity → DigitalOcean Blue"
        },
        "on-identity": {
          "$value": "{color.swatches.do-white}",
          "$type": "color",
          "$description": "Brand role on-identity → DigitalOcean White"
        },
        "primary": {
          "$value": "{color.swatches.do-blue}",
          "$type": "color",
          "$description": "Brand role primary → DigitalOcean Blue"
        },
        "primary-hover": {
          "$value": "{color.swatches.do-blue-dark}",
          "$type": "color",
          "$description": "Brand role primary-hover → DigitalOcean Blue Dark"
        },
        "accent": {
          "$value": "{color.swatches.do-blue-light}",
          "$type": "color",
          "$description": "Brand role accent → DigitalOcean Blue Light"
        },
        "accent-hover": {
          "$value": "{color.swatches.do-blue}",
          "$type": "color",
          "$description": "Brand role accent-hover → DigitalOcean Blue"
        },
        "background": {
          "$value": "{color.swatches.do-white}",
          "$type": "color",
          "$description": "Brand role background → DigitalOcean White"
        },
        "surface": {
          "$value": "{color.swatches.do-surface}",
          "$type": "color",
          "$description": "Brand role surface → DigitalOcean Surface"
        },
        "surface-elevated": {
          "$value": "{color.swatches.do-white}",
          "$type": "color",
          "$description": "Brand role surface-elevated → DigitalOcean White"
        },
        "text-primary": {
          "$value": "{color.swatches.do-ink}",
          "$type": "color",
          "$description": "Brand role text-primary → DigitalOcean Ink"
        },
        "text-secondary": {
          "$value": "{color.swatches.do-gray}",
          "$type": "color",
          "$description": "Brand role text-secondary → DigitalOcean Gray"
        },
        "text-tertiary": {
          "$value": "{color.swatches.do-gray-light}",
          "$type": "color",
          "$description": "Brand role text-tertiary → DigitalOcean Gray Light"
        },
        "chrome": {
          "$value": "{color.swatches.do-navy}",
          "$type": "color",
          "$description": "Brand role chrome → DigitalOcean Navy"
        },
        "chrome-deep": {
          "$value": "{color.swatches.do-navy-deep}",
          "$type": "color",
          "$description": "Brand role chrome-deep → DigitalOcean Navy Deep"
        },
        "mark": {
          "$value": "{color.swatches.do-blue}",
          "$type": "color",
          "$description": "Brand role mark → DigitalOcean Blue"
        }
      }
    }
  },
  "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"
      }
    }
  }
}
