{
  "$description": "Brand: Webflow (webflow@1.0.0)",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette webflow@1.0.0",
      "webflow-blue": {
        "$value": "#4353FF",
        "$type": "color",
        "$description": "Signature indigo-blue. Primary brand color — used on the wordmark, the \"WF\" mark, primary CTAs, and key interactive surfaces.\n"
      },
      "webflow-white": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Canvas on light surfaces; reversed wordmark fill."
      },
      "webflow-black": {
        "$value": "#080F25",
        "$type": "color",
        "$description": "Near-black body text on light backgrounds — Webflow's marketing-page text tone."
      },
      "webflow-canvas-dark": {
        "$value": "#0E1330",
        "$type": "color",
        "$description": "Authored dark-mode canvas — deep neutral with a slight indigo cast aligned with the brand."
      },
      "webflow-surface-light": {
        "$value": "#F5F6FB",
        "$type": "color",
        "$description": "Authored panel surface for light mode."
      },
      "webflow-surface-dark": {
        "$value": "#1B2046",
        "$type": "color",
        "$description": "Authored elevated surface on dark mode."
      },
      "webflow-text-secondary": {
        "$value": "#3F4156",
        "$type": "color",
        "$description": "Authored secondary text — neutral mid-gray on light canvas."
      },
      "webflow-text-tertiary": {
        "$value": "#7A7D94",
        "$type": "color",
        "$description": "Authored tertiary / muted text."
      },
      "webflow-blue-hover": {
        "$value": "#6371FF",
        "$type": "color",
        "$description": "Authored softer Webflow Blue 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 Webflow wordmark renders in Webflow Blue on light surfaces and in white on dark surfaces. Recoloring the wordmark into off-brand hues violates Webflow's brand-use guidance.\n",
        "allowed": [
          "webflow-blue",
          "webflow-white",
          "webflow-black"
        ],
        "forbidden": [
          "any-non-brand-color"
        ]
      },
      {
        "type": "forbiddenTreatment",
        "target": "logo",
        "severity": "error",
        "rationale": "Webflow'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. Webflow Black (#080F25) on Webflow White (#FFFFFF) clears AA at very high contrast.\n",
        "against": "background",
        "minRatio": 4.5,
        "standard": "WCAG-AA"
      },
      {
        "type": "variantSelection",
        "target": "logo",
        "severity": "error",
        "rationale": "On dark surfaces, use Webflow's documented light-fill wordmark variant; do not invert the blue wordmark on the fly.\n",
        "when": {
          "backgroundColorScheme": "dark"
        },
        "use": "logo-light"
      },
      {
        "type": "contextRestriction",
        "target": "roles.colors.identity",
        "severity": "error",
        "rationale": "Webflow's trademark guidance forbids use of the Webflow 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": "Webflow Blue is calibrated to read on white and near-black. Pairing it with another saturated hue at the same weight breaks the focused, design-first voice of the brand surface.\n",
        "pairsWith": [
          "webflow-white",
          "webflow-black",
          "webflow-surface-light"
        ]
      },
      {
        "type": "enumMembership",
        "target": "typography.heading.fontWeight",
        "severity": "warning",
        "rationale": "Webflow's marketing surfaces render headings in the 500–700 band; lighter weights undermine the confident, design-first 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. Webflow-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://webflow.com/press",
      "license": "Proprietary — All Rights Reserved",
      "attribution": "Webflow and the Webflow logo are trademarks of Webflow, Inc. The primary brand color Webflow Blue (#4353FF) is documented on Webflow's press resources. brand-atoms catalogues only the publicly documented signature color and authored neutrals; licensed application of the Webflow name and mark is governed by Webflow's brand-use guidance at webflow.com/press.\n",
      "importedDate": "2026-05-18",
      "notes": "Webflow'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": "webflow@1.0.0",
      "fonts": {
        "heading": "inter@1.0.0",
        "body": "inter@1.0.0",
        "mono": "jetbrainsmono-nerdfont@1.0.0"
      }
    }
  }
}
