{
  "$description": "Brand: monday.com (monday-com@1.0.0)",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette monday-com@1.0.0",
      "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."
      }
    }
  },
  "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"
      }
    }
  },
  "$extensions": {
    "com.brand-atoms.rules": [
      {
        "type": "colorChoice",
        "target": "logo.mark",
        "severity": "error",
        "rationale": "The monday.com wordmark renders in Monday Red on light surfaces and in white on dark surfaces. Recoloring the wordmark into off-brand hues violates monday.com's brand-use guidance.\n",
        "allowed": [
          "monday-red",
          "monday-white",
          "monday-black"
        ],
        "forbidden": [
          "any-non-brand-color"
        ]
      },
      {
        "type": "forbiddenTreatment",
        "target": "logo",
        "severity": "error",
        "rationale": "monday.com's press resources prohibit stretching, rotating, recoloring, or applying decorative effects to the wordmark.\n",
        "treatments": [
          "stretched",
          "rotated",
          "recolored",
          "drop-shadow",
          "on-busy-photo",
          "gradient-fill"
        ]
      },
      {
        "type": "contrastRatio",
        "target": "text-primary",
        "severity": "error",
        "rationale": "WCAG 2.1 Level AA contrast minimum for body text. Monday Black (#000000) on Monday White (#FFFFFF) clears AA at 21:1.\n",
        "against": "background",
        "minRatio": 4.5,
        "standard": "WCAG-AA"
      },
      {
        "type": "variantSelection",
        "target": "logo",
        "severity": "error",
        "rationale": "On dark surfaces, use monday.com's documented light-fill wordmark variant; do not invert the red wordmark on the fly.\n",
        "when": {
          "backgroundColorScheme": "dark"
        },
        "use": "logo-light"
      },
      {
        "type": "variantSelection",
        "target": "logo",
        "severity": "error",
        "rationale": "On light surfaces, the canonical wordmark renders in Monday Red. A black-on-white monochrome variant is permitted; off- brand hues are not.\n",
        "when": {
          "backgroundColorScheme": "light"
        },
        "use": "logo-red"
      },
      {
        "type": "contextRestriction",
        "target": "roles.colors.identity",
        "severity": "error",
        "rationale": "monday.com's trademark guidance forbids use of the monday.com name and mark in third-party company names, domains, and uses that imply affiliation or endorsement.\n",
        "forbiddenContexts": [
          "product-of-competitor",
          "merchandise",
          "endorsement-implication",
          "company-name-or-domain"
        ]
      },
      {
        "type": "compositionConstraint",
        "target": "roles.colors.identity",
        "severity": "recommendation",
        "rationale": "Monday Red is calibrated to read on white and near-black. Pairing it with another saturated hue at the same weight breaks the high-energy, focused voice of the brand surface.\n",
        "pairsWith": [
          "monday-white",
          "monday-black",
          "monday-surface-light"
        ]
      },
      {
        "type": "enumMembership",
        "target": "typography.heading.fontWeight",
        "severity": "warning",
        "rationale": "monday.com's marketing surfaces render display headings in the medium-to-heavy band (500–800); lighter weights undermine the bold, energetic voice of the brand.\n",
        "allowed": [
          "500",
          "600",
          "700",
          "800"
        ]
      },
      {
        "type": "accessibilityRequirement",
        "target": "*",
        "severity": "error",
        "rationale": "WCAG 2.1 Success Criterion 1.4.3 (Contrast Minimum) — Level AA. monday.com-skinned surfaces must clear AA on body text.\n",
        "standard": "WCAG-AA",
        "criterion": "1.4.3"
      }
    ],
    "com.brand-atoms.assets": [],
    "com.brand-atoms.provenance": {
      "source": "https://monday.com/p/press",
      "license": "Proprietary — All Rights Reserved",
      "attribution": "monday.com and the monday.com logo are trademarks of monday.com Ltd. The primary brand color Monday Red (#FF3D57) is documented on monday.com's press resources. brand-atoms catalogues only the publicly documented signature color and authored neutrals; licensed application of the monday.com name and mark is governed by monday.com's brand-use guidance at monday.com/p/press.\n",
      "importedDate": "2026-05-18",
      "notes": "monday.com's marketing pages render in a neutral humanist sans consistent with Inter; Inter is referenced here as the primary face and is already in the brand-atoms catalog. The supporting product status colors (greens, yellows, purples) are not catalogued at the brand-atoms palette level because monday.com does not publish their canonical hex values; consumers needing them should pull from monday.com's in-product brand surfaces at consumption time.\n"
    },
    "com.brand-atoms.references": {
      "palette": "monday-com@1.0.0",
      "fonts": {
        "heading": "inter@1.0.0",
        "body": "inter@1.0.0",
        "mono": "jetbrainsmono-nerdfont@1.0.0"
      }
    }
  }
}
