{
  "$description": "Brand: Samsung — dark mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette samsung@1.0.0",
      "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."
      }
    },
    "roles": {
      "$description": "Semantic color roles (dark mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.gray-900}",
        "$type": "color",
        "$description": "background role → Gray 900"
      },
      "surface": {
        "$value": "{color.swatches.gray-800}",
        "$type": "color",
        "$description": "surface role → Gray 800"
      },
      "surface-elevated": {
        "$value": "{color.swatches.gray-700}",
        "$type": "color",
        "$description": "surface-elevated role → Gray 700"
      },
      "text-primary": {
        "$value": "{color.swatches.white}",
        "$type": "color",
        "$description": "text-primary role → White"
      },
      "text-secondary": {
        "$value": "{color.swatches.gray-300}",
        "$type": "color",
        "$description": "text-secondary role → Gray 300"
      },
      "text-tertiary": {
        "$value": "{color.swatches.gray-400}",
        "$type": "color",
        "$description": "text-tertiary role → Gray 400"
      },
      "primary": {
        "$value": "{color.swatches.action-blue}",
        "$type": "color",
        "$description": "primary role → Action Blue"
      },
      "primary-hover": {
        "$value": "{color.swatches.action-blue-pressed}",
        "$type": "color",
        "$description": "primary-hover role → Action Blue (Pressed)"
      },
      "accent": {
        "$value": "{color.swatches.light-blue}",
        "$type": "color",
        "$description": "accent role → Light Blue"
      },
      "accent-hover": {
        "$value": "{color.swatches.action-blue}",
        "$type": "color",
        "$description": "accent-hover role → Action Blue"
      },
      "success": {
        "$value": "{color.swatches.success}",
        "$type": "color",
        "$description": "success role → Success"
      },
      "warning": {
        "$value": "{color.swatches.warning}",
        "$type": "color",
        "$description": "warning role → Warning"
      },
      "error": {
        "$value": "{color.swatches.error}",
        "$type": "color",
        "$description": "error role → Error"
      },
      "border": {
        "$value": "{color.swatches.gray-700}",
        "$type": "color",
        "$description": "border role → Gray 700"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.white}",
          "$type": "color",
          "$description": "Brand role identity → White"
        },
        "on-identity": {
          "$value": "{color.swatches.black}",
          "$type": "color",
          "$description": "Brand role on-identity → Black"
        },
        "primary": {
          "$value": "{color.swatches.samsung-blue}",
          "$type": "color",
          "$description": "Brand role primary → Samsung Blue"
        },
        "primary-hover": {
          "$value": "{color.swatches.legacy-navy}",
          "$type": "color",
          "$description": "Brand role primary-hover → Legacy Navy"
        },
        "accent": {
          "$value": "{color.swatches.link-blue}",
          "$type": "color",
          "$description": "Brand role accent → Link Blue"
        },
        "mark": {
          "$value": "{color.swatches.samsung-blue}",
          "$type": "color",
          "$description": "Brand role mark → Samsung Blue"
        },
        "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"
        },
        "background-light": {
          "$value": "{color.swatches.white}",
          "$type": "color",
          "$description": "Brand role background-light → White"
        },
        "background-dark": {
          "$value": "{color.swatches.gray-900}",
          "$type": "color",
          "$description": "Brand role background-dark → Gray 900"
        },
        "surface-light": {
          "$value": "{color.swatches.gray-50}",
          "$type": "color",
          "$description": "Brand role surface-light → Gray 50"
        },
        "surface-dark": {
          "$value": "{color.swatches.gray-800}",
          "$type": "color",
          "$description": "Brand role surface-dark → Gray 800"
        },
        "text-primary-light": {
          "$value": "{color.swatches.black}",
          "$type": "color",
          "$description": "Brand role text-primary-light → Black"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.white}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → White"
        },
        "text-secondary-light": {
          "$value": "{color.swatches.gray-600}",
          "$type": "color",
          "$description": "Brand role text-secondary-light → Gray 600"
        },
        "text-tertiary-light": {
          "$value": "{color.swatches.gray-500}",
          "$type": "color",
          "$description": "Brand role text-tertiary-light → Gray 500"
        },
        "border-light": {
          "$value": "{color.swatches.gray-200}",
          "$type": "color",
          "$description": "Brand role border-light → Gray 200"
        }
      }
    }
  },
  "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"
      }
    }
  }
}
