{
  "$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": {
      "ink-deep": {
        "value": "#101010",
        "type": "color",
        "description": "Deepest near-black accent — gradient ground."
      },
      "ink": {
        "value": "#17171C",
        "type": "color",
        "description": "Primary dark canvas — Cohere Command surface ground."
      },
      "ink-elevated": {
        "value": "#212121",
        "type": "color",
        "description": "Elevated surface on dark canvas."
      },
      "ink-quiet": {
        "value": "#2E2E2E",
        "type": "color",
        "description": "Subtle border on dark canvas."
      },
      "paper": {
        "value": "#FAFAFA",
        "type": "color",
        "description": "Light canvas — near-white marketing surface."
      },
      "paper-elevated": {
        "value": "#F2F2F2",
        "type": "color",
        "description": "Subtle elevated surface on paper canvas."
      },
      "paper-quiet": {
        "value": "#E0E0E0",
        "type": "color",
        "description": "Border / quiet divider on paper canvas."
      },
      "coral": {
        "value": "#FF7759",
        "type": "color",
        "description": "Coral — the signature gradient origin stop."
      },
      "coral-soft": {
        "value": "#FFD9D0",
        "type": "color",
        "description": "Pale coral — tinted backgrounds and quiet accents."
      },
      "coral-deep": {
        "value": "#CA492D",
        "type": "color",
        "description": "Pressed-coral variant for hover state."
      },
      "mauve": {
        "value": "#7670C5",
        "type": "color",
        "description": "Mid gradient stop — mauve violet."
      },
      "cobalt": {
        "value": "#4C6EE6",
        "type": "color",
        "description": "Cobalt — the signature gradient endpoint."
      },
      "cobalt-soft": {
        "value": "#8FA6F9",
        "type": "color",
        "description": "Soft cobalt for tinted surfaces."
      },
      "cobalt-pale": {
        "value": "#E5EBFF",
        "type": "color",
        "description": "Pale cobalt — tinted background."
      },
      "violet": {
        "value": "#9B60AA",
        "type": "color",
        "description": "Magenta-violet secondary accent."
      },
      "violet-soft": {
        "value": "#D18EE2",
        "type": "color",
        "description": "Soft violet for tinted backgrounds."
      },
      "violet-pale": {
        "value": "#EDDAF4",
        "type": "color",
        "description": "Pale violet tint."
      },
      "jade": {
        "value": "#355146",
        "type": "color",
        "description": "Deep jade — editorial and data-viz accent."
      },
      "jade-soft": {
        "value": "#71867E",
        "type": "color",
        "description": "Soft jade for borders and quiet accents."
      },
      "navy": {
        "value": "#142253",
        "type": "color",
        "description": "Deep navy — editorial accent."
      },
      "navy-mid": {
        "value": "#2D4CB9",
        "type": "color",
        "description": "Mid navy — link / focus state."
      },
      "ember": {
        "value": "#B30000",
        "type": "color",
        "description": "Ember-red — destructive action."
      },
      "text-on-paper": {
        "value": "#17171C",
        "type": "color",
        "description": "Body text on the Paper canvas."
      },
      "text-secondary": {
        "value": "#616161",
        "type": "color",
        "description": "Secondary text on Paper canvas."
      },
      "text-tertiary": {
        "value": "#9CA3AF",
        "type": "color",
        "description": "Tertiary text on Paper canvas."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Space Grotesk",
        "type": "fontFamilies",
        "description": "space-grotesk@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Space Grotesk",
        "type": "fontFamilies",
        "description": "space-grotesk@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "Geist Mono",
        "type": "fontFamilies",
        "description": "geist-mono@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Space Grotesk",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Space Grotesk",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "mono": {
        "value": [
          "Geist Mono",
          "SFMono-Regular",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "Courier New",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.paper}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.paper-elevated}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.paper}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.text-on-paper}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.text-secondary}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.text-tertiary}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.coral}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.coral-deep}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.cobalt}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.navy-mid}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.coral-soft}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.coral}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.ember}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.jade}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.paper-quiet}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.ink}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.ink-elevated}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.ink-quiet}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.paper}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.paper-quiet}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.text-tertiary}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.coral}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.coral-deep}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.cobalt-soft}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.cobalt}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.coral-soft}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.coral}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.ember}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.jade-soft}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.ink-quiet}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.ink}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.paper}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.coral}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.coral-deep}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.cobalt}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.navy-mid}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.coral}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.jade}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.coral-soft}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.ember}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.text-on-paper}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.paper}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.paper}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.ink}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.paper-elevated}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.ink-elevated}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.text-secondary}",
        "type": "color"
      },
      "text-tertiary-light": {
        "value": "{global.color.text-tertiary}",
        "type": "color"
      },
      "border-light": {
        "value": "{global.color.paper-quiet}",
        "type": "color"
      },
      "border-dark": {
        "value": "{global.color.ink-quiet}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Cohere",
    "ref": "cohere@1.0.0",
    "paletteRef": "cohere@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
