{
  "$description": "Brand: Cloudflare — dark mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette cloudflare@1.0.0",
      "cloudflare-orange": {
        "$value": "#F38020",
        "$type": "color",
        "$description": "Primary brand color. The signature Cloudflare orange used on the cloud-and-line corporate mark and across primary CTAs.\n"
      },
      "marketing-orange": {
        "$value": "#FBAD41",
        "$type": "color",
        "$description": "Lighter orange used in marketing materials and the dual-orange gradient that anchors many Cloudflare hero compositions.\n"
      },
      "cloudflare-black": {
        "$value": "#222222",
        "$type": "color",
        "$description": "Near-black used for primary text and dark surfaces."
      },
      "cloudflare-dark-gray": {
        "$value": "#404041",
        "$type": "color",
        "$description": "Secondary dark surface; wordmark fill alternative."
      },
      "cloudflare-gray": {
        "$value": "#808080",
        "$type": "color",
        "$description": "Mid gray used for secondary text and inactive UI."
      },
      "cloudflare-light-gray": {
        "$value": "#D9D9D9",
        "$type": "color",
        "$description": "Subtle dividers, borders, and quiet card surfaces."
      },
      "cloudflare-off-white": {
        "$value": "#F6F6F6",
        "$type": "color",
        "$description": "Page-level background tint, lighter than card surfaces."
      },
      "cloudflare-white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Base background and reversed text on the orange mark."
      }
    },
    "roles": {
      "$description": "Semantic color roles (dark mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.cloudflare-black}",
        "$type": "color",
        "$description": "background role → Cloudflare Black"
      },
      "surface": {
        "$value": "{color.swatches.cloudflare-dark-gray}",
        "$type": "color",
        "$description": "surface role → Cloudflare Dark Gray"
      },
      "surface-elevated": {
        "$value": "{color.swatches.cloudflare-gray}",
        "$type": "color",
        "$description": "surface-elevated role → Cloudflare Gray"
      },
      "text-primary": {
        "$value": "{color.swatches.cloudflare-white}",
        "$type": "color",
        "$description": "text-primary role → Cloudflare White"
      },
      "text-secondary": {
        "$value": "{color.swatches.cloudflare-light-gray}",
        "$type": "color",
        "$description": "text-secondary role → Cloudflare Light Gray"
      },
      "text-tertiary": {
        "$value": "{color.swatches.cloudflare-gray}",
        "$type": "color",
        "$description": "text-tertiary role → Cloudflare Gray"
      },
      "primary": {
        "$value": "{color.swatches.cloudflare-orange}",
        "$type": "color",
        "$description": "primary role → Cloudflare Orange"
      },
      "primary-hover": {
        "$value": "{color.swatches.marketing-orange}",
        "$type": "color",
        "$description": "primary-hover role → Marketing Orange"
      },
      "accent": {
        "$value": "{color.swatches.marketing-orange}",
        "$type": "color",
        "$description": "accent role → Marketing Orange"
      },
      "accent-hover": {
        "$value": "{color.swatches.cloudflare-orange}",
        "$type": "color",
        "$description": "accent-hover role → Cloudflare Orange"
      },
      "warning": {
        "$value": "{color.swatches.marketing-orange}",
        "$type": "color",
        "$description": "warning role → Marketing Orange"
      },
      "warning-hover": {
        "$value": "{color.swatches.cloudflare-orange}",
        "$type": "color",
        "$description": "warning-hover role → Cloudflare Orange"
      },
      "error": {
        "$value": "{color.swatches.cloudflare-orange}",
        "$type": "color",
        "$description": "error role → Cloudflare Orange"
      },
      "success": {
        "$value": "{color.swatches.cloudflare-light-gray}",
        "$type": "color",
        "$description": "success role → Cloudflare Light Gray"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.cloudflare-orange}",
          "$type": "color",
          "$description": "Brand role identity → Cloudflare Orange"
        },
        "on-identity": {
          "$value": "{color.swatches.cloudflare-white}",
          "$type": "color",
          "$description": "Brand role on-identity → Cloudflare White"
        },
        "primary": {
          "$value": "{color.swatches.cloudflare-orange}",
          "$type": "color",
          "$description": "Brand role primary → Cloudflare Orange"
        },
        "primary-hover": {
          "$value": "{color.swatches.marketing-orange}",
          "$type": "color",
          "$description": "Brand role primary-hover → Marketing Orange"
        },
        "accent": {
          "$value": "{color.swatches.marketing-orange}",
          "$type": "color",
          "$description": "Brand role accent → Marketing Orange"
        },
        "background": {
          "$value": "{color.swatches.cloudflare-white}",
          "$type": "color",
          "$description": "Brand role background → Cloudflare White"
        },
        "surface": {
          "$value": "{color.swatches.cloudflare-off-white}",
          "$type": "color",
          "$description": "Brand role surface → Cloudflare Off-White"
        },
        "text-primary": {
          "$value": "{color.swatches.cloudflare-black}",
          "$type": "color",
          "$description": "Brand role text-primary → Cloudflare Black"
        },
        "text-secondary": {
          "$value": "{color.swatches.cloudflare-dark-gray}",
          "$type": "color",
          "$description": "Brand role text-secondary → Cloudflare Dark Gray"
        }
      }
    }
  },
  "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"
      }
    }
  }
}
