{
  "$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": {
      "samsung-blue": {
        "value": "#1428A0",
        "type": "color",
        "description": "The signature Samsung wordmark blue. The brand's identity color and the only chromatic primary on the parent mark.\n"
      },
      "action-blue": {
        "value": "#2189FF",
        "type": "color",
        "description": "Brighter action blue used on CTAs in the UX25 dark UI — higher contrast on dark surfaces than the corporate blue.\n"
      },
      "action-blue-pressed": {
        "value": "#006BEA",
        "type": "color",
        "description": "Pressed / hover variant of Action Blue."
      },
      "link-blue": {
        "value": "#0381FE",
        "type": "color",
        "description": "Inline link color on the white canvas."
      },
      "light-blue": {
        "value": "#68AEFF",
        "type": "color",
        "description": "Light blue secondary; muted hover affordance."
      },
      "legacy-navy": {
        "value": "#0C4DA2",
        "type": "color",
        "description": "Older Samsung navy still present on US legacy templates; a softer mid-navy than the corporate #1428A0.\n"
      },
      "white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Default page canvas; reverse wordmark fill."
      },
      "gray-50": {
        "value": "#F7F7F7",
        "type": "color",
        "description": "Light page surface tint."
      },
      "gray-100": {
        "value": "#F4F4F4",
        "type": "color",
        "description": "Subtle elevated surface."
      },
      "gray-200": {
        "value": "#E7E7E7",
        "type": "color",
        "description": "Quiet rule / border on the white canvas."
      },
      "gray-300": {
        "value": "#CBCBCB",
        "type": "color",
        "description": "Mid-light gray; disabled borders."
      },
      "gray-400": {
        "value": "#8F8F8F",
        "type": "color",
        "description": "Mid-gray for inactive controls."
      },
      "gray-500": {
        "value": "#757575",
        "type": "color",
        "description": "Tertiary text on the white canvas."
      },
      "gray-600": {
        "value": "#6E6E73",
        "type": "color",
        "description": "Cool secondary text — the value declared inline on the samsung.com US homepage.\n"
      },
      "gray-700": {
        "value": "#363636",
        "type": "color",
        "description": "Elevated dark surface on the UX25 dark canvas."
      },
      "gray-800": {
        "value": "#313131",
        "type": "color",
        "description": "Dark surface; near-canvas in UX25 dark UI."
      },
      "gray-900": {
        "value": "#1C1C1C",
        "type": "color",
        "description": "Near-black; canvas in UX25 dark UI."
      },
      "black": {
        "value": "#000000",
        "type": "color",
        "description": "Primary text on light surfaces; logo fill in mono."
      },
      "success": {
        "value": "#007E3B",
        "type": "color",
        "description": "Confirmation / success state color."
      },
      "warning": {
        "value": "#F66700",
        "type": "color",
        "description": "Warning / caution state color."
      },
      "error": {
        "value": "#EF3434",
        "type": "color",
        "description": "Error / destructive state 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": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@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": [
          "JetBrainsMono Nerd Font",
          "JetBrains Mono",
          "Fira Code",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.gray-50}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.gray-600}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.gray-500}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.samsung-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.legacy-navy}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.link-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.action-blue-pressed}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.success}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.warning}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.error}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.gray-200}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.gray-900}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.gray-800}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.gray-700}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.gray-300}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.gray-400}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.action-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.action-blue-pressed}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.light-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.action-blue}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.success}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.warning}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.error}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.gray-700}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.samsung-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.legacy-navy}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.link-blue}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.samsung-blue}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.success}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.warning}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.error}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.gray-900}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.gray-50}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.gray-800}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.gray-600}",
        "type": "color"
      },
      "text-tertiary-light": {
        "value": "{global.color.gray-500}",
        "type": "color"
      },
      "border-light": {
        "value": "{global.color.gray-200}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Samsung",
    "ref": "samsung@1.0.0",
    "paletteRef": "samsung@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
