{
  "$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": {
      "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"
      }
    },
    "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.paper}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.cloud-lightest}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.paper}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.charcoal}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.charcoal-mid}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.charcoal-light}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.nintendo-red}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.nintendo-red-hover}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.nintendo-navy}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.nintendo-navy-hover}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.tag-yellow}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.tag-yellow}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.nintendo-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.tag-green}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.cloud}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.charcoal-dark}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.charcoal}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.charcoal-mid}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.paper}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.cloud}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.cloud-dark}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.nintendo-red}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.nintendo-red-light}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.nintendo-navy-light}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.nintendo-navy}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.tag-yellow}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.tag-yellow}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.nintendo-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.tag-green}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.charcoal-mid}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.paper}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.nintendo-red}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.nintendo-red}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.nintendo-red-hover}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.nintendo-navy}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.nintendo-navy-hover}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.nintendo-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.tag-green}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.tag-yellow}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.nintendo-red}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.charcoal}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.paper}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.paper}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.charcoal-dark}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.cloud-lightest}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.charcoal}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.charcoal-mid}",
        "type": "color"
      },
      "text-tertiary-light": {
        "value": "{global.color.charcoal-light}",
        "type": "color"
      },
      "border-light": {
        "value": "{global.color.cloud}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Nintendo",
    "ref": "nintendo@1.0.0",
    "paletteRef": "nintendo@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
