{
  "$description": "Brand: Nintendo — light mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette nintendo@1.0.0",
      "nintendo-red": {
        "$value": "#E60012",
        "$type": "color",
        "$description": "The iconic Nintendo Red — --theme-color-primary. Used for the wordmark, primary CTA fills, inline links (--theme- colors-text-link), and the red description-tag accent.\n"
      },
      "nintendo-red-hover": {
        "$value": "#AC000D",
        "$type": "color",
        "$description": "Pressed / active variant of Nintendo Red — --theme-color- primaryHover. Used on hover and active states of the primary action.\n"
      },
      "nintendo-red-light": {
        "$value": "#FDE6E7",
        "$type": "color",
        "$description": "Pale red surface — --theme-color-primaryLight. Subtle branded background tint behind alerts and selected states.\n"
      },
      "nintendo-navy": {
        "$value": "#3946A0",
        "$type": "color",
        "$description": "Secondary brand color — --theme-color-secondary. Used for secondary CTAs (button-background-secondary), focus rings (--theme-color-focus), and the blue description-tag accent.\n"
      },
      "nintendo-navy-hover": {
        "$value": "#2A3477",
        "$type": "color",
        "$description": "Pressed / active variant of Nintendo Navy — --theme-color- secondaryHover.\n"
      },
      "nintendo-navy-light": {
        "$value": "#BDC3E8",
        "$type": "color",
        "$description": "Pale navy surface — --theme-color-secondaryLight. Quiet branded background tint.\n"
      },
      "charcoal": {
        "$value": "#484848",
        "$type": "color",
        "$description": "Primary body text — --theme-color-darkGray2 and --theme- colors-text-standard. Nintendo's body-text ink across the light-first design system.\n"
      },
      "charcoal-dark": {
        "$value": "#242424",
        "$type": "color",
        "$description": "Deepest neutral — --theme-color-darkGray1. Headlines and high-emphasis text.\n"
      },
      "charcoal-mid": {
        "$value": "#727272",
        "$type": "color",
        "$description": "Secondary text — --theme-color-darkGray3.\n"
      },
      "charcoal-light": {
        "$value": "#969696",
        "$type": "color",
        "$description": "Tertiary text and quiet icon fills — --theme-color- darkGray4.\n"
      },
      "cloud-dark": {
        "$value": "#C8C8C8",
        "$type": "color",
        "$description": "Border / divider — --theme-color-lightGray1.\n"
      },
      "cloud": {
        "$value": "#DADADA",
        "$type": "color",
        "$description": "Default UI line — --theme-color-lightGray2 and --theme- colors-ui-line. Disabled-button background.\n"
      },
      "cloud-light": {
        "$value": "#EFEFEF",
        "$type": "color",
        "$description": "Quaternary surface — --theme-color-lightGray3. Hover state for quaternary buttons.\n"
      },
      "cloud-lightest": {
        "$value": "#F8F8F8",
        "$type": "color",
        "$description": "Lightest neutral surface — --theme-color-lightGray4 and --theme-colors-ui-bgAccent. Alternate row backgrounds and search-input fill.\n"
      },
      "paper": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Primary canvas — --theme-color-white and --theme-colors- ui-bgMain.\n"
      },
      "tag-green": {
        "$value": "#2D8513",
        "$type": "color",
        "$description": "Documented green description-tag accent and success-state icon color — --theme-colors-descriptionTag-green and --theme-colors-alert-successIcon.\n"
      },
      "tag-violet": {
        "$value": "#9531B9",
        "$type": "color",
        "$description": "Documented violet description-tag accent — --theme-colors- descriptionTag-violet.\n"
      },
      "tag-blue": {
        "$value": "#4B5CCE",
        "$type": "color",
        "$description": "Documented blue description-tag accent — --theme-colors- descriptionTag-blue.\n"
      },
      "tag-yellow": {
        "$value": "#BEA000",
        "$type": "color",
        "$description": "Warning icon color — --theme-colors-alert-warningIcon. Used on caution banners and maintenance notices.\n"
      }
    },
    "roles": {
      "$description": "Semantic color roles (light mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.paper}",
        "$type": "color",
        "$description": "background role → Paper"
      },
      "surface": {
        "$value": "{color.swatches.cloud-lightest}",
        "$type": "color",
        "$description": "surface role → Cloud Lightest"
      },
      "surface-elevated": {
        "$value": "{color.swatches.paper}",
        "$type": "color",
        "$description": "surface-elevated role → Paper"
      },
      "text-primary": {
        "$value": "{color.swatches.charcoal}",
        "$type": "color",
        "$description": "text-primary role → Charcoal"
      },
      "text-secondary": {
        "$value": "{color.swatches.charcoal-mid}",
        "$type": "color",
        "$description": "text-secondary role → Charcoal Mid"
      },
      "text-tertiary": {
        "$value": "{color.swatches.charcoal-light}",
        "$type": "color",
        "$description": "text-tertiary role → Charcoal Light"
      },
      "primary": {
        "$value": "{color.swatches.nintendo-red}",
        "$type": "color",
        "$description": "primary role → Nintendo Red"
      },
      "primary-hover": {
        "$value": "{color.swatches.nintendo-red-hover}",
        "$type": "color",
        "$description": "primary-hover role → Nintendo Red Hover"
      },
      "accent": {
        "$value": "{color.swatches.nintendo-navy}",
        "$type": "color",
        "$description": "accent role → Nintendo Navy"
      },
      "accent-hover": {
        "$value": "{color.swatches.nintendo-navy-hover}",
        "$type": "color",
        "$description": "accent-hover role → Nintendo Navy Hover"
      },
      "warning": {
        "$value": "{color.swatches.tag-yellow}",
        "$type": "color",
        "$description": "warning role → Tag Yellow"
      },
      "warning-hover": {
        "$value": "{color.swatches.tag-yellow}",
        "$type": "color",
        "$description": "warning-hover role → Tag Yellow"
      },
      "error": {
        "$value": "{color.swatches.nintendo-red}",
        "$type": "color",
        "$description": "error role → Nintendo Red"
      },
      "success": {
        "$value": "{color.swatches.tag-green}",
        "$type": "color",
        "$description": "success role → Tag Green"
      },
      "border": {
        "$value": "{color.swatches.cloud}",
        "$type": "color",
        "$description": "border role → Cloud"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.paper}",
          "$type": "color",
          "$description": "Brand role identity → Paper"
        },
        "on-identity": {
          "$value": "{color.swatches.nintendo-red}",
          "$type": "color",
          "$description": "Brand role on-identity → Nintendo Red"
        },
        "primary": {
          "$value": "{color.swatches.nintendo-red}",
          "$type": "color",
          "$description": "Brand role primary → Nintendo Red"
        },
        "primary-hover": {
          "$value": "{color.swatches.nintendo-red-hover}",
          "$type": "color",
          "$description": "Brand role primary-hover → Nintendo Red Hover"
        },
        "accent": {
          "$value": "{color.swatches.nintendo-navy}",
          "$type": "color",
          "$description": "Brand role accent → Nintendo Navy"
        },
        "accent-hover": {
          "$value": "{color.swatches.nintendo-navy-hover}",
          "$type": "color",
          "$description": "Brand role accent-hover → Nintendo Navy Hover"
        },
        "mark": {
          "$value": "{color.swatches.nintendo-red}",
          "$type": "color",
          "$description": "Brand role mark → Nintendo Red"
        },
        "success": {
          "$value": "{color.swatches.tag-green}",
          "$type": "color",
          "$description": "Brand role success → Tag Green"
        },
        "warning": {
          "$value": "{color.swatches.tag-yellow}",
          "$type": "color",
          "$description": "Brand role warning → Tag Yellow"
        },
        "error": {
          "$value": "{color.swatches.nintendo-red}",
          "$type": "color",
          "$description": "Brand role error → Nintendo Red"
        },
        "text-primary-light": {
          "$value": "{color.swatches.charcoal}",
          "$type": "color",
          "$description": "Brand role text-primary-light → Charcoal"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.paper}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → Paper"
        },
        "background-light": {
          "$value": "{color.swatches.paper}",
          "$type": "color",
          "$description": "Brand role background-light → Paper"
        },
        "background-dark": {
          "$value": "{color.swatches.charcoal-dark}",
          "$type": "color",
          "$description": "Brand role background-dark → Charcoal Dark"
        },
        "surface-light": {
          "$value": "{color.swatches.cloud-lightest}",
          "$type": "color",
          "$description": "Brand role surface-light → Cloud Lightest"
        },
        "surface-dark": {
          "$value": "{color.swatches.charcoal}",
          "$type": "color",
          "$description": "Brand role surface-dark → Charcoal"
        },
        "text-secondary-light": {
          "$value": "{color.swatches.charcoal-mid}",
          "$type": "color",
          "$description": "Brand role text-secondary-light → Charcoal Mid"
        },
        "text-tertiary-light": {
          "$value": "{color.swatches.charcoal-light}",
          "$type": "color",
          "$description": "Brand role text-tertiary-light → Charcoal Light"
        },
        "border-light": {
          "$value": "{color.swatches.cloud}",
          "$type": "color",
          "$description": "Brand role border-light → Cloud"
        }
      }
    }
  },
  "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"
      }
    }
  }
}
