{
  "$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": {
      "hey-yellow": {
        "value": "#FFFF00",
        "type": "color",
        "description": "The defining HEY accent — a pure CSS-yellow used as a highlight throughout the product (think text-marker / \"Screener\" highlight bar). Loud by design.\n"
      },
      "hey-blue": {
        "value": "#0088CC",
        "type": "color",
        "description": "The action blue captured from hey.com — used for links, primary buttons, and active-state affordance.\n"
      },
      "hey-blue-hover": {
        "value": "#1A8AD5",
        "type": "color",
        "description": "Slightly brighter hover variant."
      },
      "hey-blue-active": {
        "value": "#176BAD",
        "type": "color",
        "description": "Pressed / active blue."
      },
      "hey-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Page canvas — pure white, no warm tint."
      },
      "hey-near-white": {
        "value": "#FCFCFC",
        "type": "color",
        "description": "Subtle elevated surface."
      },
      "hey-grey-100": {
        "value": "#F5F5F5",
        "type": "color",
        "description": "Hairline panel background."
      },
      "hey-grey-300": {
        "value": "#DDDDDD",
        "type": "color",
        "description": "Border and divider on light surfaces."
      },
      "hey-grey-500": {
        "value": "#888888",
        "type": "color",
        "description": "Tertiary text / inactive icon."
      },
      "hey-grey-700": {
        "value": "#555555",
        "type": "color",
        "description": "Secondary text."
      },
      "hey-text": {
        "value": "#333333",
        "type": "color",
        "description": "Body text on white canvas."
      },
      "hey-heading": {
        "value": "#222222",
        "type": "color",
        "description": "Heading and emphasis text on white."
      },
      "hey-near-black": {
        "value": "#1E1E1E",
        "type": "color",
        "description": "Deepest ink for high-contrast type and dark-mode canvas."
      },
      "hey-success": {
        "value": "#3C763D",
        "type": "color",
        "description": "Confirmation green — Bootstrap success-text heritage."
      },
      "hey-success-bg": {
        "value": "#DFF0D8",
        "type": "color",
        "description": "Success-state surface tint."
      },
      "hey-error": {
        "value": "#A94442",
        "type": "color",
        "description": "Error red — Bootstrap danger-text heritage."
      },
      "hey-error-bg": {
        "value": "#F2DEDE",
        "type": "color",
        "description": "Error-state surface tint."
      },
      "hey-warning": {
        "value": "#8A6D3B",
        "type": "color",
        "description": "Warning amber."
      },
      "hey-warning-bg": {
        "value": "#FCF8E3",
        "type": "color",
        "description": "Warning-state surface tint."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Helvetica Neue",
        "type": "fontFamilies",
        "description": "helvetica-neue@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Helvetica Neue",
        "type": "fontFamilies",
        "description": "helvetica-neue@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Helvetica Neue",
          "Helvetica",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Helvetica Neue",
          "Helvetica",
          "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.hey-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.hey-grey-100}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.hey-near-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.hey-text}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.hey-grey-700}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.hey-grey-500}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.hey-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.hey-blue-hover}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.hey-yellow}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.hey-yellow}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.hey-warning}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.hey-warning}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.hey-error}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.hey-success}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.hey-grey-300}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.hey-near-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.hey-grey-700}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.hey-grey-500}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.hey-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.hey-grey-300}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.hey-grey-500}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.hey-blue-hover}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.hey-blue}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.hey-yellow}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.hey-yellow}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.hey-warning}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.hey-warning}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.hey-error}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.hey-success}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.hey-grey-700}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.hey-white}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.hey-heading}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.hey-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.hey-blue-hover}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.hey-yellow}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.hey-yellow}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.hey-heading}",
        "type": "color"
      },
      "highlight": {
        "value": "{global.color.hey-yellow}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.hey-success}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.hey-warning}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.hey-error}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.hey-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.hey-grey-100}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.hey-text}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.hey-grey-700}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "HEY",
    "ref": "hey@1.0.0",
    "paletteRef": "hey@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
