{
  "$description": "Brand: Roblox — light mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette roblox@1.0.0",
      "emphasis-blue": {
        "$value": "#335FFF",
        "$type": "color",
        "$description": "Primary brand action — --color-system-emphasis and --color-extended-blue-700. The Foundation system's identifying action color across both modes.\n"
      },
      "emphasis-blue-link": {
        "$value": "#1446FF",
        "$type": "color",
        "$description": "Inline-link variant for light mode — --light-mode-content- link and --color-extended-blue-800.\n"
      },
      "emphasis-blue-bright": {
        "$value": "#528BFF",
        "$type": "color",
        "$description": "Link variant for dark mode — --dark-mode-content-link and --color-extended-blue-600.\n"
      },
      "emphasis-blue-pale": {
        "$value": "#8FB4FF",
        "$type": "color",
        "$description": "Pale link / tertiary blue — --color-extended-blue-400.\n"
      },
      "emphasis-blue-light": {
        "$value": "#EBF1FF",
        "$type": "color",
        "$description": "Lightest blue surface — --color-extended-blue-100. Soft branded background tint.\n"
      },
      "emphasis-blue-deep": {
        "$value": "#002DD6",
        "$type": "color",
        "$description": "Deep blue — --color-extended-blue-1000. Pressed-state brand action.\n"
      },
      "emphasis-blue-deepest": {
        "$value": "#00145C",
        "$type": "color",
        "$description": "Deepest blue — --color-extended-blue-1400. The \"soft emphasis foreground\" color (--color-action-soft-emphasis- foreground).\n"
      },
      "ink": {
        "$value": "#121215",
        "$type": "color",
        "$description": "Primary dark canvas — --dark-mode-surface-0 and --color-extended-gray-1200. The deepest Foundation surface.\n"
      },
      "ink-elevated": {
        "$value": "#191A1F",
        "$type": "color",
        "$description": "Dark elevated surface — --dark-mode-surface-100 and --color-extended-gray-1100. The body background on the consumer site (observed as the live body backgroundColor).\n"
      },
      "ink-surface": {
        "$value": "#202227",
        "$type": "color",
        "$description": "Mid dark surface — --dark-mode-surface-200 and --color-extended-gray-1000.\n"
      },
      "ink-card": {
        "$value": "#272930",
        "$type": "color",
        "$description": "Elevated card on dark — --dark-mode-surface-300 and --color-extended-gray-900.\n"
      },
      "paper": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Primary light canvas — --light-mode-surface-0 and --color-surface-0.\n"
      },
      "paper-elevated": {
        "$value": "#F7F7F8",
        "$type": "color",
        "$description": "Light elevated surface — --light-mode-surface-100 and --color-extended-gray-100.\n"
      },
      "paper-divider": {
        "$value": "#EEEFF1",
        "$type": "color",
        "$description": "Quiet divider — --color-extended-gray-200.\n"
      },
      "paper-line": {
        "$value": "#E6E7EA",
        "$type": "color",
        "$description": "UI line — --color-extended-gray-300.\n"
      },
      "content-emphasis": {
        "$value": "#202227",
        "$type": "color",
        "$description": "Primary text on light — --light-mode-content-emphasis and --color-extended-gray-1000.\n"
      },
      "content-default": {
        "$value": "#494D5A",
        "$type": "color",
        "$description": "Secondary text on light — --color-content-default and --color-extended-gray-700.\n"
      },
      "content-muted": {
        "$value": "#6A6F81",
        "$type": "color",
        "$description": "Tertiary text — --color-content-muted and --color- extended-gray-600.\n"
      },
      "content-soft": {
        "$value": "#BCBEC8",
        "$type": "color",
        "$description": "Quiet text on dark / quaternary text — --color-extended- gray-500 and --dark-mode-content-muted.\n"
      },
      "content-soft-light": {
        "$value": "#D5D7DD",
        "$type": "color",
        "$description": "Pale text on dark — --dark-mode-content-default and --color-extended-gray-400.\n"
      },
      "system-success": {
        "$value": "#39C582",
        "$type": "color",
        "$description": "Success green — --color-system-success and --color- extended-green-500.\n"
      },
      "system-warning": {
        "$value": "#F2BA2A",
        "$type": "color",
        "$description": "Warning amber — --color-system-warning and --color- extended-yellow-400.\n"
      },
      "system-alert": {
        "$value": "#DF281F",
        "$type": "color",
        "$description": "Alert / error red — --color-system-alert and --color- extended-red-800.\n"
      },
      "system-alert-dark": {
        "$value": "#F04433",
        "$type": "color",
        "$description": "Alert text on dark — --dark-mode-action-alert-foreground.\n"
      },
      "accent-magenta": {
        "$value": "#C00AE8",
        "$type": "color",
        "$description": "Magenta accent — --color-extended-magenta-800. Used for sub-brand and creator-tag accents.\n"
      },
      "accent-purple": {
        "$value": "#9348F0",
        "$type": "color",
        "$description": "Purple accent — --color-extended-purple-800.\n"
      },
      "accent-turquoise": {
        "$value": "#127D98",
        "$type": "color",
        "$description": "Turquoise accent — --color-extended-turquoise-800.\n"
      },
      "accent-orange": {
        "$value": "#C05014",
        "$type": "color",
        "$description": "Orange accent — --color-extended-orange-800.\n"
      },
      "accent-pink": {
        "$value": "#CD377B",
        "$type": "color",
        "$description": "Pink accent — --color-extended-pink-800.\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.paper-elevated}",
        "$type": "color",
        "$description": "surface role → Paper Elevated"
      },
      "surface-elevated": {
        "$value": "{color.swatches.paper}",
        "$type": "color",
        "$description": "surface-elevated role → Paper"
      },
      "text-primary": {
        "$value": "{color.swatches.content-emphasis}",
        "$type": "color",
        "$description": "text-primary role → Content Emphasis"
      },
      "text-secondary": {
        "$value": "{color.swatches.content-default}",
        "$type": "color",
        "$description": "text-secondary role → Content Default"
      },
      "text-tertiary": {
        "$value": "{color.swatches.content-muted}",
        "$type": "color",
        "$description": "text-tertiary role → Content Muted"
      },
      "primary": {
        "$value": "{color.swatches.emphasis-blue}",
        "$type": "color",
        "$description": "primary role → Emphasis Blue"
      },
      "primary-hover": {
        "$value": "{color.swatches.emphasis-blue-deep}",
        "$type": "color",
        "$description": "primary-hover role → Emphasis Blue Deep"
      },
      "accent": {
        "$value": "{color.swatches.emphasis-blue-link}",
        "$type": "color",
        "$description": "accent role → Emphasis Blue Link"
      },
      "accent-hover": {
        "$value": "{color.swatches.emphasis-blue-deep}",
        "$type": "color",
        "$description": "accent-hover role → Emphasis Blue Deep"
      },
      "warning": {
        "$value": "{color.swatches.system-warning}",
        "$type": "color",
        "$description": "warning role → System Warning"
      },
      "warning-hover": {
        "$value": "{color.swatches.accent-orange}",
        "$type": "color",
        "$description": "warning-hover role → Accent Orange"
      },
      "error": {
        "$value": "{color.swatches.system-alert}",
        "$type": "color",
        "$description": "error role → System Alert"
      },
      "success": {
        "$value": "{color.swatches.system-success}",
        "$type": "color",
        "$description": "success role → System Success"
      },
      "border": {
        "$value": "{color.swatches.paper-line}",
        "$type": "color",
        "$description": "border role → Paper Line"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.ink-elevated}",
          "$type": "color",
          "$description": "Brand role identity → Ink Elevated"
        },
        "on-identity": {
          "$value": "{color.swatches.emphasis-blue}",
          "$type": "color",
          "$description": "Brand role on-identity → Emphasis Blue"
        },
        "primary": {
          "$value": "{color.swatches.emphasis-blue}",
          "$type": "color",
          "$description": "Brand role primary → Emphasis Blue"
        },
        "primary-hover": {
          "$value": "{color.swatches.emphasis-blue-deep}",
          "$type": "color",
          "$description": "Brand role primary-hover → Emphasis Blue Deep"
        },
        "accent": {
          "$value": "{color.swatches.emphasis-blue-link}",
          "$type": "color",
          "$description": "Brand role accent → Emphasis Blue Link"
        },
        "accent-hover": {
          "$value": "{color.swatches.emphasis-blue-deep}",
          "$type": "color",
          "$description": "Brand role accent-hover → Emphasis Blue Deep"
        },
        "mark": {
          "$value": "{color.swatches.paper-elevated}",
          "$type": "color",
          "$description": "Brand role mark → Paper Elevated"
        },
        "success": {
          "$value": "{color.swatches.system-success}",
          "$type": "color",
          "$description": "Brand role success → System Success"
        },
        "warning": {
          "$value": "{color.swatches.system-warning}",
          "$type": "color",
          "$description": "Brand role warning → System Warning"
        },
        "error": {
          "$value": "{color.swatches.system-alert}",
          "$type": "color",
          "$description": "Brand role error → System Alert"
        },
        "text-primary-light": {
          "$value": "{color.swatches.content-emphasis}",
          "$type": "color",
          "$description": "Brand role text-primary-light → Content Emphasis"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.paper-elevated}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → Paper Elevated"
        },
        "background-light": {
          "$value": "{color.swatches.paper}",
          "$type": "color",
          "$description": "Brand role background-light → Paper"
        },
        "background-dark": {
          "$value": "{color.swatches.ink-elevated}",
          "$type": "color",
          "$description": "Brand role background-dark → Ink Elevated"
        },
        "surface-light": {
          "$value": "{color.swatches.paper-elevated}",
          "$type": "color",
          "$description": "Brand role surface-light → Paper Elevated"
        },
        "surface-dark": {
          "$value": "{color.swatches.ink-surface}",
          "$type": "color",
          "$description": "Brand role surface-dark → Ink Surface"
        },
        "text-secondary-light": {
          "$value": "{color.swatches.content-default}",
          "$type": "color",
          "$description": "Brand role text-secondary-light → Content Default"
        },
        "text-tertiary-light": {
          "$value": "{color.swatches.content-muted}",
          "$type": "color",
          "$description": "Brand role text-tertiary-light → Content Muted"
        },
        "border-light": {
          "$value": "{color.swatches.paper-line}",
          "$type": "color",
          "$description": "Brand role border-light → Paper Line"
        }
      }
    }
  },
  "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"
      }
    }
  }
}
