{
  "$description": "Brand: Perplexity — light mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette perplexity@1.0.0",
      "inky": {
        "$value": "#100E12",
        "$type": "color",
        "$description": "Primary dark canvas — Perplexity's documented dark theme-color meta."
      },
      "inky-deep": {
        "$value": "#082125",
        "$type": "color",
        "$description": "Deepest near-black accent with cool cyan undertone."
      },
      "inky-elevated": {
        "$value": "#1F2121",
        "$type": "color",
        "$description": "Elevated surface on dark canvas."
      },
      "inky-quiet": {
        "$value": "#211B1A",
        "$type": "color",
        "$description": "Subtle surface accent on dark canvas."
      },
      "paper": {
        "$value": "#FCFCF9",
        "$type": "color",
        "$description": "Light canvas — Perplexity's documented light theme-color meta."
      },
      "paper-elevated": {
        "$value": "#F5F5F5",
        "$type": "color",
        "$description": "Subtle elevated surface on Paper canvas."
      },
      "paper-warm": {
        "$value": "#F7F7F8",
        "$type": "color",
        "$description": "Off-white text on dark canvas; warm fallback."
      },
      "peacock": {
        "$value": "#1FB8CD",
        "$type": "color",
        "$description": "Perplexity's signature peacock teal — the primary brand accent."
      },
      "peacock-bright": {
        "$value": "#32B8C6",
        "$type": "color",
        "$description": "Bright peacock variant — primary action button."
      },
      "peacock-deep": {
        "$value": "#139FB2",
        "$type": "color",
        "$description": "Pressed-peacock variant for hover state."
      },
      "peacock-soft": {
        "$value": "#92DCE2",
        "$type": "color",
        "$description": "Soft peacock for tinted backgrounds and hover states."
      },
      "peacock-button": {
        "$value": "#35BDC8",
        "$type": "color",
        "$description": "Bright teal as rendered on docs primary buttons."
      },
      "peacock-banner": {
        "$value": "#1A6872",
        "$type": "color",
        "$description": "Deep peacock — banner / dark-mode primary surface."
      },
      "peacock-pale": {
        "$value": "#27CAE0",
        "$type": "color",
        "$description": "Pale peacock — soft tint variant."
      },
      "marigold": {
        "$value": "#F0B435",
        "$type": "color",
        "$description": "Marigold gold — editorial accent (Pro / Max indicators)."
      },
      "marigold-soft": {
        "$value": "#FFAB44",
        "$type": "color",
        "$description": "Soft marigold tint."
      },
      "marigold-pale": {
        "$value": "#FEF08A",
        "$type": "color",
        "$description": "Pale marigold tint."
      },
      "rust": {
        "$value": "#E68161",
        "$type": "color",
        "$description": "Rust orange — editorial accent."
      },
      "ember": {
        "$value": "#E10600",
        "$type": "color",
        "$description": "Ember red — destructive action."
      },
      "violet-soft": {
        "$value": "#C48ED8",
        "$type": "color",
        "$description": "Soft violet — data-viz accent."
      },
      "text-on-paper": {
        "$value": "#121516",
        "$type": "color",
        "$description": "Body text on the Paper canvas — deep ink."
      },
      "text-on-inky": {
        "$value": "#E0E0E0",
        "$type": "color",
        "$description": "Body text on the Inky canvas — soft warm white."
      },
      "text-secondary": {
        "$value": "#5D5F5F",
        "$type": "color",
        "$description": "Secondary text on either canvas."
      },
      "border-quiet": {
        "$value": "#84754E",
        "$type": "color",
        "$description": "Quiet border — captured in dark-mode dot-bg literals."
      }
    },
    "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.text-on-paper}",
        "$type": "color",
        "$description": "text-primary role → Text on Paper"
      },
      "text-secondary": {
        "$value": "{color.swatches.text-secondary}",
        "$type": "color",
        "$description": "text-secondary role → Text Secondary"
      },
      "text-tertiary": {
        "$value": "{color.swatches.border-quiet}",
        "$type": "color",
        "$description": "text-tertiary role → Border Quiet"
      },
      "primary": {
        "$value": "{color.swatches.peacock-deep}",
        "$type": "color",
        "$description": "primary role → Peacock Deep"
      },
      "primary-hover": {
        "$value": "{color.swatches.peacock-banner}",
        "$type": "color",
        "$description": "primary-hover role → Peacock Banner"
      },
      "accent": {
        "$value": "{color.swatches.peacock}",
        "$type": "color",
        "$description": "accent role → Peacock"
      },
      "accent-hover": {
        "$value": "{color.swatches.peacock-deep}",
        "$type": "color",
        "$description": "accent-hover role → Peacock Deep"
      },
      "warning": {
        "$value": "{color.swatches.marigold}",
        "$type": "color",
        "$description": "warning role → Marigold"
      },
      "warning-hover": {
        "$value": "{color.swatches.marigold-soft}",
        "$type": "color",
        "$description": "warning-hover role → Marigold Soft"
      },
      "error": {
        "$value": "{color.swatches.ember}",
        "$type": "color",
        "$description": "error role → Ember"
      },
      "success": {
        "$value": "{color.swatches.peacock}",
        "$type": "color",
        "$description": "success role → Peacock"
      },
      "border": {
        "$value": "{color.swatches.paper-elevated}",
        "$type": "color",
        "$description": "border role → Paper Elevated"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.inky}",
          "$type": "color",
          "$description": "Brand role identity → Inky"
        },
        "on-identity": {
          "$value": "{color.swatches.text-on-inky}",
          "$type": "color",
          "$description": "Brand role on-identity → Text on Inky"
        },
        "primary": {
          "$value": "{color.swatches.peacock-bright}",
          "$type": "color",
          "$description": "Brand role primary → Peacock Bright"
        },
        "primary-hover": {
          "$value": "{color.swatches.peacock-soft}",
          "$type": "color",
          "$description": "Brand role primary-hover → Peacock Soft"
        },
        "accent": {
          "$value": "{color.swatches.peacock}",
          "$type": "color",
          "$description": "Brand role accent → Peacock"
        },
        "accent-hover": {
          "$value": "{color.swatches.peacock-deep}",
          "$type": "color",
          "$description": "Brand role accent-hover → Peacock Deep"
        },
        "mark": {
          "$value": "{color.swatches.peacock}",
          "$type": "color",
          "$description": "Brand role mark → Peacock"
        },
        "success": {
          "$value": "{color.swatches.peacock-pale}",
          "$type": "color",
          "$description": "Brand role success → Peacock Pale"
        },
        "warning": {
          "$value": "{color.swatches.marigold}",
          "$type": "color",
          "$description": "Brand role warning → Marigold"
        },
        "error": {
          "$value": "{color.swatches.ember}",
          "$type": "color",
          "$description": "Brand role error → Ember"
        },
        "text-primary-light": {
          "$value": "{color.swatches.text-on-paper}",
          "$type": "color",
          "$description": "Brand role text-primary-light → Text on Paper"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.text-on-inky}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → Text on Inky"
        },
        "background-light": {
          "$value": "{color.swatches.paper}",
          "$type": "color",
          "$description": "Brand role background-light → Paper"
        },
        "background-dark": {
          "$value": "{color.swatches.inky}",
          "$type": "color",
          "$description": "Brand role background-dark → Inky"
        },
        "surface-light": {
          "$value": "{color.swatches.paper-elevated}",
          "$type": "color",
          "$description": "Brand role surface-light → Paper Elevated"
        },
        "surface-dark": {
          "$value": "{color.swatches.inky-elevated}",
          "$type": "color",
          "$description": "Brand role surface-dark → Inky Elevated"
        },
        "text-secondary-light": {
          "$value": "{color.swatches.text-secondary}",
          "$type": "color",
          "$description": "Brand role text-secondary-light → Text Secondary"
        },
        "text-tertiary-light": {
          "$value": "{color.swatches.border-quiet}",
          "$type": "color",
          "$description": "Brand role text-tertiary-light → Border Quiet"
        },
        "border-light": {
          "$value": "{color.swatches.paper-elevated}",
          "$type": "color",
          "$description": "Brand role border-light → Paper Elevated"
        },
        "border-dark": {
          "$value": "{color.swatches.inky-quiet}",
          "$type": "color",
          "$description": "Brand role border-dark → Inky Quiet"
        }
      }
    }
  },
  "font": {
    "$description": "Typography roles mapped to font atoms",
    "heading": {
      "family": {
        "$value": [
          "Space Grotesk",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "heading role → Space Grotesk (space-grotesk@1.0.0)"
      },
      "weight": {
        "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": [
          "Space Grotesk",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "body role → Space Grotesk (space-grotesk@1.0.0)"
      },
      "weight": {
        "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"
      }
    },
    "serif": {
      "family": {
        "$value": [
          "PT Serif",
          "Charter",
          "Georgia",
          "Times New Roman",
          "serif"
        ],
        "$type": "fontFamily",
        "$description": "serif role → PT Serif (pt-serif@1.0.0)"
      },
      "weight": {
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "mono": {
      "family": {
        "$value": [
          "Geist Mono",
          "SFMono-Regular",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "Courier New",
          "monospace"
        ],
        "$type": "fontFamily",
        "$description": "mono role → Geist Mono (geist-mono@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"
      }
    }
  }
}
