{
  "$schema": "https://www.designtokens.org/schemas/2025.10/format.json",
  "$description": "monday.com's design system — friendly, bold color chips on calm gray surfaces, with rounded controls and a status palette that does the talking.",
  "color": {
    "$type": "color",
    "primary": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0,
          0.451,
          0.918
        ],
        "hex": "#0073ea"
      }
    },
    "primary-variant": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0,
          0.376,
          0.725
        ],
        "hex": "#0060b9"
      }
    },
    "primary-selected": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.8,
          0.898,
          1
        ],
        "hex": "#cce5ff"
      }
    },
    "on-primary": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          1,
          1
        ],
        "hex": "#ffffff"
      }
    },
    "surface": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          1,
          1
        ],
        "hex": "#ffffff"
      }
    },
    "surface-variant": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.965,
          0.969,
          0.984
        ],
        "hex": "#f6f7fb"
      }
    },
    "on-surface": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.196,
          0.2,
          0.22
        ],
        "hex": "#323338"
      }
    },
    "on-surface-variant": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.404,
          0.408,
          0.475
        ],
        "hex": "#676879"
      }
    },
    "border": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.765,
          0.776,
          0.831
        ],
        "hex": "#c3c6d4"
      }
    },
    "border-subtle": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.816,
          0.831,
          0.894
        ],
        "hex": "#d0d4e4"
      }
    },
    "link": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.122,
          0.463,
          0.761
        ],
        "hex": "#1f76c2"
      }
    },
    "positive": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0,
          0.522,
          0.302
        ],
        "hex": "#00854d"
      }
    },
    "done": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0,
          0.784,
          0.459
        ],
        "hex": "#00c875"
      }
    },
    "negative": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          0.847,
          0.227,
          0.322
        ],
        "hex": "#d83a52"
      }
    },
    "warning": {
      "$value": {
        "colorSpace": "srgb",
        "components": [
          1,
          0.796,
          0
        ],
        "hex": "#ffcb00"
      }
    }
  },
  "spacing": {
    "$type": "dimension",
    "xxs": {
      "$value": {
        "value": 2,
        "unit": "px"
      }
    },
    "xs": {
      "$value": {
        "value": 4,
        "unit": "px"
      }
    },
    "sm": {
      "$value": {
        "value": 8,
        "unit": "px"
      }
    },
    "md": {
      "$value": {
        "value": 16,
        "unit": "px"
      }
    },
    "lg": {
      "$value": {
        "value": 24,
        "unit": "px"
      }
    },
    "xl": {
      "$value": {
        "value": 32,
        "unit": "px"
      }
    },
    "2xl": {
      "$value": {
        "value": 48,
        "unit": "px"
      }
    },
    "3xl": {
      "$value": {
        "value": 64,
        "unit": "px"
      }
    }
  },
  "rounded": {
    "$type": "dimension",
    "sm": {
      "$value": {
        "value": 4,
        "unit": "px"
      }
    },
    "md": {
      "$value": {
        "value": 8,
        "unit": "px"
      }
    },
    "lg": {
      "$value": {
        "value": 16,
        "unit": "px"
      }
    },
    "full": {
      "$value": {
        "value": 9999,
        "unit": "px"
      }
    }
  },
  "typography": {
    "display": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Poppins",
        "fontSize": {
          "value": 2,
          "unit": "rem"
        },
        "fontWeight": 600,
        "letterSpacing": {
          "value": -0.016,
          "unit": "em"
        }
      }
    },
    "heading-lg": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Poppins",
        "fontSize": {
          "value": 1.5,
          "unit": "rem"
        },
        "fontWeight": 600
      }
    },
    "heading": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Poppins",
        "fontSize": {
          "value": 1.125,
          "unit": "rem"
        },
        "fontWeight": 600
      }
    },
    "body": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Roboto",
        "fontSize": {
          "value": 1,
          "unit": "rem"
        },
        "fontWeight": 400
      }
    },
    "body-sm": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Roboto",
        "fontSize": {
          "value": 0.875,
          "unit": "rem"
        },
        "fontWeight": 400
      }
    },
    "label": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Roboto",
        "fontSize": {
          "value": 0.75,
          "unit": "rem"
        },
        "fontWeight": 400
      }
    },
    "code": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Roboto Mono",
        "fontSize": {
          "value": 0.875,
          "unit": "rem"
        },
        "fontWeight": 400
      }
    }
  }
}
