{
  "$description": "Brand: Reddit — dark mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette reddit@1.0.0",
      "reddit-orange": {
        "$value": "#FF4500",
        "$type": "color",
        "$description": "Signature red-orange — the primary brand color. The Snoo mark, the Reddit wordmark, and the up-vote affordance all read in this hue. Verified hex from Reddit's brand kit and corroborated by the simple-icons brand database citing reddit.com.\n"
      },
      "reddit-orange-dark": {
        "$value": "#CC3700",
        "$type": "color",
        "$description": "Authored darker orange for hover, pressed, and active states on the primary."
      },
      "reddit-white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Canonical light canvas — the historical Reddit product surface."
      },
      "reddit-near-white": {
        "$value": "#F6F7F8",
        "$type": "color",
        "$description": "Authored panel surface on light mode — Reddit's listing rows on the web."
      },
      "reddit-text-primary": {
        "$value": "#1A1A1B",
        "$type": "color",
        "$description": "Authored body text on light backgrounds."
      },
      "reddit-text-secondary": {
        "$value": "#7C7C7C",
        "$type": "color",
        "$description": "Authored secondary text on light backgrounds."
      },
      "reddit-divider-light": {
        "$value": "#EDEFF1",
        "$type": "color",
        "$description": "Authored hairline divider on light canvas."
      },
      "reddit-canvas-dark": {
        "$value": "#1A1A1B",
        "$type": "color",
        "$description": "The \"new Reddit\" dark canvas — documented in the Reddit redesign brand assets and surfaced on the Reddit web product's dark theme.\n"
      },
      "reddit-surface-dark": {
        "$value": "#272729",
        "$type": "color",
        "$description": "Authored elevated surface on the dark canvas — rows, modal headers."
      },
      "reddit-surface-elevated-dark": {
        "$value": "#343536",
        "$type": "color",
        "$description": "Authored deepest-elevated surface on dark mode — popovers and tooltips."
      },
      "reddit-text-on-dark": {
        "$value": "#D7DADC",
        "$type": "color",
        "$description": "Primary text on the dark canvas — the off-white reading tone."
      },
      "reddit-text-secondary-dark": {
        "$value": "#818384",
        "$type": "color",
        "$description": "Authored secondary text on the dark canvas."
      },
      "reddit-divider-dark": {
        "$value": "#343536",
        "$type": "color",
        "$description": "Authored hairline divider on dark canvas."
      },
      "reddit-downvote-blue": {
        "$value": "#7193FF",
        "$type": "color",
        "$description": "The complementary blue used historically for the down-vote affordance on the Reddit product — the visual counterweight to the Orange up-vote.\n"
      }
    },
    "roles": {
      "$description": "Semantic color roles (dark mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.reddit-canvas-dark}",
        "$type": "color",
        "$description": "background role → Reddit Canvas Dark"
      },
      "surface": {
        "$value": "{color.swatches.reddit-surface-dark}",
        "$type": "color",
        "$description": "surface role → Reddit Surface Dark"
      },
      "surface-elevated": {
        "$value": "{color.swatches.reddit-surface-elevated-dark}",
        "$type": "color",
        "$description": "surface-elevated role → Reddit Surface Elevated Dark"
      },
      "text-primary": {
        "$value": "{color.swatches.reddit-text-on-dark}",
        "$type": "color",
        "$description": "text-primary role → Reddit Text on Dark"
      },
      "text-secondary": {
        "$value": "{color.swatches.reddit-text-secondary-dark}",
        "$type": "color",
        "$description": "text-secondary role → Reddit Text Secondary Dark"
      },
      "text-tertiary": {
        "$value": "{color.swatches.reddit-text-secondary-dark}",
        "$type": "color",
        "$description": "text-tertiary role → Reddit Text Secondary Dark"
      },
      "primary": {
        "$value": "{color.swatches.reddit-orange}",
        "$type": "color",
        "$description": "primary role → Reddit Orange"
      },
      "primary-hover": {
        "$value": "{color.swatches.reddit-orange-dark}",
        "$type": "color",
        "$description": "primary-hover role → Reddit Orange Dark"
      },
      "accent": {
        "$value": "{color.swatches.reddit-orange}",
        "$type": "color",
        "$description": "accent role → Reddit Orange"
      },
      "accent-hover": {
        "$value": "{color.swatches.reddit-orange-dark}",
        "$type": "color",
        "$description": "accent-hover role → Reddit Orange Dark"
      },
      "warning": {
        "$value": "{color.swatches.reddit-orange}",
        "$type": "color",
        "$description": "warning role → Reddit Orange"
      },
      "warning-hover": {
        "$value": "{color.swatches.reddit-orange-dark}",
        "$type": "color",
        "$description": "warning-hover role → Reddit Orange Dark"
      },
      "error": {
        "$value": "{color.swatches.reddit-orange}",
        "$type": "color",
        "$description": "error role → Reddit Orange"
      },
      "success": {
        "$value": "{color.swatches.reddit-orange}",
        "$type": "color",
        "$description": "success role → Reddit Orange"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.reddit-orange}",
          "$type": "color",
          "$description": "Brand role identity → Reddit Orange"
        },
        "on-identity": {
          "$value": "{color.swatches.reddit-white}",
          "$type": "color",
          "$description": "Brand role on-identity → Reddit White"
        },
        "primary": {
          "$value": "{color.swatches.reddit-orange}",
          "$type": "color",
          "$description": "Brand role primary → Reddit Orange"
        },
        "primary-hover": {
          "$value": "{color.swatches.reddit-orange-dark}",
          "$type": "color",
          "$description": "Brand role primary-hover → Reddit Orange Dark"
        },
        "accent": {
          "$value": "{color.swatches.reddit-orange}",
          "$type": "color",
          "$description": "Brand role accent → Reddit Orange"
        },
        "accent-hover": {
          "$value": "{color.swatches.reddit-orange-dark}",
          "$type": "color",
          "$description": "Brand role accent-hover → Reddit Orange Dark"
        },
        "upvote": {
          "$value": "{color.swatches.reddit-orange}",
          "$type": "color",
          "$description": "Brand role upvote → Reddit Orange"
        },
        "downvote": {
          "$value": "{color.swatches.reddit-downvote-blue}",
          "$type": "color",
          "$description": "Brand role downvote → Reddit Downvote Blue"
        },
        "background-light": {
          "$value": "{color.swatches.reddit-white}",
          "$type": "color",
          "$description": "Brand role background-light → Reddit White"
        },
        "background-dark": {
          "$value": "{color.swatches.reddit-canvas-dark}",
          "$type": "color",
          "$description": "Brand role background-dark → Reddit Canvas Dark"
        },
        "surface-light": {
          "$value": "{color.swatches.reddit-near-white}",
          "$type": "color",
          "$description": "Brand role surface-light → Reddit Near-White"
        },
        "surface-dark": {
          "$value": "{color.swatches.reddit-surface-dark}",
          "$type": "color",
          "$description": "Brand role surface-dark → Reddit Surface Dark"
        },
        "surface-elevated-dark": {
          "$value": "{color.swatches.reddit-surface-elevated-dark}",
          "$type": "color",
          "$description": "Brand role surface-elevated-dark → Reddit Surface Elevated Dark"
        },
        "text-primary-light": {
          "$value": "{color.swatches.reddit-text-primary}",
          "$type": "color",
          "$description": "Brand role text-primary-light → Reddit Text Primary"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.reddit-text-on-dark}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → Reddit Text on Dark"
        },
        "text-secondary-light": {
          "$value": "{color.swatches.reddit-text-secondary}",
          "$type": "color",
          "$description": "Brand role text-secondary-light → Reddit Text Secondary"
        },
        "text-secondary-dark": {
          "$value": "{color.swatches.reddit-text-secondary-dark}",
          "$type": "color",
          "$description": "Brand role text-secondary-dark → Reddit Text Secondary Dark"
        },
        "divider-light": {
          "$value": "{color.swatches.reddit-divider-light}",
          "$type": "color",
          "$description": "Brand role divider-light → Reddit Divider Light"
        },
        "divider-dark": {
          "$value": "{color.swatches.reddit-divider-dark}",
          "$type": "color",
          "$description": "Brand role divider-dark → Reddit Divider Dark"
        }
      }
    }
  },
  "font": {
    "$description": "Typography roles mapped to font atoms",
    "heading": {
      "family": {
        "$value": [
          "IBM Plex Sans",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "heading role → IBM Plex Sans (ibm-plex-sans@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"
        },
        "$description": "Available font weights"
      }
    },
    "body": {
      "family": {
        "$value": [
          "IBM Plex Sans",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "body role → IBM Plex Sans (ibm-plex-sans@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"
        },
        "$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"
      }
    }
  }
}
