{
  "$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": {
      "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."
      }
    },
    "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"
      },
      "mono": {
        "value": "Source Code Pro",
        "type": "fontFamilies",
        "description": "source-code-pro@1.0.0 · monospace"
      }
    },
    "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"
      },
      "mono": {
        "value": [
          "Source Code Pro",
          "ui-monospace",
          "SFMono-Regular",
          "Menlo",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.svelte-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.svelte-off-white}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.svelte-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.svelte-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.svelte-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.svelte-light-gray}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.svelte-orange}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.svelte-orange-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.svelte-orange-dark}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.svelte-orange}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.svelte-orange}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.svelte-orange-dark}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.svelte-orange-dark}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.svelte-success}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.svelte-black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.svelte-charcoal}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.svelte-charcoal}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.svelte-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.svelte-light-gray}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.svelte-gray}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.svelte-orange-bright}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.svelte-orange}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.svelte-orange}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.svelte-orange-bright}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.svelte-orange-bright}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.svelte-orange}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.svelte-orange}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.svelte-success}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.svelte-orange}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.svelte-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.svelte-orange}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.svelte-orange-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.svelte-orange-dark}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.svelte-orange}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.svelte-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.svelte-off-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.svelte-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.svelte-gray}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Svelte",
    "ref": "svelte@1.0.0",
    "paletteRef": "svelte@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
