{
  "$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": {
      "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."
      }
    },
    "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"
      },
      "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"
      },
      "mono": {
        "value": [
          "JetBrainsMono Nerd Font",
          "JetBrains Mono",
          "Fira Code",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.cloudflare-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.cloudflare-off-white}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.cloudflare-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.cloudflare-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.cloudflare-dark-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.cloudflare-gray}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.cloudflare-orange}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.marketing-orange}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.marketing-orange}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.cloudflare-orange}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.marketing-orange}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.cloudflare-orange}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.cloudflare-orange}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.cloudflare-gray}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.cloudflare-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.cloudflare-dark-gray}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.cloudflare-gray}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.cloudflare-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.cloudflare-light-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.cloudflare-gray}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.cloudflare-orange}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.marketing-orange}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.marketing-orange}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.cloudflare-orange}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.marketing-orange}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.cloudflare-orange}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.cloudflare-orange}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.cloudflare-light-gray}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.cloudflare-orange}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.cloudflare-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.cloudflare-orange}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.marketing-orange}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.marketing-orange}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.cloudflare-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.cloudflare-off-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.cloudflare-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.cloudflare-dark-gray}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Cloudflare",
    "ref": "cloudflare@1.0.0",
    "paletteRef": "cloudflare@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
