{
  "$description": "Brand: Spline — dark mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette spline@1.0.0",
      "spline-orange": {
        "$value": "#FF8B14",
        "$type": "color",
        "$description": "Signature warm orange. Primary brand color — used on the cube mark, the wordmark, primary CTAs, and key interactive surfaces.\n"
      },
      "spline-white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Canvas on light surfaces; reversed wordmark fill."
      },
      "spline-black": {
        "$value": "#0E0E10",
        "$type": "color",
        "$description": "Near-black body text on light backgrounds — Spline's marketing-page text tone."
      },
      "spline-canvas-dark": {
        "$value": "#0E0E10",
        "$type": "color",
        "$description": "Authored dark-mode canvas aligned with the body-text tone."
      },
      "spline-surface-light": {
        "$value": "#F5F5F7",
        "$type": "color",
        "$description": "Authored panel surface for light mode."
      },
      "spline-surface-dark": {
        "$value": "#1E1E22",
        "$type": "color",
        "$description": "Authored elevated surface on dark mode."
      },
      "spline-text-secondary": {
        "$value": "#6B6B73",
        "$type": "color",
        "$description": "Authored secondary text — neutral mid-gray on light canvas."
      },
      "spline-text-tertiary": {
        "$value": "#9D9DA8",
        "$type": "color",
        "$description": "Authored tertiary / muted text."
      },
      "spline-orange-hover": {
        "$value": "#FFA640",
        "$type": "color",
        "$description": "Authored softer Spline Orange for hover / active states."
      }
    },
    "roles": {
      "$description": "Semantic color roles (dark mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.spline-canvas-dark}",
        "$type": "color",
        "$description": "background role → Spline Canvas Dark"
      },
      "surface": {
        "$value": "{color.swatches.spline-surface-dark}",
        "$type": "color",
        "$description": "surface role → Spline Surface Dark"
      },
      "surface-elevated": {
        "$value": "{color.swatches.spline-surface-dark}",
        "$type": "color",
        "$description": "surface-elevated role → Spline Surface Dark"
      },
      "text-primary": {
        "$value": "{color.swatches.spline-white}",
        "$type": "color",
        "$description": "text-primary role → Spline White"
      },
      "text-secondary": {
        "$value": "{color.swatches.spline-text-tertiary}",
        "$type": "color",
        "$description": "text-secondary role → Spline Text Tertiary"
      },
      "text-tertiary": {
        "$value": "{color.swatches.spline-text-secondary}",
        "$type": "color",
        "$description": "text-tertiary role → Spline Text Secondary"
      },
      "primary": {
        "$value": "{color.swatches.spline-orange}",
        "$type": "color",
        "$description": "primary role → Spline Orange"
      },
      "primary-hover": {
        "$value": "{color.swatches.spline-orange-hover}",
        "$type": "color",
        "$description": "primary-hover role → Spline Orange Hover"
      },
      "accent": {
        "$value": "{color.swatches.spline-orange}",
        "$type": "color",
        "$description": "accent role → Spline Orange"
      },
      "accent-hover": {
        "$value": "{color.swatches.spline-orange-hover}",
        "$type": "color",
        "$description": "accent-hover role → Spline Orange Hover"
      },
      "warning": {
        "$value": "{color.swatches.spline-orange}",
        "$type": "color",
        "$description": "warning role → Spline Orange"
      },
      "warning-hover": {
        "$value": "{color.swatches.spline-orange-hover}",
        "$type": "color",
        "$description": "warning-hover role → Spline Orange Hover"
      },
      "error": {
        "$value": "{color.swatches.spline-orange}",
        "$type": "color",
        "$description": "error role → Spline Orange"
      },
      "success": {
        "$value": "{color.swatches.spline-orange}",
        "$type": "color",
        "$description": "success role → Spline Orange"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.spline-orange}",
          "$type": "color",
          "$description": "Brand role identity → Spline Orange"
        },
        "on-identity": {
          "$value": "{color.swatches.spline-white}",
          "$type": "color",
          "$description": "Brand role on-identity → Spline White"
        },
        "primary": {
          "$value": "{color.swatches.spline-orange}",
          "$type": "color",
          "$description": "Brand role primary → Spline Orange"
        },
        "primary-hover": {
          "$value": "{color.swatches.spline-orange-hover}",
          "$type": "color",
          "$description": "Brand role primary-hover → Spline Orange Hover"
        },
        "accent": {
          "$value": "{color.swatches.spline-orange}",
          "$type": "color",
          "$description": "Brand role accent → Spline Orange"
        },
        "accent-hover": {
          "$value": "{color.swatches.spline-orange-hover}",
          "$type": "color",
          "$description": "Brand role accent-hover → Spline Orange Hover"
        },
        "success": {
          "$value": "{color.swatches.spline-orange}",
          "$type": "color",
          "$description": "Brand role success → Spline Orange"
        },
        "warning": {
          "$value": "{color.swatches.spline-orange}",
          "$type": "color",
          "$description": "Brand role warning → Spline Orange"
        },
        "error": {
          "$value": "{color.swatches.spline-orange}",
          "$type": "color",
          "$description": "Brand role error → Spline Orange"
        },
        "background-light": {
          "$value": "{color.swatches.spline-white}",
          "$type": "color",
          "$description": "Brand role background-light → Spline White"
        },
        "background-dark": {
          "$value": "{color.swatches.spline-canvas-dark}",
          "$type": "color",
          "$description": "Brand role background-dark → Spline Canvas Dark"
        },
        "surface-light": {
          "$value": "{color.swatches.spline-surface-light}",
          "$type": "color",
          "$description": "Brand role surface-light → Spline Surface Light"
        },
        "surface-dark": {
          "$value": "{color.swatches.spline-surface-dark}",
          "$type": "color",
          "$description": "Brand role surface-dark → Spline Surface Dark"
        },
        "text-primary-light": {
          "$value": "{color.swatches.spline-black}",
          "$type": "color",
          "$description": "Brand role text-primary-light → Spline Black"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.spline-white}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → Spline White"
        }
      }
    }
  },
  "font": {
    "$description": "Typography roles mapped to font atoms",
    "heading": {
      "family": {
        "$value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "heading 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"
      }
    },
    "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"
      }
    }
  }
}
