{
  "$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": {
      "purple-60": {
        "value": "#714CB6",
        "type": "color",
        "description": "Superhuman's primary identity hue — the Purple-60 brand anchor used as --color-action-primary in light mode and as the dominant marketing-accent color.\n"
      },
      "purple-80": {
        "value": "#533192",
        "type": "color",
        "description": "Pressed / active variant of Purple-60."
      },
      "purple-90": {
        "value": "#3F256F",
        "type": "color",
        "description": "Deepest pressed purple — primary \"darker\" token."
      },
      "purple-40": {
        "value": "#9E7BE0",
        "type": "color",
        "description": "Mid-tone purple used in dark-mode primary affordance."
      },
      "purple-30": {
        "value": "#BEA1F5",
        "type": "color",
        "description": "Hover / lift variant on dark surfaces."
      },
      "purple-20": {
        "value": "#D4C7FF",
        "type": "color",
        "description": "Light-tint purple — dark-mode primary action token."
      },
      "purple-10": {
        "value": "#E8E0FF",
        "type": "color",
        "description": "Surface-tint purple for accent backgrounds in light mode."
      },
      "mulberry-black": {
        "value": "#241013",
        "type": "color",
        "description": "The dramatic near-black hero canvas — a warm mulberry-tinged black used as the dark-mode page background on superhuman.com.\n"
      },
      "mulberry-100": {
        "value": "#421D24",
        "type": "color",
        "description": "Elevated dark-mode surface — the next step up from the Mulberry-Black canvas, used for dark-mode card and panel fills.\n"
      },
      "mulberry-80": {
        "value": "#792D4B",
        "type": "color",
        "description": "Pressed accent on dark surfaces."
      },
      "neutral-0": {
        "value": "#FCFAF7",
        "type": "color",
        "description": "Warm off-white page canvas in light mode — the Superhuman \"paper\" surface, slightly cream rather than pure white.\n"
      },
      "neutral-5": {
        "value": "#F7F5F2",
        "type": "color",
        "description": "Slight elevated surface tint in light mode."
      },
      "neutral-10": {
        "value": "#F2F0EB",
        "type": "color",
        "description": "Secondary background / faded-light surface."
      },
      "neutral-30": {
        "value": "#BFBCB6",
        "type": "color",
        "description": "Soft border / divider on warm surfaces."
      },
      "neutral-60": {
        "value": "#73716D",
        "type": "color",
        "description": "Faded text / icon-soft token."
      },
      "neutral-80": {
        "value": "#474543",
        "type": "color",
        "description": "Shadow / secondary text on dark surfaces."
      },
      "neutral-90": {
        "value": "#292827",
        "type": "color",
        "description": "Primary body text on the warm canvas; also acts as the secondary-action base color.\n"
      },
      "neutral-100": {
        "value": "#141413",
        "type": "color",
        "description": "Deepest ink — heading text and high-contrast type."
      },
      "gold-pro-60": {
        "value": "#E57300",
        "type": "color",
        "description": "Warm gold accent used for highlight and warning states."
      },
      "orange-40": {
        "value": "#F18333",
        "type": "color",
        "description": "Warning-light tone on dark surfaces."
      },
      "red-40": {
        "value": "#F72A42",
        "type": "color",
        "description": "Error / destructive accent."
      },
      "red-60": {
        "value": "#CD0037",
        "type": "color",
        "description": "Error base on light surfaces."
      },
      "green-60": {
        "value": "#148072",
        "type": "color",
        "description": "Success base — Superhuman's teal-leaning green."
      },
      "green-40": {
        "value": "#26A28B",
        "type": "color",
        "description": "Success-light / data-positive on dark surfaces."
      },
      "sky-60": {
        "value": "#0163C6",
        "type": "color",
        "description": "Focus-ring blue."
      },
      "yellow-30": {
        "value": "#F9D255",
        "type": "color",
        "description": "Mid-yellow accent for highlights."
      },
      "white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Base reversed-text and bright surface fill."
      }
    },
    "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.neutral-0}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.neutral-5}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.neutral-90}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.neutral-60}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.neutral-30}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.purple-60}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.purple-80}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.purple-60}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.purple-80}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.gold-pro-60}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.orange-40}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.red-60}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.green-60}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.neutral-30}",
        "type": "color"
      },
      "focus-ring": {
        "value": "{global.color.sky-60}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.mulberry-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.mulberry-100}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.neutral-80}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.neutral-10}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.neutral-30}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.purple-20}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.purple-30}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.purple-20}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.purple-30}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.orange-40}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.gold-pro-60}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.red-40}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.green-40}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.neutral-80}",
        "type": "color"
      },
      "focus-ring": {
        "value": "{global.color.sky-60}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.mulberry-black}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.purple-60}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.purple-80}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.purple-60}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.purple-80}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.purple-60}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.green-60}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.gold-pro-60}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.red-60}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.neutral-90}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.neutral-0}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.mulberry-black}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.neutral-5}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.mulberry-100}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.neutral-60}",
        "type": "color"
      },
      "text-tertiary-light": {
        "value": "{global.color.neutral-30}",
        "type": "color"
      },
      "border-light": {
        "value": "{global.color.neutral-30}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Superhuman",
    "ref": "superhuman@1.0.0",
    "paletteRef": "superhuman@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
