{
  "$themes": [
    {
      "id": "light",
      "name": "Light",
      "selectedTokenSets": {
        "global": "enabled",
        "role-light": "enabled",
        "brand": "enabled"
      }
    },
    {
      "id": "dark",
      "name": "Dark",
      "selectedTokenSets": {
        "global": "enabled",
        "role-dark": "enabled",
        "brand": "enabled"
      }
    }
  ],
  "global": {
    "color": {
      "airbnb-rausch": {
        "value": "#FF5A5F",
        "type": "color",
        "description": "Signature pink-red — the primary brand color. Verified hex from the simple-icons brand database citing airbnb.com.\n"
      },
      "airbnb-rausch-hover": {
        "value": "#E94A4F",
        "type": "color",
        "description": "Authored hover / active state for Rausch."
      },
      "airbnb-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Canvas on light surfaces."
      },
      "airbnb-near-white": {
        "value": "#F7F7F7",
        "type": "color",
        "description": "Authored panel surface for light mode."
      },
      "airbnb-text-primary": {
        "value": "#222222",
        "type": "color",
        "description": "Authored body text on light backgrounds — the near-black tone Airbnb's marketing surfaces uniformly read as.\n"
      },
      "airbnb-text-secondary": {
        "value": "#717171",
        "type": "color",
        "description": "Authored secondary text on light backgrounds."
      },
      "airbnb-text-tertiary": {
        "value": "#B0B0B0",
        "type": "color",
        "description": "Authored tertiary / muted text."
      },
      "airbnb-divider": {
        "value": "#EBEBEB",
        "type": "color",
        "description": "Authored hairline divider tone."
      },
      "airbnb-canvas-dark": {
        "value": "#1A1A1A",
        "type": "color",
        "description": "Authored dark-mode canvas — Airbnb's primary product is light-first; this is an authored inversion."
      },
      "airbnb-surface-dark": {
        "value": "#2B2B2B",
        "type": "color",
        "description": "Authored elevated surface on dark mode."
      },
      "airbnb-success": {
        "value": "#008A05",
        "type": "color",
        "description": "Authored success accent — leans deep green, consistent with Airbnb's status indicators."
      },
      "airbnb-warning": {
        "value": "#C13515",
        "type": "color",
        "description": "Authored warning accent — a deeper red used distinctly from Rausch for destructive context."
      },
      "airbnb-error": {
        "value": "#C13515",
        "type": "color",
        "description": "Authored error accent — same deeper red."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Airbnb Cereal",
        "type": "fontFamilies",
        "description": "airbnb-cereal@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Airbnb Cereal",
        "type": "fontFamilies",
        "description": "airbnb-cereal@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Airbnb Cereal",
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Airbnb Cereal",
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "mono": {
        "value": [
          "JetBrainsMono Nerd Font",
          "JetBrains Mono",
          "Fira Code",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.airbnb-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.airbnb-near-white}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.airbnb-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.airbnb-text-primary}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.airbnb-text-secondary}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.airbnb-text-tertiary}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.airbnb-rausch}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.airbnb-rausch-hover}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.airbnb-rausch}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.airbnb-rausch-hover}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.airbnb-warning}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.airbnb-warning}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.airbnb-error}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.airbnb-success}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.airbnb-canvas-dark}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.airbnb-surface-dark}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.airbnb-surface-dark}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.airbnb-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.airbnb-text-tertiary}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.airbnb-text-secondary}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.airbnb-rausch}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.airbnb-rausch-hover}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.airbnb-rausch}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.airbnb-rausch-hover}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.airbnb-warning}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.airbnb-warning}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.airbnb-error}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.airbnb-success}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.airbnb-rausch}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.airbnb-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.airbnb-rausch}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.airbnb-rausch-hover}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.airbnb-rausch}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.airbnb-rausch-hover}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.airbnb-success}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.airbnb-warning}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.airbnb-error}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.airbnb-white}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.airbnb-canvas-dark}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.airbnb-near-white}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.airbnb-surface-dark}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.airbnb-text-primary}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.airbnb-white}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.airbnb-text-secondary}",
        "type": "color"
      },
      "divider": {
        "value": "{global.color.airbnb-divider}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Airbnb",
    "ref": "airbnb@1.0.0",
    "paletteRef": "airbnb@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
