{
  "$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": {
      "wo-teal": {
        "value": "#008390",
        "type": "color",
        "description": "Primary brand teal — the canonical signal color from worldomni.com."
      },
      "wo-teal-deep": {
        "value": "#006670",
        "type": "color",
        "description": "Interpolated darker teal for hover/pressed states."
      },
      "wo-teal-light": {
        "value": "#A8D6DA",
        "type": "color",
        "description": "Interpolated soft teal for surfaces."
      },
      "wo-onyx": {
        "value": "#1A1F23",
        "type": "color",
        "description": "Deep blue-black for headlines and body text."
      },
      "wo-slate": {
        "value": "#4F5A63",
        "type": "color",
        "description": "Secondary text."
      },
      "wo-steel": {
        "value": "#8A949D",
        "type": "color",
        "description": "Tertiary text and quiet labels."
      },
      "wo-fog": {
        "value": "#E8EDF0",
        "type": "color",
        "description": "Subtle background tint."
      },
      "wo-white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Page background."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Raleway",
        "type": "fontFamilies",
        "description": "raleway@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Lato",
        "type": "fontFamilies",
        "description": "lato@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Raleway",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Lato",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Helvetica Neue",
          "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.wo-white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.wo-fog}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.wo-teal-light}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.wo-onyx}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.wo-slate}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.wo-steel}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.wo-teal}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.wo-teal-deep}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.wo-teal}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.wo-teal-deep}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.wo-teal}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.wo-onyx}",
        "type": "color"
      },
      "info": {
        "value": "{global.color.wo-teal}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.wo-onyx}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.wo-slate}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.wo-steel}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.wo-white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.wo-fog}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.wo-teal-light}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.wo-teal-light}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.wo-teal}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.wo-teal-light}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.wo-teal-light}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.wo-teal-light}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.wo-fog}",
        "type": "color"
      },
      "info": {
        "value": "{global.color.wo-teal-light}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.wo-white}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.wo-onyx}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.wo-teal}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.wo-teal-deep}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.wo-teal}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.wo-onyx}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.wo-onyx}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.wo-white}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.wo-white}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.wo-onyx}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.wo-fog}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.wo-slate}",
        "type": "color"
      },
      "border-light": {
        "value": "{global.color.wo-teal-light}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "World Omni Financial",
    "ref": "world-omni@1.0.0",
    "paletteRef": "world-omni@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
