{
  "$description": "Brand: Dropbox — light mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette dropbox@1.0.0",
      "dropbox-blue": {
        "$value": "#0061FF",
        "$type": "color",
        "$description": "Signature saturated blue. Primary brand color — used on the wordmark, the open-box icon, primary CTAs, and key interactive surfaces.\n"
      },
      "dropbox-white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Canvas on light surfaces; reversed wordmark fill."
      },
      "dropbox-black": {
        "$value": "#000000",
        "$type": "color",
        "$description": "Wordmark on light backgrounds; near-black marketing canvas."
      },
      "dropbox-canvas-dark": {
        "$value": "#1E1919",
        "$type": "color",
        "$description": "Authored dark-mode canvas — warm near-black consistent with Dropbox's text-forward marketing pages."
      },
      "dropbox-surface-light": {
        "$value": "#F7F5F2",
        "$type": "color",
        "$description": "Authored warm panel surface for light mode."
      },
      "dropbox-surface-dark": {
        "$value": "#2C2727",
        "$type": "color",
        "$description": "Authored elevated surface on dark mode."
      },
      "dropbox-text-secondary": {
        "$value": "#5A5A5A",
        "$type": "color",
        "$description": "Authored secondary text — neutral mid-gray on light canvas."
      },
      "dropbox-text-tertiary": {
        "$value": "#909090",
        "$type": "color",
        "$description": "Authored tertiary / muted text."
      },
      "dropbox-blue-hover": {
        "$value": "#3D85FF",
        "$type": "color",
        "$description": "Authored softer Dropbox Blue for hover / active states."
      }
    },
    "roles": {
      "$description": "Semantic color roles (light mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.dropbox-white}",
        "$type": "color",
        "$description": "background role → Dropbox White"
      },
      "surface": {
        "$value": "{color.swatches.dropbox-surface-light}",
        "$type": "color",
        "$description": "surface role → Dropbox Surface Light"
      },
      "surface-elevated": {
        "$value": "{color.swatches.dropbox-white}",
        "$type": "color",
        "$description": "surface-elevated role → Dropbox White"
      },
      "text-primary": {
        "$value": "{color.swatches.dropbox-black}",
        "$type": "color",
        "$description": "text-primary role → Dropbox Black"
      },
      "text-secondary": {
        "$value": "{color.swatches.dropbox-text-secondary}",
        "$type": "color",
        "$description": "text-secondary role → Dropbox Text Secondary"
      },
      "text-tertiary": {
        "$value": "{color.swatches.dropbox-text-tertiary}",
        "$type": "color",
        "$description": "text-tertiary role → Dropbox Text Tertiary"
      },
      "primary": {
        "$value": "{color.swatches.dropbox-blue}",
        "$type": "color",
        "$description": "primary role → Dropbox Blue"
      },
      "primary-hover": {
        "$value": "{color.swatches.dropbox-blue-hover}",
        "$type": "color",
        "$description": "primary-hover role → Dropbox Blue Hover"
      },
      "accent": {
        "$value": "{color.swatches.dropbox-blue}",
        "$type": "color",
        "$description": "accent role → Dropbox Blue"
      },
      "accent-hover": {
        "$value": "{color.swatches.dropbox-blue-hover}",
        "$type": "color",
        "$description": "accent-hover role → Dropbox Blue Hover"
      },
      "warning": {
        "$value": "{color.swatches.dropbox-blue}",
        "$type": "color",
        "$description": "warning role → Dropbox Blue"
      },
      "warning-hover": {
        "$value": "{color.swatches.dropbox-blue-hover}",
        "$type": "color",
        "$description": "warning-hover role → Dropbox Blue Hover"
      },
      "error": {
        "$value": "{color.swatches.dropbox-blue}",
        "$type": "color",
        "$description": "error role → Dropbox Blue"
      },
      "success": {
        "$value": "{color.swatches.dropbox-blue}",
        "$type": "color",
        "$description": "success role → Dropbox Blue"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.dropbox-blue}",
          "$type": "color",
          "$description": "Brand role identity → Dropbox Blue"
        },
        "on-identity": {
          "$value": "{color.swatches.dropbox-white}",
          "$type": "color",
          "$description": "Brand role on-identity → Dropbox White"
        },
        "primary": {
          "$value": "{color.swatches.dropbox-blue}",
          "$type": "color",
          "$description": "Brand role primary → Dropbox Blue"
        },
        "primary-hover": {
          "$value": "{color.swatches.dropbox-blue-hover}",
          "$type": "color",
          "$description": "Brand role primary-hover → Dropbox Blue Hover"
        },
        "accent": {
          "$value": "{color.swatches.dropbox-blue}",
          "$type": "color",
          "$description": "Brand role accent → Dropbox Blue"
        },
        "accent-hover": {
          "$value": "{color.swatches.dropbox-blue-hover}",
          "$type": "color",
          "$description": "Brand role accent-hover → Dropbox Blue Hover"
        },
        "success": {
          "$value": "{color.swatches.dropbox-blue}",
          "$type": "color",
          "$description": "Brand role success → Dropbox Blue"
        },
        "warning": {
          "$value": "{color.swatches.dropbox-blue}",
          "$type": "color",
          "$description": "Brand role warning → Dropbox Blue"
        },
        "error": {
          "$value": "{color.swatches.dropbox-blue}",
          "$type": "color",
          "$description": "Brand role error → Dropbox Blue"
        },
        "background-light": {
          "$value": "{color.swatches.dropbox-white}",
          "$type": "color",
          "$description": "Brand role background-light → Dropbox White"
        },
        "background-dark": {
          "$value": "{color.swatches.dropbox-canvas-dark}",
          "$type": "color",
          "$description": "Brand role background-dark → Dropbox Canvas Dark"
        },
        "surface-light": {
          "$value": "{color.swatches.dropbox-surface-light}",
          "$type": "color",
          "$description": "Brand role surface-light → Dropbox Surface Light"
        },
        "surface-dark": {
          "$value": "{color.swatches.dropbox-surface-dark}",
          "$type": "color",
          "$description": "Brand role surface-dark → Dropbox Surface Dark"
        },
        "text-primary-light": {
          "$value": "{color.swatches.dropbox-black}",
          "$type": "color",
          "$description": "Brand role text-primary-light → Dropbox Black"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.dropbox-white}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → Dropbox White"
        }
      }
    }
  },
  "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"
      }
    }
  }
}
