{
  "$themes": [
    {
      "id": "light",
      "name": "Light",
      "selectedTokenSets": {
        "global": "enabled",
        "role-light": "enabled",
        "brand": "enabled"
      }
    },
    {
      "id": "dark",
      "name": "Dark",
      "selectedTokenSets": {
        "global": "enabled",
        "role-dark": "enabled",
        "brand": "enabled"
      }
    }
  ],
  "global": {
    "color": {
      "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."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "freight-text-pro",
        "type": "fontFamilies",
        "description": "freight-text-pro@1.0.0 · serif"
      },
      "body": {
        "value": "proxima-nova",
        "type": "fontFamilies",
        "description": "proxima-nova@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "freight-text-pro",
          "Lora",
          "Georgia",
          "Times New Roman",
          "Times",
          "serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "proxima-nova",
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Helvetica Neue",
          "Helvetica",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "mono": {
        "value": [
          "JetBrainsMono Nerd Font",
          "JetBrains Mono",
          "Fira Code",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.jmfe-bg}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.jmfe-surface}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.jmfe-teal-mist}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.jmfe-ink}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.jmfe-slate}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.jmfe-gray-warm}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.jmfe-teal}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.jmfe-teal-deep}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.jmfe-gold}",
        "type": "color"
      },
      "secondary-accent": {
        "value": "{global.color.jmfe-teal-slate}",
        "type": "color"
      },
      "highlight": {
        "value": "{global.color.jmfe-signal-yellow}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.jmfe-teal-deep}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.jmfe-amber}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.jmfe-terracotta}",
        "type": "color"
      },
      "info": {
        "value": "{global.color.jmfe-teal}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.jmfe-ink}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.jmfe-slate}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.jmfe-gray-warm}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.jmfe-bg}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.jmfe-teal-mist}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.jmfe-teal-light}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.jmfe-teal-light}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.jmfe-teal-mist}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.jmfe-amber}",
        "type": "color"
      },
      "secondary-accent": {
        "value": "{global.color.jmfe-teal-slate}",
        "type": "color"
      },
      "highlight": {
        "value": "{global.color.jmfe-signal-yellow}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.jmfe-teal-light}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.jmfe-amber}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.jmfe-terracotta}",
        "type": "color"
      },
      "info": {
        "value": "{global.color.jmfe-teal-light}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.jmfe-bg}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.jmfe-ink}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.jmfe-teal}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.jmfe-teal-deep}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.jmfe-gold}",
        "type": "color"
      },
      "highlight": {
        "value": "{global.color.jmfe-signal-yellow}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.jmfe-ink}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.jmfe-amber}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.jmfe-terracotta}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.jmfe-ink}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.jmfe-bg}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.jmfe-bg}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.jmfe-ink}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.jmfe-surface}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.jmfe-slate}",
        "type": "color"
      },
      "border-light": {
        "value": "{global.color.jmfe-teal-mist}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "JM Family Enterprises",
    "ref": "jmfamily-enterprises@1.0.0",
    "paletteRef": "jmfamily-enterprises@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
