{
  "$description": "Brand: Loom — dark mode",
  "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."
      }
    },
    "roles": {
      "$description": "Semantic color roles (dark mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.loom-canvas-dark}",
        "$type": "color",
        "$description": "background role → Loom Canvas Dark"
      },
      "surface": {
        "$value": "{color.swatches.loom-surface-dark}",
        "$type": "color",
        "$description": "surface role → Loom Surface Dark"
      },
      "surface-elevated": {
        "$value": "{color.swatches.loom-surface-dark}",
        "$type": "color",
        "$description": "surface-elevated role → Loom Surface Dark"
      },
      "text-primary": {
        "$value": "{color.swatches.loom-white}",
        "$type": "color",
        "$description": "text-primary role → Loom White"
      },
      "text-secondary": {
        "$value": "{color.swatches.loom-text-tertiary}",
        "$type": "color",
        "$description": "text-secondary role → Loom Text Tertiary"
      },
      "text-tertiary": {
        "$value": "{color.swatches.loom-text-secondary}",
        "$type": "color",
        "$description": "text-tertiary role → Loom Text Secondary"
      },
      "primary": {
        "$value": "{color.swatches.loom-purple}",
        "$type": "color",
        "$description": "primary role → Loom Purple"
      },
      "primary-hover": {
        "$value": "{color.swatches.loom-purple-hover}",
        "$type": "color",
        "$description": "primary-hover role → Loom Purple Hover"
      },
      "accent": {
        "$value": "{color.swatches.loom-purple}",
        "$type": "color",
        "$description": "accent role → Loom Purple"
      },
      "accent-hover": {
        "$value": "{color.swatches.loom-purple-hover}",
        "$type": "color",
        "$description": "accent-hover role → Loom Purple Hover"
      },
      "warning": {
        "$value": "{color.swatches.loom-purple}",
        "$type": "color",
        "$description": "warning role → Loom Purple"
      },
      "warning-hover": {
        "$value": "{color.swatches.loom-purple-hover}",
        "$type": "color",
        "$description": "warning-hover role → Loom Purple Hover"
      },
      "error": {
        "$value": "{color.swatches.loom-purple}",
        "$type": "color",
        "$description": "error role → Loom Purple"
      },
      "success": {
        "$value": "{color.swatches.loom-purple}",
        "$type": "color",
        "$description": "success role → Loom Purple"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.loom-purple}",
          "$type": "color",
          "$description": "Brand role identity → Loom Purple"
        },
        "on-identity": {
          "$value": "{color.swatches.loom-white}",
          "$type": "color",
          "$description": "Brand role on-identity → Loom White"
        },
        "primary": {
          "$value": "{color.swatches.loom-purple}",
          "$type": "color",
          "$description": "Brand role primary → Loom Purple"
        },
        "primary-hover": {
          "$value": "{color.swatches.loom-purple-hover}",
          "$type": "color",
          "$description": "Brand role primary-hover → Loom Purple Hover"
        },
        "accent": {
          "$value": "{color.swatches.loom-purple}",
          "$type": "color",
          "$description": "Brand role accent → Loom Purple"
        },
        "accent-hover": {
          "$value": "{color.swatches.loom-purple-hover}",
          "$type": "color",
          "$description": "Brand role accent-hover → Loom Purple Hover"
        },
        "success": {
          "$value": "{color.swatches.loom-purple}",
          "$type": "color",
          "$description": "Brand role success → Loom Purple"
        },
        "warning": {
          "$value": "{color.swatches.loom-purple}",
          "$type": "color",
          "$description": "Brand role warning → Loom Purple"
        },
        "error": {
          "$value": "{color.swatches.loom-purple}",
          "$type": "color",
          "$description": "Brand role error → Loom Purple"
        },
        "background-light": {
          "$value": "{color.swatches.loom-white}",
          "$type": "color",
          "$description": "Brand role background-light → Loom White"
        },
        "background-dark": {
          "$value": "{color.swatches.loom-canvas-dark}",
          "$type": "color",
          "$description": "Brand role background-dark → Loom Canvas Dark"
        },
        "surface-light": {
          "$value": "{color.swatches.loom-surface-light}",
          "$type": "color",
          "$description": "Brand role surface-light → Loom Surface Light"
        },
        "surface-dark": {
          "$value": "{color.swatches.loom-surface-dark}",
          "$type": "color",
          "$description": "Brand role surface-dark → Loom Surface Dark"
        },
        "text-primary-light": {
          "$value": "{color.swatches.loom-black}",
          "$type": "color",
          "$description": "Brand role text-primary-light → Loom Black"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.loom-white}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → Loom 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"
      }
    }
  }
}
