{
  "$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": {
      "react-cyan": {
        "value": "#61DAFB",
        "type": "color",
        "description": "Canonical React logo color — the cyan of the atom-orbit mark used since the original Facebook open-source release.\n"
      },
      "react-blue-50": {
        "value": "#087EA4",
        "type": "color",
        "description": "link / brand color on light surfaces."
      },
      "react-blue-40": {
        "value": "#149ECA",
        "type": "color",
        "description": "docs link color on light surfaces."
      },
      "react-blue-30": {
        "value": "#58C4DC",
        "type": "color",
        "description": "link / brand color on dark surfaces."
      },
      "react-blue-80": {
        "value": "#043849",
        "type": "color",
        "description": "deep blue used for hover states on light surfaces."
      },
      "react-blue-10": {
        "value": "#E6F7FF",
        "type": "color",
        "description": "highlight tint on light surfaces."
      },
      "gray-95": {
        "value": "#16181D",
        "type": "color",
        "description": "deepest dark-mode background."
      },
      "gray-90": {
        "value": "#23272F",
        "type": "color",
        "description": "primary dark canvas (wash-dark / primary)."
      },
      "gray-80": {
        "value": "#343A46",
        "type": "color",
        "description": "dark-mode borders and card surfaces."
      },
      "gray-70": {
        "value": "#404756",
        "type": "color",
        "description": "secondary text on dark surfaces."
      },
      "gray-60": {
        "value": "#4E5769",
        "type": "color",
        "description": "tertiary text."
      },
      "gray-50": {
        "value": "#5E687E",
        "type": "color",
        "description": "muted text."
      },
      "gray-30": {
        "value": "#99A1B3",
        "type": "color",
        "description": "tertiary text on dark."
      },
      "gray-10": {
        "value": "#EBECF0",
        "type": "color",
        "description": "light-mode borders and dividers."
      },
      "gray-5": {
        "value": "#F6F7F9",
        "type": "color",
        "description": "light-mode card surfaces."
      },
      "react-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "light-mode page canvas (wash)."
      },
      "yellow-50": {
        "value": "#C76A15",
        "type": "color",
        "description": "docs warning amber."
      },
      "red-50": {
        "value": "#A6423A",
        "type": "color",
        "description": "docs danger red."
      },
      "green-50": {
        "value": "#388F7F",
        "type": "color",
        "description": "docs success teal-green."
      },
      "purple-50": {
        "value": "#575FB7",
        "type": "color",
        "description": "docs accent purple."
      }
    },
    "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": "Source Code Pro",
        "type": "fontFamilies",
        "description": "source-code-pro@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": [
          "Source Code Pro",
          "ui-monospace",
          "SFMono-Regular",
          "Menlo",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.react-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.gray-5}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.react-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.gray-90}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.gray-70}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.gray-50}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.react-blue-50}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.react-blue-80}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.react-cyan}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.react-blue-40}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.yellow-50}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.yellow-50}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.red-50}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.green-50}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.gray-90}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.gray-80}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.gray-70}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.react-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.gray-30}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.gray-50}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.react-blue-30}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.react-blue-40}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.react-cyan}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.react-blue-30}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.yellow-50}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.yellow-50}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.red-50}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.green-50}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.react-cyan}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.gray-90}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.react-blue-50}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.react-blue-80}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.react-cyan}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.react-blue-40}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.gray-90}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.gray-80}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.react-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.gray-30}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "React",
    "ref": "react@1.0.0",
    "paletteRef": "react@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
