{
  "$description": "Brand: Loom (loom@1.0.0)",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette loom@1.0.0",
      "loom-purple": {
        "$value": "#625DF5",
        "$type": "color",
        "$description": "Signature blue-violet. Primary brand color — used on the wordmark, the record-spool mark, primary CTAs, and key interactive surfaces.\n"
      },
      "loom-white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Canvas on light surfaces; reversed wordmark fill."
      },
      "loom-black": {
        "$value": "#1A1A2E",
        "$type": "color",
        "$description": "Near-black body text on light backgrounds — Loom's marketing-page text tone."
      },
      "loom-canvas-dark": {
        "$value": "#15152B",
        "$type": "color",
        "$description": "Authored dark-mode canvas — deep neutral with a faint purple cast aligned with the brand."
      },
      "loom-surface-light": {
        "$value": "#F6F5FB",
        "$type": "color",
        "$description": "Authored panel surface for light mode."
      },
      "loom-surface-dark": {
        "$value": "#252442",
        "$type": "color",
        "$description": "Authored elevated surface on dark mode."
      },
      "loom-text-secondary": {
        "$value": "#6B6B7D",
        "$type": "color",
        "$description": "Authored secondary text — neutral mid-gray on light canvas."
      },
      "loom-text-tertiary": {
        "$value": "#9999A9",
        "$type": "color",
        "$description": "Authored tertiary / muted text."
      },
      "loom-purple-hover": {
        "$value": "#7E7AF7",
        "$type": "color",
        "$description": "Authored softer Loom Purple 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 Loom record-spool mark renders in Loom Purple on light surfaces and in white on dark surfaces. Recoloring the mark into off-brand hues violates Loom's brand-use guidance.\n",
        "allowed": [
          "loom-purple",
          "loom-white",
          "loom-black"
        ],
        "forbidden": [
          "any-non-brand-color"
        ]
      },
      {
        "type": "forbiddenTreatment",
        "target": "logo",
        "severity": "error",
        "rationale": "Loom's press resources prohibit stretching, rotating, recoloring, or applying decorative effects to the mark.\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. Loom Black (#1A1A2E) on Loom White (#FFFFFF) clears AA comfortably.\n",
        "against": "background",
        "minRatio": 4.5,
        "standard": "WCAG-AA"
      },
      {
        "type": "variantSelection",
        "target": "logo",
        "severity": "error",
        "rationale": "On dark surfaces, use Loom's documented light-fill mark variant; do not invert the purple mark on the fly.\n",
        "when": {
          "backgroundColorScheme": "dark"
        },
        "use": "logo-light"
      },
      {
        "type": "contextRestriction",
        "target": "roles.colors.identity",
        "severity": "error",
        "rationale": "Loom's trademark guidance forbids use of the Loom 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": "Loom Purple is calibrated to read on white and near-black. Pairing it with another saturated hue at the same weight breaks the friendly, focused voice of the brand surface.\n",
        "pairsWith": [
          "loom-white",
          "loom-black",
          "loom-surface-light"
        ]
      },
      {
        "type": "enumMembership",
        "target": "typography.heading.fontWeight",
        "severity": "warning",
        "rationale": "Loom's marketing surfaces render headings in the 500–700 band; lighter weights undermine the confident voice of the brand.\n",
        "allowed": [
          "500",
          "600",
          "700"
        ]
      },
      {
        "type": "accessibilityRequirement",
        "target": "*",
        "severity": "error",
        "rationale": "WCAG 2.1 Success Criterion 1.4.3 (Contrast Minimum) — Level AA. Loom-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://www.loom.com/press",
      "license": "Proprietary — All Rights Reserved",
      "attribution": "Loom and the Loom logo are trademarks of Loom, Inc. (an Atlassian company). The primary brand color Loom Purple (#625DF5) is documented on Loom's press resources. brand-atoms catalogues only the publicly documented signature color and authored neutrals; licensed application of the Loom name and mark is governed by Loom's brand-use guidance at loom.com/press.\n",
      "importedDate": "2026-05-18",
      "notes": "Loom'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.\n"
    },
    "com.brand-atoms.references": {
      "palette": "loom@1.0.0",
      "fonts": {
        "heading": "inter@1.0.0",
        "body": "inter@1.0.0",
        "mono": "jetbrainsmono-nerdfont@1.0.0"
      }
    }
  }
}
