{
  "$description": "Brand: Valkyre.ai — light mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette valkyre-ai@1.0.0",
      "black": {
        "$value": "#000000",
        "$type": "color",
        "$description": "Pure black — primary background"
      },
      "surface": {
        "$value": "#0d0f14",
        "$type": "color",
        "$description": "Near-black surface for cards and panels"
      },
      "surface-elevated": {
        "$value": "#161a22",
        "$type": "color",
        "$description": "Slightly lighter surface for elevated components"
      },
      "border": {
        "$value": "#1e2530",
        "$type": "color",
        "$description": "Subtle border on dark backgrounds"
      },
      "red": {
        "$value": "#d41b2a",
        "$type": "color",
        "$description": "Crimson red — red team, offense, attack vectors"
      },
      "red-bright": {
        "$value": "#f02233",
        "$type": "color",
        "$description": "Brighter red for hover and interactive states"
      },
      "red-muted": {
        "$value": "#7a1018",
        "$type": "color",
        "$description": "Deep crimson for backgrounds and subtle indicators"
      },
      "blue": {
        "$value": "#1b67e8",
        "$type": "color",
        "$description": "Electric blue — blue team, defense, monitoring"
      },
      "blue-bright": {
        "$value": "#2e7af5",
        "$type": "color",
        "$description": "Brighter blue for hover and interactive states"
      },
      "blue-muted": {
        "$value": "#0f3d8a",
        "$type": "color",
        "$description": "Deep blue for backgrounds and subtle indicators"
      },
      "violet": {
        "$value": "#7c3aed",
        "$type": "color",
        "$description": "Violet — AI cognitive layer; the convergence of red and blue"
      },
      "violet-bright": {
        "$value": "#9f5cf7",
        "$type": "color",
        "$description": "Brighter violet for hover states"
      },
      "white": {
        "$value": "#ffffff",
        "$type": "color",
        "$description": "Pure white — primary text"
      },
      "gray-100": {
        "$value": "#e6e8ee",
        "$type": "color",
        "$description": "Near-white — headings and high-emphasis text"
      },
      "gray-400": {
        "$value": "#9ca3af",
        "$type": "color",
        "$description": "Mid-gray — secondary text and metadata"
      },
      "gray-600": {
        "$value": "#4b5563",
        "$type": "color",
        "$description": "Dark gray — muted text and disabled states"
      },
      "success": {
        "$value": "#16a34a",
        "$type": "color",
        "$description": "Green — engagement active, scan complete, finding resolved"
      },
      "warning": {
        "$value": "#d97706",
        "$type": "color",
        "$description": "Amber — degraded device, expiring artifact, elevated risk"
      },
      "error": {
        "$value": "#dc2626",
        "$type": "color",
        "$description": "Red error — distinct from brand red; critical system failure"
      }
    },
    "roles": {
      "$description": "Semantic color roles (light mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.white}",
        "$type": "color",
        "$description": "background role → White"
      },
      "surface": {
        "$value": "{color.swatches.gray-100}",
        "$type": "color",
        "$description": "surface role → Gray 100"
      },
      "surface-elevated": {
        "$value": "{color.swatches.white}",
        "$type": "color",
        "$description": "surface-elevated role → White"
      },
      "text-primary": {
        "$value": "{color.swatches.black}",
        "$type": "color",
        "$description": "text-primary role → Black"
      },
      "text-secondary": {
        "$value": "{color.swatches.surface-elevated}",
        "$type": "color",
        "$description": "text-secondary role → Surface Elevated"
      },
      "text-tertiary": {
        "$value": "{color.swatches.gray-400}",
        "$type": "color",
        "$description": "text-tertiary role → Gray 400"
      },
      "primary": {
        "$value": "{color.swatches.blue}",
        "$type": "color",
        "$description": "primary role → Blue"
      },
      "primary-hover": {
        "$value": "{color.swatches.blue-bright}",
        "$type": "color",
        "$description": "primary-hover role → Blue Bright"
      },
      "accent": {
        "$value": "{color.swatches.red}",
        "$type": "color",
        "$description": "accent role → Red"
      },
      "accent-hover": {
        "$value": "{color.swatches.red-bright}",
        "$type": "color",
        "$description": "accent-hover role → Red Bright"
      },
      "mark": {
        "$value": "{color.swatches.violet}",
        "$type": "color",
        "$description": "mark role → Violet"
      },
      "warning": {
        "$value": "{color.swatches.warning}",
        "$type": "color",
        "$description": "warning role → Warning"
      },
      "error": {
        "$value": "{color.swatches.error}",
        "$type": "color",
        "$description": "error role → Error"
      },
      "success": {
        "$value": "{color.swatches.success}",
        "$type": "color",
        "$description": "success role → Success"
      },
      "border": {
        "$value": "{color.swatches.border}",
        "$type": "color",
        "$description": "border role → Border"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.blue}",
          "$type": "color",
          "$description": "Brand role identity → Blue"
        },
        "on-identity": {
          "$value": "{color.swatches.white}",
          "$type": "color",
          "$description": "Brand role on-identity → White"
        },
        "primary": {
          "$value": "{color.swatches.blue}",
          "$type": "color",
          "$description": "Brand role primary → Blue"
        },
        "primary-hover": {
          "$value": "{color.swatches.blue-bright}",
          "$type": "color",
          "$description": "Brand role primary-hover → Blue Bright"
        },
        "accent": {
          "$value": "{color.swatches.red}",
          "$type": "color",
          "$description": "Brand role accent → Red"
        },
        "accent-hover": {
          "$value": "{color.swatches.red-bright}",
          "$type": "color",
          "$description": "Brand role accent-hover → Red Bright"
        },
        "mark": {
          "$value": "{color.swatches.violet}",
          "$type": "color",
          "$description": "Brand role mark → Violet"
        },
        "background-dark": {
          "$value": "{color.swatches.black}",
          "$type": "color",
          "$description": "Brand role background-dark → Black"
        },
        "surface-dark": {
          "$value": "{color.swatches.surface}",
          "$type": "color",
          "$description": "Brand role surface-dark → Surface"
        },
        "surface-elevated-dark": {
          "$value": "{color.swatches.surface-elevated}",
          "$type": "color",
          "$description": "Brand role surface-elevated-dark → Surface Elevated"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.white}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → White"
        },
        "text-secondary-dark": {
          "$value": "{color.swatches.gray-100}",
          "$type": "color",
          "$description": "Brand role text-secondary-dark → Gray 100"
        },
        "text-tertiary-dark": {
          "$value": "{color.swatches.gray-400}",
          "$type": "color",
          "$description": "Brand role text-tertiary-dark → Gray 400"
        },
        "border-dark": {
          "$value": "{color.swatches.border}",
          "$type": "color",
          "$description": "Brand role border-dark → Border"
        },
        "success": {
          "$value": "{color.swatches.success}",
          "$type": "color",
          "$description": "Brand role success → Success"
        },
        "warning": {
          "$value": "{color.swatches.warning}",
          "$type": "color",
          "$description": "Brand role warning → Warning"
        },
        "error": {
          "$value": "{color.swatches.error}",
          "$type": "color",
          "$description": "Brand role error → Error"
        }
      }
    }
  },
  "font": {
    "$description": "Typography roles mapped to font atoms",
    "heading": {
      "family": {
        "$value": [
          "Geist",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Helvetica",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "heading role → Geist Sans (geist@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"
      }
    },
    "body": {
      "family": {
        "$value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "body role → Inter (inter@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"
      }
    },
    "mono": {
      "family": {
        "$value": [
          "JetBrainsMono Nerd Font",
          "JetBrains Mono",
          "Fira Code",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "$type": "fontFamily",
        "$description": "mono role → JetBrainsMono Nerd Font (jetbrainsmono-nerdfont@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"
        },
        "$description": "Available font weights"
      }
    }
  }
}
