{
  "$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": {
      "monday-red": {
        "value": "#FF3D57",
        "type": "color",
        "description": "Signature hot-coral red. Primary brand color — used on the wordmark, the mark, primary CTAs, and key interactive surfaces.\n"
      },
      "monday-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Canvas on light surfaces; reversed wordmark fill."
      },
      "monday-black": {
        "value": "#000000",
        "type": "color",
        "description": "Wordmark on light backgrounds; near-black body text."
      },
      "monday-canvas-dark": {
        "value": "#1C1F3B",
        "type": "color",
        "description": "Authored dark-mode canvas — deep neutral aligned with monday.com's product dark theme."
      },
      "monday-surface-light": {
        "value": "#F6F7FB",
        "type": "color",
        "description": "Authored panel surface for light mode."
      },
      "monday-surface-dark": {
        "value": "#292F4C",
        "type": "color",
        "description": "Authored elevated surface on dark mode."
      },
      "monday-text-secondary": {
        "value": "#676879",
        "type": "color",
        "description": "Authored secondary text — neutral mid-gray on light canvas."
      },
      "monday-text-tertiary": {
        "value": "#9799A7",
        "type": "color",
        "description": "Authored tertiary / muted text."
      },
      "monday-red-hover": {
        "value": "#FF5E73",
        "type": "color",
        "description": "Authored softer Monday Red for hover / active states."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "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.monday-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.monday-surface-light}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.monday-white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.monday-black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.monday-text-secondary}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.monday-text-tertiary}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.monday-red}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.monday-red-hover}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.monday-red}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.monday-red-hover}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.monday-red}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.monday-red-hover}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.monday-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.monday-red}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.monday-canvas-dark}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.monday-surface-dark}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.monday-surface-dark}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.monday-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.monday-text-tertiary}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.monday-text-secondary}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.monday-red}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.monday-red-hover}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.monday-red}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.monday-red-hover}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.monday-red}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.monday-red-hover}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.monday-red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.monday-red}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.monday-red}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.monday-white}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.monday-red}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.monday-red-hover}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.monday-red}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.monday-red-hover}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.monday-red}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.monday-red}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.monday-red}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.monday-white}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.monday-canvas-dark}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.monday-surface-light}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.monday-surface-dark}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.monday-black}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.monday-white}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "monday.com",
    "ref": "monday-com@1.0.0",
    "paletteRef": "monday-com@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
