{
  "$description": "Brand: The Verge — dark mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette the-verge@1.0.0",
      "ink": {
        "$value": "#131313",
        "$type": "color",
        "$description": "Primary text and dark surface — the Verge ink."
      },
      "black": {
        "$value": "#000000",
        "$type": "color",
        "$description": "Absolute black; mark fills."
      },
      "gray-bright": {
        "$value": "#313131",
        "$type": "color",
        "$description": "Elevated surface in dark mode; secondary text."
      },
      "gray-medium": {
        "$value": "#4A4A4A",
        "$type": "color",
        "$description": "Secondary body text on light surfaces."
      },
      "gray-muted": {
        "$value": "#636363",
        "$type": "color",
        "$description": "Tertiary text; muted captions."
      },
      "gray-quiet": {
        "$value": "#949494",
        "$type": "color",
        "$description": "Disabled text and quiet meta."
      },
      "gray-border": {
        "$value": "#BDBDBD",
        "$type": "color",
        "$description": "Heavy border weight."
      },
      "gray-divider": {
        "$value": "#E9E9E9",
        "$type": "color",
        "$description": "Quiet rule weight."
      },
      "gray-tint": {
        "$value": "#EFEFEF",
        "$type": "color",
        "$description": "Quiet surface tint."
      },
      "gray-surface": {
        "$value": "#F6F6F6",
        "$type": "color",
        "$description": "Subtle inset surface."
      },
      "white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Page canvas — the Verge bright sheet."
      },
      "electric-purple": {
        "$value": "#5200FF",
        "$type": "color",
        "$description": "Primary action color — the Verge electric accent."
      },
      "electric-purple-pressed": {
        "$value": "#3D00BF",
        "$type": "color",
        "$description": "Pressed / active variant of electric-purple."
      },
      "electric-purple-light": {
        "$value": "#A980FF",
        "$type": "color",
        "$description": "Lighter electric purple — quiet emphasis."
      },
      "electric-purple-tint": {
        "$value": "#DFCFFF",
        "$type": "color",
        "$description": "Quiet surface tint of electric purple."
      },
      "electric-purple-faint": {
        "$value": "#EEE6FF",
        "$type": "color",
        "$description": "Faint background tint."
      },
      "neon-mint": {
        "$value": "#3CFFD0",
        "$type": "color",
        "$description": "Bright accent — the Verge mint signal color."
      },
      "neon-mint-tint": {
        "$value": "#D8F0E8",
        "$type": "color",
        "$description": "Quiet mint surface tint."
      },
      "verge-green": {
        "$value": "#309875",
        "$type": "color",
        "$description": "Status / success green — the Verge confirmation color."
      },
      "yellow-bright": {
        "$value": "#D6F31F",
        "$type": "color",
        "$description": "Verge accent yellow — quote highlights and tags."
      },
      "yellow-faint": {
        "$value": "#FFFCD4",
        "$type": "color",
        "$description": "Faint yellow surface tint."
      },
      "peach-faint": {
        "$value": "#FFD5C8",
        "$type": "color",
        "$description": "Faint coral surface."
      },
      "rose-faint": {
        "$value": "#FFC2E7",
        "$type": "color",
        "$description": "Faint rose surface."
      }
    },
    "roles": {
      "$description": "Semantic color roles (dark mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.ink}",
        "$type": "color",
        "$description": "background role → Ink"
      },
      "surface": {
        "$value": "{color.swatches.gray-bright}",
        "$type": "color",
        "$description": "surface role → Gray Bright"
      },
      "surface-elevated": {
        "$value": "{color.swatches.gray-medium}",
        "$type": "color",
        "$description": "surface-elevated role → Gray Medium"
      },
      "text-primary": {
        "$value": "{color.swatches.white}",
        "$type": "color",
        "$description": "text-primary role → White"
      },
      "text-secondary": {
        "$value": "{color.swatches.gray-divider}",
        "$type": "color",
        "$description": "text-secondary role → Gray Divider"
      },
      "text-tertiary": {
        "$value": "{color.swatches.gray-border}",
        "$type": "color",
        "$description": "text-tertiary role → Gray Border"
      },
      "primary": {
        "$value": "{color.swatches.electric-purple-light}",
        "$type": "color",
        "$description": "primary role → Electric Purple Light"
      },
      "primary-hover": {
        "$value": "{color.swatches.electric-purple}",
        "$type": "color",
        "$description": "primary-hover role → Electric Purple"
      },
      "accent": {
        "$value": "{color.swatches.neon-mint}",
        "$type": "color",
        "$description": "accent role → Neon Mint"
      },
      "accent-hover": {
        "$value": "{color.swatches.verge-green}",
        "$type": "color",
        "$description": "accent-hover role → Verge Green"
      },
      "warning": {
        "$value": "{color.swatches.yellow-bright}",
        "$type": "color",
        "$description": "warning role → Yellow Bright"
      },
      "error": {
        "$value": "{color.swatches.electric-purple-light}",
        "$type": "color",
        "$description": "error role → Electric Purple Light"
      },
      "success": {
        "$value": "{color.swatches.neon-mint}",
        "$type": "color",
        "$description": "success role → Neon Mint"
      },
      "border": {
        "$value": "{color.swatches.gray-bright}",
        "$type": "color",
        "$description": "border role → Gray Bright"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.ink}",
          "$type": "color",
          "$description": "Brand role identity → Ink"
        },
        "on-identity": {
          "$value": "{color.swatches.neon-mint}",
          "$type": "color",
          "$description": "Brand role on-identity → Neon Mint"
        },
        "primary": {
          "$value": "{color.swatches.electric-purple}",
          "$type": "color",
          "$description": "Brand role primary → Electric Purple"
        },
        "primary-hover": {
          "$value": "{color.swatches.electric-purple-pressed}",
          "$type": "color",
          "$description": "Brand role primary-hover → Electric Purple Pressed"
        },
        "accent": {
          "$value": "{color.swatches.neon-mint}",
          "$type": "color",
          "$description": "Brand role accent → Neon Mint"
        },
        "accent-hover": {
          "$value": "{color.swatches.verge-green}",
          "$type": "color",
          "$description": "Brand role accent-hover → Verge Green"
        },
        "mark": {
          "$value": "{color.swatches.ink}",
          "$type": "color",
          "$description": "Brand role mark → Ink"
        },
        "success": {
          "$value": "{color.swatches.verge-green}",
          "$type": "color",
          "$description": "Brand role success → Verge Green"
        },
        "warning": {
          "$value": "{color.swatches.yellow-bright}",
          "$type": "color",
          "$description": "Brand role warning → Yellow Bright"
        },
        "error": {
          "$value": "{color.swatches.electric-purple-pressed}",
          "$type": "color",
          "$description": "Brand role error → Electric Purple Pressed"
        },
        "text-primary-light": {
          "$value": "{color.swatches.ink}",
          "$type": "color",
          "$description": "Brand role text-primary-light → Ink"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.white}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → White"
        },
        "background-light": {
          "$value": "{color.swatches.white}",
          "$type": "color",
          "$description": "Brand role background-light → White"
        },
        "background-dark": {
          "$value": "{color.swatches.ink}",
          "$type": "color",
          "$description": "Brand role background-dark → Ink"
        },
        "surface-light": {
          "$value": "{color.swatches.gray-surface}",
          "$type": "color",
          "$description": "Brand role surface-light → Gray Surface"
        },
        "surface-dark": {
          "$value": "{color.swatches.gray-bright}",
          "$type": "color",
          "$description": "Brand role surface-dark → Gray Bright"
        },
        "text-secondary-light": {
          "$value": "{color.swatches.gray-medium}",
          "$type": "color",
          "$description": "Brand role text-secondary-light → Gray Medium"
        },
        "text-tertiary-light": {
          "$value": "{color.swatches.gray-muted}",
          "$type": "color",
          "$description": "Brand role text-tertiary-light → Gray Muted"
        },
        "border-light": {
          "$value": "{color.swatches.gray-divider}",
          "$type": "color",
          "$description": "Brand role border-light → Gray Divider"
        }
      }
    }
  },
  "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"
      }
    },
    "serif": {
      "family": {
        "$value": [
          "Playfair Display",
          "Iowan Old Style",
          "Apple Garamond",
          "Baskerville",
          "Times New Roman",
          "serif"
        ],
        "$type": "fontFamily",
        "$description": "serif role → Playfair Display (playfair-display@1.0.0)"
      },
      "weight": {
        "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"
      }
    }
  }
}
