{
  "$description": "Brand: NVIDIA — dark mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette nvidia@1.0.0",
      "nvidia-green": {
        "$value": "#76B900",
        "$type": "color",
        "$description": "The signature NVIDIA chartreuse green. The single colored hue on the corporate mark and the brand's identity accent.\n"
      },
      "nvidia-green-dark": {
        "$value": "#74B71B",
        "$type": "color",
        "$description": "Slightly cooler / darker variant declared on the live stylesheet — used as the legible on-dark pairing where the primary green meets a black surface.\n"
      },
      "black": {
        "$value": "#000000",
        "$type": "color",
        "$description": "Primary text on light surfaces; canvas in dark mode; logo fill in the monochrome one-color variant.\n"
      },
      "white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Default page background on nvidia.com; logo fill in the reverse one-color variant on dark surfaces.\n"
      },
      "gray-50": {
        "$value": "#F7F7F7",
        "$type": "color",
        "$description": "Subtle elevated surface tint on the white canvas."
      },
      "gray-100": {
        "$value": "#EEEEEE",
        "$type": "color",
        "$description": "Quiet rule / border on the white canvas."
      },
      "gray-300": {
        "$value": "#A7A7A7",
        "$type": "color",
        "$description": "Mid-gray for inactive controls and tertiary text."
      },
      "gray-600": {
        "$value": "#666666",
        "$type": "color",
        "$description": "Secondary body text on the white canvas."
      },
      "gray-700": {
        "$value": "#5E5E5E",
        "$type": "color",
        "$description": "Darker secondary text; control labels."
      }
    },
    "roles": {
      "$description": "Semantic color roles (dark mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.black}",
        "$type": "color",
        "$description": "background role → Black"
      },
      "surface": {
        "$value": "{color.swatches.gray-700}",
        "$type": "color",
        "$description": "surface role → Gray 700"
      },
      "surface-elevated": {
        "$value": "{color.swatches.gray-600}",
        "$type": "color",
        "$description": "surface-elevated role → Gray 600"
      },
      "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-300}",
        "$type": "color",
        "$description": "text-tertiary role → Gray 300"
      },
      "primary": {
        "$value": "{color.swatches.nvidia-green}",
        "$type": "color",
        "$description": "primary role → NVIDIA Green"
      },
      "primary-hover": {
        "$value": "{color.swatches.nvidia-green-dark}",
        "$type": "color",
        "$description": "primary-hover role → NVIDIA Green (Dark)"
      },
      "accent": {
        "$value": "{color.swatches.nvidia-green}",
        "$type": "color",
        "$description": "accent role → NVIDIA Green"
      },
      "accent-hover": {
        "$value": "{color.swatches.nvidia-green-dark}",
        "$type": "color",
        "$description": "accent-hover role → NVIDIA Green (Dark)"
      },
      "border": {
        "$value": "{color.swatches.gray-700}",
        "$type": "color",
        "$description": "border role → Gray 700"
      },
      "mark": {
        "$value": "{color.swatches.white}",
        "$type": "color",
        "$description": "mark role → White"
      },
      "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.nvidia-green}",
          "$type": "color",
          "$description": "Brand role primary → NVIDIA Green"
        },
        "primary-hover": {
          "$value": "{color.swatches.nvidia-green-dark}",
          "$type": "color",
          "$description": "Brand role primary-hover → NVIDIA Green (Dark)"
        },
        "accent": {
          "$value": "{color.swatches.nvidia-green}",
          "$type": "color",
          "$description": "Brand role accent → NVIDIA Green"
        },
        "mark": {
          "$value": "{color.swatches.black}",
          "$type": "color",
          "$description": "Brand role mark → Black"
        },
        "background-light": {
          "$value": "{color.swatches.white}",
          "$type": "color",
          "$description": "Brand role background-light → White"
        },
        "background-dark": {
          "$value": "{color.swatches.black}",
          "$type": "color",
          "$description": "Brand role background-dark → Black"
        },
        "surface-light": {
          "$value": "{color.swatches.gray-50}",
          "$type": "color",
          "$description": "Brand role surface-light → Gray 50"
        },
        "surface-dark": {
          "$value": "{color.swatches.gray-700}",
          "$type": "color",
          "$description": "Brand role surface-dark → Gray 700"
        },
        "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-700}",
          "$type": "color",
          "$description": "Brand role text-secondary-light → Gray 700"
        },
        "text-tertiary-light": {
          "$value": "{color.swatches.gray-600}",
          "$type": "color",
          "$description": "Brand role text-tertiary-light → Gray 600"
        },
        "border-light": {
          "$value": "{color.swatches.gray-100}",
          "$type": "color",
          "$description": "Brand role border-light → Gray 100"
        }
      }
    }
  },
  "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"
      }
    }
  }
}
