{
  "$description": "Brand: Svelte — light mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette svelte@1.0.0",
      "svelte-orange": {
        "$value": "#FF3E00",
        "$type": "color",
        "$description": "Primary brand color — the fill of the Svelte flame mark.\n"
      },
      "svelte-orange-dark": {
        "$value": "#D63300",
        "$type": "color",
        "$description": "Darker orange used for hover states and shadowed accents.\n"
      },
      "svelte-orange-bright": {
        "$value": "#FF6E40",
        "$type": "color",
        "$description": "Brighter orange used on dark surfaces for legibility.\n"
      },
      "svelte-black": {
        "$value": "#13151A",
        "$type": "color",
        "$description": "Dark-mode page canvas."
      },
      "svelte-charcoal": {
        "$value": "#222226",
        "$type": "color",
        "$description": "Elevated dark surface."
      },
      "svelte-gray": {
        "$value": "#676778",
        "$type": "color",
        "$description": "Mid neutral."
      },
      "svelte-light-gray": {
        "$value": "#D5D5D5",
        "$type": "color",
        "$description": "Hairline borders."
      },
      "svelte-off-white": {
        "$value": "#F4F4F4",
        "$type": "color",
        "$description": "Subtle layered surface."
      },
      "svelte-white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Page canvas in light mode."
      },
      "svelte-success": {
        "$value": "#40B22E",
        "$type": "color",
        "$description": "Status success color."
      }
    },
    "roles": {
      "$description": "Semantic color roles (light mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.svelte-white}",
        "$type": "color",
        "$description": "background role → Svelte White"
      },
      "surface": {
        "$value": "{color.swatches.svelte-off-white}",
        "$type": "color",
        "$description": "surface role → Svelte Off-White"
      },
      "surface-elevated": {
        "$value": "{color.swatches.svelte-white}",
        "$type": "color",
        "$description": "surface-elevated role → Svelte White"
      },
      "text-primary": {
        "$value": "{color.swatches.svelte-black}",
        "$type": "color",
        "$description": "text-primary role → Svelte Black"
      },
      "text-secondary": {
        "$value": "{color.swatches.svelte-gray}",
        "$type": "color",
        "$description": "text-secondary role → Svelte Gray"
      },
      "text-tertiary": {
        "$value": "{color.swatches.svelte-light-gray}",
        "$type": "color",
        "$description": "text-tertiary role → Svelte Light Gray"
      },
      "primary": {
        "$value": "{color.swatches.svelte-orange}",
        "$type": "color",
        "$description": "primary role → Svelte Orange"
      },
      "primary-hover": {
        "$value": "{color.swatches.svelte-orange-dark}",
        "$type": "color",
        "$description": "primary-hover role → Svelte Orange Dark"
      },
      "accent": {
        "$value": "{color.swatches.svelte-orange-dark}",
        "$type": "color",
        "$description": "accent role → Svelte Orange Dark"
      },
      "accent-hover": {
        "$value": "{color.swatches.svelte-orange}",
        "$type": "color",
        "$description": "accent-hover role → Svelte Orange"
      },
      "warning": {
        "$value": "{color.swatches.svelte-orange}",
        "$type": "color",
        "$description": "warning role → Svelte Orange"
      },
      "warning-hover": {
        "$value": "{color.swatches.svelte-orange-dark}",
        "$type": "color",
        "$description": "warning-hover role → Svelte Orange Dark"
      },
      "error": {
        "$value": "{color.swatches.svelte-orange-dark}",
        "$type": "color",
        "$description": "error role → Svelte Orange Dark"
      },
      "success": {
        "$value": "{color.swatches.svelte-success}",
        "$type": "color",
        "$description": "success role → Svelte Success"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.svelte-orange}",
          "$type": "color",
          "$description": "Brand role identity → Svelte Orange"
        },
        "on-identity": {
          "$value": "{color.swatches.svelte-white}",
          "$type": "color",
          "$description": "Brand role on-identity → Svelte White"
        },
        "primary": {
          "$value": "{color.swatches.svelte-orange}",
          "$type": "color",
          "$description": "Brand role primary → Svelte Orange"
        },
        "primary-hover": {
          "$value": "{color.swatches.svelte-orange-dark}",
          "$type": "color",
          "$description": "Brand role primary-hover → Svelte Orange Dark"
        },
        "accent": {
          "$value": "{color.swatches.svelte-orange-dark}",
          "$type": "color",
          "$description": "Brand role accent → Svelte Orange Dark"
        },
        "accent-hover": {
          "$value": "{color.swatches.svelte-orange}",
          "$type": "color",
          "$description": "Brand role accent-hover → Svelte Orange"
        },
        "background": {
          "$value": "{color.swatches.svelte-white}",
          "$type": "color",
          "$description": "Brand role background → Svelte White"
        },
        "surface": {
          "$value": "{color.swatches.svelte-off-white}",
          "$type": "color",
          "$description": "Brand role surface → Svelte Off-White"
        },
        "text-primary": {
          "$value": "{color.swatches.svelte-black}",
          "$type": "color",
          "$description": "Brand role text-primary → Svelte Black"
        },
        "text-secondary": {
          "$value": "{color.swatches.svelte-gray}",
          "$type": "color",
          "$description": "Brand role text-secondary → Svelte Gray"
        }
      }
    }
  },
  "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": [
          "Source Code Pro",
          "ui-monospace",
          "SFMono-Regular",
          "Menlo",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "$type": "fontFamily",
        "$description": "mono role → Source Code Pro (source-code-pro@1.0.0)"
      },
      "weight": {
        "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"
      }
    }
  }
}
