{
  "$description": "Brand: Cohere — dark mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette cohere@1.0.0",
      "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."
      }
    },
    "roles": {
      "$description": "Semantic color roles (dark mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.ink}",
        "$type": "color",
        "$description": "background role → Ink"
      },
      "surface": {
        "$value": "{color.swatches.ink-elevated}",
        "$type": "color",
        "$description": "surface role → Ink Elevated"
      },
      "surface-elevated": {
        "$value": "{color.swatches.ink-quiet}",
        "$type": "color",
        "$description": "surface-elevated role → Ink Quiet"
      },
      "text-primary": {
        "$value": "{color.swatches.paper}",
        "$type": "color",
        "$description": "text-primary role → Paper"
      },
      "text-secondary": {
        "$value": "{color.swatches.paper-quiet}",
        "$type": "color",
        "$description": "text-secondary role → Paper Quiet"
      },
      "text-tertiary": {
        "$value": "{color.swatches.text-tertiary}",
        "$type": "color",
        "$description": "text-tertiary role → Text Tertiary"
      },
      "primary": {
        "$value": "{color.swatches.coral}",
        "$type": "color",
        "$description": "primary role → Coral"
      },
      "primary-hover": {
        "$value": "{color.swatches.coral-deep}",
        "$type": "color",
        "$description": "primary-hover role → Coral Deep"
      },
      "accent": {
        "$value": "{color.swatches.cobalt-soft}",
        "$type": "color",
        "$description": "accent role → Cobalt Soft"
      },
      "accent-hover": {
        "$value": "{color.swatches.cobalt}",
        "$type": "color",
        "$description": "accent-hover role → Cobalt"
      },
      "warning": {
        "$value": "{color.swatches.coral-soft}",
        "$type": "color",
        "$description": "warning role → Coral Soft"
      },
      "warning-hover": {
        "$value": "{color.swatches.coral}",
        "$type": "color",
        "$description": "warning-hover role → Coral"
      },
      "error": {
        "$value": "{color.swatches.ember}",
        "$type": "color",
        "$description": "error role → Ember"
      },
      "success": {
        "$value": "{color.swatches.jade-soft}",
        "$type": "color",
        "$description": "success role → Jade Soft"
      },
      "border": {
        "$value": "{color.swatches.ink-quiet}",
        "$type": "color",
        "$description": "border role → Ink Quiet"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.ink}",
          "$type": "color",
          "$description": "Brand role identity → Ink"
        },
        "on-identity": {
          "$value": "{color.swatches.paper}",
          "$type": "color",
          "$description": "Brand role on-identity → Paper"
        },
        "primary": {
          "$value": "{color.swatches.coral}",
          "$type": "color",
          "$description": "Brand role primary → Coral"
        },
        "primary-hover": {
          "$value": "{color.swatches.coral-deep}",
          "$type": "color",
          "$description": "Brand role primary-hover → Coral Deep"
        },
        "accent": {
          "$value": "{color.swatches.cobalt}",
          "$type": "color",
          "$description": "Brand role accent → Cobalt"
        },
        "accent-hover": {
          "$value": "{color.swatches.navy-mid}",
          "$type": "color",
          "$description": "Brand role accent-hover → Navy Mid"
        },
        "mark": {
          "$value": "{color.swatches.coral}",
          "$type": "color",
          "$description": "Brand role mark → Coral"
        },
        "success": {
          "$value": "{color.swatches.jade}",
          "$type": "color",
          "$description": "Brand role success → Jade"
        },
        "warning": {
          "$value": "{color.swatches.coral-soft}",
          "$type": "color",
          "$description": "Brand role warning → Coral Soft"
        },
        "error": {
          "$value": "{color.swatches.ember}",
          "$type": "color",
          "$description": "Brand role error → Ember"
        },
        "text-primary-light": {
          "$value": "{color.swatches.text-on-paper}",
          "$type": "color",
          "$description": "Brand role text-primary-light → Text on Paper"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.paper}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → Paper"
        },
        "background-light": {
          "$value": "{color.swatches.paper}",
          "$type": "color",
          "$description": "Brand role background-light → Paper"
        },
        "background-dark": {
          "$value": "{color.swatches.ink}",
          "$type": "color",
          "$description": "Brand role background-dark → Ink"
        },
        "surface-light": {
          "$value": "{color.swatches.paper-elevated}",
          "$type": "color",
          "$description": "Brand role surface-light → Paper Elevated"
        },
        "surface-dark": {
          "$value": "{color.swatches.ink-elevated}",
          "$type": "color",
          "$description": "Brand role surface-dark → Ink Elevated"
        },
        "text-secondary-light": {
          "$value": "{color.swatches.text-secondary}",
          "$type": "color",
          "$description": "Brand role text-secondary-light → Text Secondary"
        },
        "text-tertiary-light": {
          "$value": "{color.swatches.text-tertiary}",
          "$type": "color",
          "$description": "Brand role text-tertiary-light → Text Tertiary"
        },
        "border-light": {
          "$value": "{color.swatches.paper-quiet}",
          "$type": "color",
          "$description": "Brand role border-light → Paper Quiet"
        },
        "border-dark": {
          "$value": "{color.swatches.ink-quiet}",
          "$type": "color",
          "$description": "Brand role border-dark → Ink Quiet"
        }
      }
    }
  },
  "font": {
    "$description": "Typography roles mapped to font atoms",
    "heading": {
      "family": {
        "$value": [
          "Space Grotesk",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "heading role → Space Grotesk (space-grotesk@1.0.0)"
      },
      "weight": {
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "body": {
      "family": {
        "$value": [
          "Space Grotesk",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "body role → Space Grotesk (space-grotesk@1.0.0)"
      },
      "weight": {
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "mono": {
      "family": {
        "$value": [
          "Geist Mono",
          "SFMono-Regular",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "Courier New",
          "monospace"
        ],
        "$type": "fontFamily",
        "$description": "mono role → Geist Mono (geist-mono@1.0.0)"
      },
      "weight": {
        "100": {
          "$value": 100,
          "$type": "fontWeight"
        },
        "200": {
          "$value": 200,
          "$type": "fontWeight"
        },
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "800": {
          "$value": 800,
          "$type": "fontWeight"
        },
        "900": {
          "$value": 900,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    }
  }
}
