{
  "$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": {
      "next-black": {
        "value": "#000000",
        "type": "color",
        "description": "Primary brand color — the triangle mark fill in light mode and the dark-mode canvas. Pure black.\n"
      },
      "next-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Companion brand color — the triangle mark fill in dark mode and the light-mode canvas. Pure white.\n"
      },
      "dark-bg-100": {
        "value": "#0A0A0A",
        "type": "color",
        "description": "Geist dark canvas tint used by nextjs.org dark mode."
      },
      "dark-gray-100": {
        "value": "#1A1A1A",
        "type": "color",
        "description": "Geist dark surface tint."
      },
      "dark-gray-300": {
        "value": "#292929",
        "type": "color",
        "description": "Geist dark gray for borders."
      },
      "dark-gray-500": {
        "value": "#454545",
        "type": "color",
        "description": "Geist dark gray for hairlines."
      },
      "dark-gray-900": {
        "value": "#A1A1A1",
        "type": "color",
        "description": "Geist muted text on dark."
      },
      "dark-gray-1000": {
        "value": "#EDEDED",
        "type": "color",
        "description": "Geist primary text on dark."
      },
      "light-bg-200": {
        "value": "#FAFAFA",
        "type": "color",
        "description": "Geist light layered surface."
      },
      "light-gray-200": {
        "value": "#EAEAEA",
        "type": "color",
        "description": "Geist light hairline border."
      },
      "light-gray-600": {
        "value": "#666666",
        "type": "color",
        "description": "Geist secondary text on light."
      },
      "light-gray-1000": {
        "value": "#171717",
        "type": "color",
        "description": "Geist primary text on light."
      },
      "vercel-blue": {
        "value": "#0070F3",
        "type": "color",
        "description": "Functional accent — link / focus."
      },
      "vercel-blue-bright": {
        "value": "#52A8FF",
        "type": "color",
        "description": "Functional accent on dark surfaces."
      },
      "vercel-red": {
        "value": "#FF6166",
        "type": "color",
        "description": "Functional error / destructive."
      },
      "vercel-amber": {
        "value": "#F2A60D",
        "type": "color",
        "description": "Functional warning."
      },
      "vercel-green": {
        "value": "#62C073",
        "type": "color",
        "description": "Functional success."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Geist",
        "type": "fontFamilies",
        "description": "geist@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Geist",
        "type": "fontFamilies",
        "description": "geist@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "Geist Mono",
        "type": "fontFamilies",
        "description": "geist-mono@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Geist",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Helvetica",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Geist",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Helvetica",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "mono": {
        "value": [
          "Geist Mono",
          "SFMono-Regular",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "Courier New",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.light-bg-200}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.next-white}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.next-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.light-gray-1000}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.light-gray-600}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.dark-gray-500}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.next-black}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.light-gray-1000}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.vercel-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.vercel-blue-bright}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.vercel-amber}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.vercel-amber}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.vercel-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.vercel-green}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.dark-bg-100}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.dark-gray-100}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.dark-gray-300}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.dark-gray-1000}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.dark-gray-900}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.dark-gray-500}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.next-white}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.dark-gray-1000}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.vercel-blue-bright}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.vercel-blue}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.vercel-amber}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.vercel-amber}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.vercel-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.vercel-green}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.next-black}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.next-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.next-black}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.light-gray-1000}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.vercel-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.vercel-blue-bright}",
        "type": "color"
      },
      "background": {
        "value": "{global.color.light-bg-200}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.next-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.light-gray-1000}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.light-gray-600}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Next.js",
    "ref": "nextjs@1.0.0",
    "paletteRef": "nextjs@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
