{
  "$description": "Brand: World Omni Financial — light mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette world-omni@1.0.0",
      "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."
      }
    },
    "roles": {
      "$description": "Semantic color roles (light mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.wo-white}",
        "$type": "color",
        "$description": "background role → World Omni White"
      },
      "surface": {
        "$value": "{color.swatches.wo-fog}",
        "$type": "color",
        "$description": "surface role → World Omni Fog"
      },
      "surface-elevated": {
        "$value": "{color.swatches.wo-teal-light}",
        "$type": "color",
        "$description": "surface-elevated role → World Omni Teal Light"
      },
      "text-primary": {
        "$value": "{color.swatches.wo-onyx}",
        "$type": "color",
        "$description": "text-primary role → World Omni Onyx"
      },
      "text-secondary": {
        "$value": "{color.swatches.wo-slate}",
        "$type": "color",
        "$description": "text-secondary role → World Omni Slate"
      },
      "text-tertiary": {
        "$value": "{color.swatches.wo-steel}",
        "$type": "color",
        "$description": "text-tertiary role → World Omni Steel"
      },
      "primary": {
        "$value": "{color.swatches.wo-teal}",
        "$type": "color",
        "$description": "primary role → World Omni Teal (primary)"
      },
      "primary-hover": {
        "$value": "{color.swatches.wo-teal-deep}",
        "$type": "color",
        "$description": "primary-hover role → World Omni Teal Deep"
      },
      "accent": {
        "$value": "{color.swatches.wo-teal}",
        "$type": "color",
        "$description": "accent role → World Omni Teal (primary)"
      },
      "success": {
        "$value": "{color.swatches.wo-teal-deep}",
        "$type": "color",
        "$description": "success role → World Omni Teal Deep"
      },
      "warning": {
        "$value": "{color.swatches.wo-teal}",
        "$type": "color",
        "$description": "warning role → World Omni Teal (primary)"
      },
      "error": {
        "$value": "{color.swatches.wo-onyx}",
        "$type": "color",
        "$description": "error role → World Omni Onyx"
      },
      "info": {
        "$value": "{color.swatches.wo-teal}",
        "$type": "color",
        "$description": "info role → World Omni Teal (primary)"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.wo-white}",
          "$type": "color",
          "$description": "Brand role identity → World Omni White"
        },
        "on-identity": {
          "$value": "{color.swatches.wo-onyx}",
          "$type": "color",
          "$description": "Brand role on-identity → World Omni Onyx"
        },
        "primary": {
          "$value": "{color.swatches.wo-teal}",
          "$type": "color",
          "$description": "Brand role primary → World Omni Teal (primary)"
        },
        "primary-hover": {
          "$value": "{color.swatches.wo-teal-deep}",
          "$type": "color",
          "$description": "Brand role primary-hover → World Omni Teal Deep"
        },
        "accent": {
          "$value": "{color.swatches.wo-teal}",
          "$type": "color",
          "$description": "Brand role accent → World Omni Teal (primary)"
        },
        "mark": {
          "$value": "{color.swatches.wo-onyx}",
          "$type": "color",
          "$description": "Brand role mark → World Omni Onyx"
        },
        "text-primary-light": {
          "$value": "{color.swatches.wo-onyx}",
          "$type": "color",
          "$description": "Brand role text-primary-light → World Omni Onyx"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.wo-white}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → World Omni White"
        },
        "background-light": {
          "$value": "{color.swatches.wo-white}",
          "$type": "color",
          "$description": "Brand role background-light → World Omni White"
        },
        "background-dark": {
          "$value": "{color.swatches.wo-onyx}",
          "$type": "color",
          "$description": "Brand role background-dark → World Omni Onyx"
        },
        "surface-light": {
          "$value": "{color.swatches.wo-fog}",
          "$type": "color",
          "$description": "Brand role surface-light → World Omni Fog"
        },
        "surface-dark": {
          "$value": "{color.swatches.wo-slate}",
          "$type": "color",
          "$description": "Brand role surface-dark → World Omni Slate"
        },
        "border-light": {
          "$value": "{color.swatches.wo-teal-light}",
          "$type": "color",
          "$description": "Brand role border-light → World Omni Teal Light"
        }
      }
    }
  },
  "font": {
    "$description": "Typography roles mapped to font atoms",
    "heading": {
      "family": {
        "$value": [
          "Raleway",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "heading role → Raleway (raleway@1.0.0)"
      },
      "weight": {
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "900": {
          "$value": 900,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "body": {
      "family": {
        "$value": [
          "Lato",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "body role → Lato (lato@1.0.0)"
      },
      "weight": {
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$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"
      }
    }
  }
}
