{
  "$description": "Brand: JM Family Enterprises — light mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette jmfamily-enterprises@1.0.0",
      "jmfe-teal": {
        "$value": "#008C99",
        "$type": "color",
        "$description": "Primary corporate teal — links, primary buttons, accents."
      },
      "jmfe-teal-deep": {
        "$value": "#00838F",
        "$type": "color",
        "$description": "Hover state for the primary teal; deeper edge of the brand."
      },
      "jmfe-teal-slate": {
        "$value": "#5C92A2",
        "$type": "color",
        "$description": "Secondary slate-blue used for subdued UI accents."
      },
      "jmfe-teal-light": {
        "$value": "#B1DCE0",
        "$type": "color",
        "$description": "Soft teal surface for highlights and inline emphasis."
      },
      "jmfe-teal-mist": {
        "$value": "#C2E2E5",
        "$type": "color",
        "$description": "Lightest teal — large translucent surfaces."
      },
      "jmfe-ink": {
        "$value": "#1D2C31",
        "$type": "color",
        "$description": "Deep blue-black — primary body text."
      },
      "jmfe-slate": {
        "$value": "#405765",
        "$type": "color",
        "$description": "Secondary text and quiet labels."
      },
      "jmfe-gray-warm": {
        "$value": "#5D6770",
        "$type": "color",
        "$description": "Tertiary text and dividers."
      },
      "jmfe-gray-cool": {
        "$value": "#7B7C80",
        "$type": "color",
        "$description": "Quaternary muted text."
      },
      "jmfe-gold": {
        "$value": "#A79154",
        "$type": "color",
        "$description": "Heritage gold accent — used sparingly with the teal."
      },
      "jmfe-amber": {
        "$value": "#D1A829",
        "$type": "color",
        "$description": "Warm amber callout — recognition / awards contexts."
      },
      "jmfe-yellow": {
        "$value": "#F5C542",
        "$type": "color",
        "$description": "Bright warning yellow."
      },
      "jmfe-signal-yellow": {
        "$value": "#FFC60A",
        "$type": "color",
        "$description": "High-attention CTA / signal yellow."
      },
      "jmfe-orange": {
        "$value": "#F99C25",
        "$type": "color",
        "$description": "Orange accent used in feature graphics."
      },
      "jmfe-terracotta": {
        "$value": "#E16B2A",
        "$type": "color",
        "$description": "Warm terracotta for tertiary emphasis."
      },
      "jmfe-bg": {
        "$value": "#FFFFFF",
        "$type": "color",
        "$description": "Page background in light mode."
      },
      "jmfe-surface": {
        "$value": "#F5F7F8",
        "$type": "color",
        "$description": "Elevated panels and quiet surfaces."
      }
    },
    "roles": {
      "$description": "Semantic color roles (light mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.jmfe-bg}",
        "$type": "color",
        "$description": "background role → JMFE Background"
      },
      "surface": {
        "$value": "{color.swatches.jmfe-surface}",
        "$type": "color",
        "$description": "surface role → JMFE Surface"
      },
      "surface-elevated": {
        "$value": "{color.swatches.jmfe-teal-mist}",
        "$type": "color",
        "$description": "surface-elevated role → JMFE Teal Mist"
      },
      "text-primary": {
        "$value": "{color.swatches.jmfe-ink}",
        "$type": "color",
        "$description": "text-primary role → JMFE Ink"
      },
      "text-secondary": {
        "$value": "{color.swatches.jmfe-slate}",
        "$type": "color",
        "$description": "text-secondary role → JMFE Slate"
      },
      "text-tertiary": {
        "$value": "{color.swatches.jmfe-gray-warm}",
        "$type": "color",
        "$description": "text-tertiary role → JMFE Gray Warm"
      },
      "primary": {
        "$value": "{color.swatches.jmfe-teal}",
        "$type": "color",
        "$description": "primary role → JMFE Teal (primary)"
      },
      "primary-hover": {
        "$value": "{color.swatches.jmfe-teal-deep}",
        "$type": "color",
        "$description": "primary-hover role → JMFE Teal Deep"
      },
      "accent": {
        "$value": "{color.swatches.jmfe-gold}",
        "$type": "color",
        "$description": "accent role → JMFE Gold"
      },
      "secondary-accent": {
        "$value": "{color.swatches.jmfe-teal-slate}",
        "$type": "color",
        "$description": "secondary-accent role → JMFE Teal Slate"
      },
      "highlight": {
        "$value": "{color.swatches.jmfe-signal-yellow}",
        "$type": "color",
        "$description": "highlight role → JMFE Signal Yellow"
      },
      "success": {
        "$value": "{color.swatches.jmfe-teal-deep}",
        "$type": "color",
        "$description": "success role → JMFE Teal Deep"
      },
      "warning": {
        "$value": "{color.swatches.jmfe-amber}",
        "$type": "color",
        "$description": "warning role → JMFE Amber"
      },
      "error": {
        "$value": "{color.swatches.jmfe-terracotta}",
        "$type": "color",
        "$description": "error role → JMFE Terracotta"
      },
      "info": {
        "$value": "{color.swatches.jmfe-teal}",
        "$type": "color",
        "$description": "info role → JMFE Teal (primary)"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.jmfe-bg}",
          "$type": "color",
          "$description": "Brand role identity → JMFE Background"
        },
        "on-identity": {
          "$value": "{color.swatches.jmfe-ink}",
          "$type": "color",
          "$description": "Brand role on-identity → JMFE Ink"
        },
        "primary": {
          "$value": "{color.swatches.jmfe-teal}",
          "$type": "color",
          "$description": "Brand role primary → JMFE Teal (primary)"
        },
        "primary-hover": {
          "$value": "{color.swatches.jmfe-teal-deep}",
          "$type": "color",
          "$description": "Brand role primary-hover → JMFE Teal Deep"
        },
        "accent": {
          "$value": "{color.swatches.jmfe-gold}",
          "$type": "color",
          "$description": "Brand role accent → JMFE Gold"
        },
        "highlight": {
          "$value": "{color.swatches.jmfe-signal-yellow}",
          "$type": "color",
          "$description": "Brand role highlight → JMFE Signal Yellow"
        },
        "mark": {
          "$value": "{color.swatches.jmfe-ink}",
          "$type": "color",
          "$description": "Brand role mark → JMFE Ink"
        },
        "warning": {
          "$value": "{color.swatches.jmfe-amber}",
          "$type": "color",
          "$description": "Brand role warning → JMFE Amber"
        },
        "error": {
          "$value": "{color.swatches.jmfe-terracotta}",
          "$type": "color",
          "$description": "Brand role error → JMFE Terracotta"
        },
        "text-primary-light": {
          "$value": "{color.swatches.jmfe-ink}",
          "$type": "color",
          "$description": "Brand role text-primary-light → JMFE Ink"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.jmfe-bg}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → JMFE Background"
        },
        "background-light": {
          "$value": "{color.swatches.jmfe-bg}",
          "$type": "color",
          "$description": "Brand role background-light → JMFE Background"
        },
        "background-dark": {
          "$value": "{color.swatches.jmfe-ink}",
          "$type": "color",
          "$description": "Brand role background-dark → JMFE Ink"
        },
        "surface-light": {
          "$value": "{color.swatches.jmfe-surface}",
          "$type": "color",
          "$description": "Brand role surface-light → JMFE Surface"
        },
        "surface-dark": {
          "$value": "{color.swatches.jmfe-slate}",
          "$type": "color",
          "$description": "Brand role surface-dark → JMFE Slate"
        },
        "border-light": {
          "$value": "{color.swatches.jmfe-teal-mist}",
          "$type": "color",
          "$description": "Brand role border-light → JMFE Teal Mist"
        }
      }
    }
  },
  "font": {
    "$description": "Typography roles mapped to font atoms",
    "heading": {
      "family": {
        "$value": [
          "freight-text-pro",
          "Lora",
          "Georgia",
          "Times New Roman",
          "Times",
          "serif"
        ],
        "$type": "fontFamily",
        "$description": "heading role → Freight Text Pro (freight-text-pro@1.0.0)"
      },
      "weight": {
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "body": {
      "family": {
        "$value": [
          "proxima-nova",
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Helvetica Neue",
          "Helvetica",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "body role → Proxima Nova (proxima-nova@1.0.0)"
      },
      "weight": {
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$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"
      }
    }
  }
}
