{
  "$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": {
      "deep-space-0": {
        "value": "#07090F",
        "type": "color",
        "description": "Primary canvas — the deepest base."
      },
      "deep-space-1": {
        "value": "#0B1020",
        "type": "color",
        "description": "Slightly elevated surface above canvas."
      },
      "deep-space-2": {
        "value": "#11182C",
        "type": "color",
        "description": "Elevated surface for cards, modals, panels."
      },
      "snow-0": {
        "value": "#EEF1F7",
        "type": "color",
        "description": "Primary text on deep-space canvas."
      },
      "snow-1": {
        "value": "#A4ADBF",
        "type": "color",
        "description": "Secondary text, descriptions, captions."
      },
      "snow-2": {
        "value": "#7D8699",
        "type": "color",
        "description": "Tertiary text, disabled states, micro-copy."
      },
      "frost-cyan": {
        "value": "#5CD6FF",
        "type": "color",
        "description": "Primary accent. Links, interactive elements, focus ring."
      },
      "frost-cyan-soft": {
        "value": "#8DE4FF",
        "type": "color",
        "description": "Hover/active state of the primary accent."
      },
      "solar-gold": {
        "value": "#F4C75E",
        "type": "color",
        "description": "Brand mark color. The hexagonal-spiral logo, key wordmark accents."
      },
      "solar-gold-soft": {
        "value": "#FFD982",
        "type": "color",
        "description": "Soft gold for backgrounds, hover states, secondary emphasis."
      },
      "ember-orange": {
        "value": "#FF8A3D",
        "type": "color",
        "description": "Tertiary accent. Ambient warmth, secondary calls-to-action."
      },
      "ember-orange-soft": {
        "value": "#FFB070",
        "type": "color",
        "description": "Soft orange for backgrounds, hover states."
      },
      "hairline-faint": {
        "value": "#FFFFFF14",
        "type": "color",
        "description": "Subtle borders, dividers (white at ~8% alpha)."
      },
      "hairline-strong": {
        "value": "#FFFFFF24",
        "type": "color",
        "description": "Stronger borders for emphasized separations (~14% alpha)."
      },
      "pure-white": {
        "value": "#FFFFFF",
        "type": "color"
      },
      "pure-black": {
        "value": "#000000",
        "type": "color"
      },
      "parchment-canvas": {
        "value": "#F9F7F0",
        "type": "color",
        "description": "Warm cream canvas for light mode — complements gold accent."
      },
      "parchment-surface": {
        "value": "#FDFCF7",
        "type": "color",
        "description": "Elevated surface above the parchment canvas."
      }
    },
    "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"
      }
    },
    "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"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.parchment-canvas}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.parchment-surface}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.pure-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.deep-space-0}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.deep-space-1}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.snow-2}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.frost-cyan}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.frost-cyan-soft}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.solar-gold}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.solar-gold-soft}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.ember-orange}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.ember-orange-soft}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.solar-gold}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.deep-space-0}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.deep-space-1}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.deep-space-2}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.snow-0}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.snow-1}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.snow-2}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.frost-cyan}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.frost-cyan-soft}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.solar-gold}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.solar-gold-soft}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.ember-orange}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.ember-orange-soft}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.solar-gold}",
        "type": "color"
      },
      "hairline": {
        "value": "{global.color.hairline-faint}",
        "type": "color"
      },
      "hairline-strong": {
        "value": "{global.color.hairline-strong}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.deep-space-0}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.snow-0}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.deep-space-0}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.deep-space-1}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.deep-space-2}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.snow-0}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.snow-1}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.snow-2}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.frost-cyan}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.frost-cyan-soft}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.solar-gold}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.solar-gold-soft}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.solar-gold}",
        "type": "color"
      },
      "warmth": {
        "value": "{global.color.ember-orange}",
        "type": "color"
      },
      "text-emphasis": {
        "value": "{global.color.snow-0}",
        "type": "color"
      },
      "text-muted": {
        "value": "{global.color.snow-1}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Convergent Systems",
    "ref": "convergent-systems@1.0.0",
    "paletteRef": "convergent-deep-space@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
