{
  "$description": "Brand: Calendly — dark mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette calendly@1.0.0",
      "calendly-blue": {
        "$value": "#006BFF",
        "$type": "color",
        "$description": "Signature saturated blue. Primary brand color — used on the wordmark, primary CTAs, and key interactive surfaces.\n"
      },
      "calendly-white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Canvas on light surfaces; reversed wordmark fill."
      },
      "calendly-black": {
        "$value": "#0B1B2D",
        "$type": "color",
        "$description": "Near-black body text on light backgrounds — Calendly's marketing-page text tone."
      },
      "calendly-canvas-dark": {
        "$value": "#0B1B2D",
        "$type": "color",
        "$description": "Authored dark-mode canvas aligned with the body-text tone."
      },
      "calendly-surface-light": {
        "$value": "#F4F6F9",
        "$type": "color",
        "$description": "Authored panel surface for light mode."
      },
      "calendly-surface-dark": {
        "$value": "#1A2A40",
        "$type": "color",
        "$description": "Authored elevated surface on dark mode."
      },
      "calendly-text-secondary": {
        "$value": "#4A5568",
        "$type": "color",
        "$description": "Authored secondary text — neutral mid-gray on light canvas."
      },
      "calendly-text-tertiary": {
        "$value": "#8794A6",
        "$type": "color",
        "$description": "Authored tertiary / muted text."
      },
      "calendly-blue-hover": {
        "$value": "#2D85FF",
        "$type": "color",
        "$description": "Authored softer Calendly Blue for hover / active states."
      }
    },
    "roles": {
      "$description": "Semantic color roles (dark mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.calendly-canvas-dark}",
        "$type": "color",
        "$description": "background role → Calendly Canvas Dark"
      },
      "surface": {
        "$value": "{color.swatches.calendly-surface-dark}",
        "$type": "color",
        "$description": "surface role → Calendly Surface Dark"
      },
      "surface-elevated": {
        "$value": "{color.swatches.calendly-surface-dark}",
        "$type": "color",
        "$description": "surface-elevated role → Calendly Surface Dark"
      },
      "text-primary": {
        "$value": "{color.swatches.calendly-white}",
        "$type": "color",
        "$description": "text-primary role → Calendly White"
      },
      "text-secondary": {
        "$value": "{color.swatches.calendly-text-tertiary}",
        "$type": "color",
        "$description": "text-secondary role → Calendly Text Tertiary"
      },
      "text-tertiary": {
        "$value": "{color.swatches.calendly-text-secondary}",
        "$type": "color",
        "$description": "text-tertiary role → Calendly Text Secondary"
      },
      "primary": {
        "$value": "{color.swatches.calendly-blue}",
        "$type": "color",
        "$description": "primary role → Calendly Blue"
      },
      "primary-hover": {
        "$value": "{color.swatches.calendly-blue-hover}",
        "$type": "color",
        "$description": "primary-hover role → Calendly Blue Hover"
      },
      "accent": {
        "$value": "{color.swatches.calendly-blue}",
        "$type": "color",
        "$description": "accent role → Calendly Blue"
      },
      "accent-hover": {
        "$value": "{color.swatches.calendly-blue-hover}",
        "$type": "color",
        "$description": "accent-hover role → Calendly Blue Hover"
      },
      "warning": {
        "$value": "{color.swatches.calendly-blue}",
        "$type": "color",
        "$description": "warning role → Calendly Blue"
      },
      "warning-hover": {
        "$value": "{color.swatches.calendly-blue-hover}",
        "$type": "color",
        "$description": "warning-hover role → Calendly Blue Hover"
      },
      "error": {
        "$value": "{color.swatches.calendly-blue}",
        "$type": "color",
        "$description": "error role → Calendly Blue"
      },
      "success": {
        "$value": "{color.swatches.calendly-blue}",
        "$type": "color",
        "$description": "success role → Calendly Blue"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.calendly-blue}",
          "$type": "color",
          "$description": "Brand role identity → Calendly Blue"
        },
        "on-identity": {
          "$value": "{color.swatches.calendly-white}",
          "$type": "color",
          "$description": "Brand role on-identity → Calendly White"
        },
        "primary": {
          "$value": "{color.swatches.calendly-blue}",
          "$type": "color",
          "$description": "Brand role primary → Calendly Blue"
        },
        "primary-hover": {
          "$value": "{color.swatches.calendly-blue-hover}",
          "$type": "color",
          "$description": "Brand role primary-hover → Calendly Blue Hover"
        },
        "accent": {
          "$value": "{color.swatches.calendly-blue}",
          "$type": "color",
          "$description": "Brand role accent → Calendly Blue"
        },
        "accent-hover": {
          "$value": "{color.swatches.calendly-blue-hover}",
          "$type": "color",
          "$description": "Brand role accent-hover → Calendly Blue Hover"
        },
        "success": {
          "$value": "{color.swatches.calendly-blue}",
          "$type": "color",
          "$description": "Brand role success → Calendly Blue"
        },
        "warning": {
          "$value": "{color.swatches.calendly-blue}",
          "$type": "color",
          "$description": "Brand role warning → Calendly Blue"
        },
        "error": {
          "$value": "{color.swatches.calendly-blue}",
          "$type": "color",
          "$description": "Brand role error → Calendly Blue"
        },
        "background-light": {
          "$value": "{color.swatches.calendly-white}",
          "$type": "color",
          "$description": "Brand role background-light → Calendly White"
        },
        "background-dark": {
          "$value": "{color.swatches.calendly-canvas-dark}",
          "$type": "color",
          "$description": "Brand role background-dark → Calendly Canvas Dark"
        },
        "surface-light": {
          "$value": "{color.swatches.calendly-surface-light}",
          "$type": "color",
          "$description": "Brand role surface-light → Calendly Surface Light"
        },
        "surface-dark": {
          "$value": "{color.swatches.calendly-surface-dark}",
          "$type": "color",
          "$description": "Brand role surface-dark → Calendly Surface Dark"
        },
        "text-primary-light": {
          "$value": "{color.swatches.calendly-black}",
          "$type": "color",
          "$description": "Brand role text-primary-light → Calendly Black"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.calendly-white}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → Calendly 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"
      }
    }
  }
}
