{
  "$description": "Brand: Southeast Toyota Finance (southeast-toyota-finance@1.0.0)",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette southeast-toyota-finance@1.0.0",
      "toyota-red": {
        "$value": "#EB0A1E",
        "$type": "color",
        "$description": "SETF primary — Pantone 186C, CMYK 0/100/90/0."
      },
      "setf-porcelain": {
        "$value": "#EDF0F5",
        "$type": "color",
        "$description": "Lightest supporting gray — page surfaces and quiet panels. Pantone 656C."
      },
      "setf-fog": {
        "$value": "#E1E8EE",
        "$type": "color",
        "$description": "Subtle background tint — alt rows, hover surfaces. Pantone 649C."
      },
      "setf-mist": {
        "$value": "#C1C9D6",
        "$type": "color",
        "$description": "Borders and dividers. Pantone 638C."
      },
      "setf-pewter": {
        "$value": "#A6B4BE",
        "$type": "color",
        "$description": "Iconography and disabled controls. Pantone 2176C."
      },
      "setf-steel": {
        "$value": "#86939E",
        "$type": "color",
        "$description": "Tertiary text. Pantone 2163C."
      },
      "setf-slate": {
        "$value": "#626E79",
        "$type": "color",
        "$description": "Secondary text. Pantone 431C."
      },
      "setf-graphite": {
        "$value": "#58595B",
        "$type": "color",
        "$description": "Headlines and emphasized text. Pantone Black 80%."
      },
      "setf-onyx": {
        "$value": "#38393B",
        "$type": "color",
        "$description": "Primary body text — softer than pure black per brand guide."
      }
    }
  },
  "font": {
    "$description": "Typography roles mapped to font atoms",
    "heading": {
      "family": {
        "$value": [
          "ToyotaType",
          "Helvetica Neue",
          "Helvetica",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "heading role → Toyota Type (toyota-type@1.0.0)"
      },
      "weight": {
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "body": {
      "family": {
        "$value": [
          "ToyotaType",
          "Helvetica Neue",
          "Helvetica",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "body role → Toyota Type (toyota-type@1.0.0)"
      },
      "weight": {
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "secondary": {
      "family": {
        "$value": [
          "Helvetica Neue",
          "Helvetica",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "secondary role → Helvetica Neue (helvetica-neue@1.0.0)"
      },
      "weight": {
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$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": "contrastRatio",
        "target": "text-primary",
        "severity": "error",
        "rationale": "SETF Onyx (#38393B) on SETF Porcelain (#EDF0F5) measures ~12:1, clearing the AA 4.5:1 minimum decisively. SETF's customer-facing content includes statements, disclosures, and account-management screens that demand legible body text across mobile and desktop; AA is the published compliance target on the SETF brand portal.\n",
        "against": "background",
        "minRatio": 4.5,
        "standard": "WCAG-AA"
      },
      {
        "type": "colorChoice",
        "target": "roles.colors.primary",
        "severity": "error",
        "rationale": "Toyota Red (#EB0A1E / Pantone 186C / CMYK 0/100/90/0) is the single primary on the SETF brand portal. The 8-step gray supporting scale is for surfaces, borders, and text — never as a substitute for the brand action color.\n",
        "allowed": [
          "toyota-red"
        ],
        "forbidden": [
          "setf-porcelain",
          "setf-fog",
          "setf-mist",
          "setf-pewter",
          "setf-steel",
          "setf-slate",
          "setf-graphite",
          "setf-onyx"
        ]
      },
      {
        "type": "enumMembership",
        "target": "typography.heading.fontWeight",
        "severity": "warning",
        "rationale": "The SETF brand guide names Toyota Type Book (400) and Semibold (600) as the licensed weights on setfbranding.com /fonts.html. Helvetica Neue Regular (400) and Bold (700) serve as the fallback pair when Toyota Type cannot be embedded.\n",
        "allowed": [
          "400",
          "600"
        ]
      },
      {
        "type": "fontPairing",
        "target": "typography.display",
        "severity": "error",
        "rationale": "The SETF brand portal shows Toyota Type Semibold as the display weight against Toyota Type Book body, with a consistent 1.5×+ size step in deliverables. The size contrast carries the hierarchy when the type voice is otherwise uniform across display and prose.\n",
        "requires": "prose",
        "minSizeRatio": 1.5
      },
      {
        "type": "forbiddenTreatment",
        "target": "logo",
        "severity": "error",
        "rationale": "The SETF wordmark and its Toyota Red treatment are governed by the SETF Brand Portal. Use the supplied variants only; auto-inversion, gradient fills, drop shadows, and stretched aspect ratios are explicitly out of compliance per the portal's brand-identity page.\n",
        "treatments": [
          "stretched",
          "rotated",
          "recolored",
          "drop-shadow",
          "on-busy-photo",
          "inverted-without-variant",
          "gradient-fill",
          "outlined-only"
        ]
      },
      {
        "type": "colorChoice",
        "target": "roles.colors.mark",
        "severity": "error",
        "rationale": "The SETF wordmark renders in onyx or graphite on light surfaces, reversed to porcelain on dark surfaces, or in Toyota Red for the brand-co-lock. Lighter grays (fog, mist, pewter, steel, slate) are surface and border roles — they lack the contrast to carry the wordmark.\n",
        "allowed": [
          "setf-onyx",
          "setf-graphite",
          "setf-porcelain",
          "toyota-red"
        ],
        "forbidden": [
          "setf-fog",
          "setf-mist",
          "setf-pewter",
          "setf-steel",
          "setf-slate"
        ]
      },
      {
        "type": "accessibilityRequirement",
        "target": "*",
        "severity": "error",
        "rationale": "WCAG 2.1 Success Criterion 1.4.3 (Contrast Minimum — Level AA). SETF is a regulated financial-services brand; consumer disclosures and statement copy must meet AA across the 8-step gray scale. The SETF portal's documented foreground/ background pairings all clear AA on Porcelain.\n",
        "standard": "WCAG-AA",
        "criterion": "1.4.3"
      }
    ],
    "com.brand-atoms.assets": [],
    "com.brand-atoms.provenance": {
      "source": "https://www.setfbranding.com/",
      "license": "Proprietary — All Rights Reserved",
      "attribution": "Southeast Toyota Finance — a JM Family Enterprises company. The Toyota trademark and red color belong to Toyota Motor Corporation, used by SETF under partnership with Toyota Financial Services. Palette and typography transcribed verbatim from the SETF Brand Portal at setfbranding.com/colors.html, /fonts.html, and /brand-identity.html. Logo and supplementary assets live in the gated Widen Collective portal hosted by JMFE.\n",
      "importedDate": "2026-05-19",
      "importedFromVersion": "setfbranding.com — as served 2026-05-17",
      "notes": "1.0.0 audit upgrade of southeast-toyota-finance@0.1.0 — preserves the SETF portal-derived palette and the licensed Toyota Type + Helvetica Neue pairing, adds identity / on-identity roles for the SETF Porcelain canvas, and expands the rules block from 3 to 7 typed entries grounded in the setfbranding.com guide. The 0.1.0 spec remains historical.\n"
    },
    "com.brand-atoms.references": {
      "palette": "southeast-toyota-finance@1.0.0",
      "fonts": {
        "heading": "toyota-type@1.0.0",
        "body": "toyota-type@1.0.0",
        "secondary": "helvetica-neue@1.0.0",
        "mono": "jetbrainsmono-nerdfont@1.0.0"
      }
    }
  }
}
