{
  "name": "Koni Finance",
  "tagline": "The financial operating system for multichain Web3 organizations.",
  "version": "v5.2",
  "family": "Koni Studio",
  "brand_color": {
    "name": "Spring Green",
    "on_dark": {
      "hex": "#00FF7B",
      "rgb": [
        0,
        255,
        123
      ],
      "rationale": "bright variant — 13.5:1 contrast on #0B0D11"
    },
    "on_light": {
      "hex": "#00A453",
      "rgb": [
        0,
        164,
        83
      ],
      "rationale": "darker variant — 3.6:1 contrast on #F8F9FB (passes WCAG AA 3:1 for non-text UI; logo is exempt but legibility wins)"
    },
    "implementation": "Logo SVGs use fill=\"currentColor\". Parent CSS sets color via --accent token which switches per data-theme. Same family hue (149°), different luminance."
  },
  "ui_accent": {
    "dark_theme": "#00FF7B",
    "light_theme": "#00A453",
    "note": "Same tokens drive UI accent and logo color — they move together per theme."
  },
  "typography": {
    "sans": {
      "family": "Inter",
      "weights": [
        400,
        500,
        600
      ],
      "source": "https://fonts.google.com/specimen/Inter"
    },
    "mono": {
      "family": "JetBrains Mono",
      "weights": [
        400,
        500
      ],
      "source": "https://fonts.google.com/specimen/JetBrains+Mono"
    }
  },
  "logo": {
    "structure": "kon> + product designator",
    "wordmark_variants": [
      "option-a",
      "option-b"
    ],
    "chosen": "option-b",
    "min_size_px": {
      "wordmark": 96,
      "k_mark": 16
    }
  },
  "cross_product_family_reference": {
    "_note": "Designer reference only — not enforced as theme-immutable in implementation.",
    "koni_studio": "#A3E635",
    "koni_finance": "#00FF7B (dark) / #00A453 (light)",
    "koni_wallet": "#FFD700",
    "senti": "#34D399"
  },
  "press_contact": "press@koni.finance"
}