{
  "$schema": "https://schemas.keroia.io/brand/palette/v1.json",
  "name": "KeroIA Brand Palette",
  "version": "1.0.0",
  "updated": "2026-05-20",
  "url": "https://keroia.io/brand",
  "colors": {
    "emerald": {
      "main":   { "hex": "#10B981", "rgb": [16, 185, 129],   "use": "Acento principal, CTAs, highlights" },
      "hover":  { "hex": "#0D9D6E", "rgb": [13, 157, 110],   "use": "Hover de botones esmeralda" },
      "darker": { "hex": "#0B7F5C", "rgb": [11, 127, 92],    "use": "Undertone del Kero" },
      "ink":    { "hex": "#0D7A5F", "rgb": [13, 122, 95],    "use": "Texto esmeralda sobre fondo claro" },
      "soft":   { "hex": "#10B98114", "rgb": [16, 185, 129], "alpha": 0.08, "use": "Backgrounds sutiles" },
      "soft2":  { "hex": "#10B98124", "rgb": [16, 185, 129], "alpha": 0.14, "use": "Backgrounds más opacos" }
    },
    "ink": {
      "ink":    { "hex": "#0E0F0C", "rgb": [14, 15, 12],     "use": "Texto principal, headings" },
      "ink2":   { "hex": "#54564E", "rgb": [84, 86, 78],     "use": "Texto secundario" },
      "ink3":   { "hex": "#A2A398", "rgb": [162, 163, 152],  "use": "Meta, kickers, labels" },
      "ink4":   { "hex": "#C9C9C0", "rgb": [201, 201, 192],  "use": "Detalles tenues, bordes" }
    },
    "surface": {
      "bg":      { "hex": "#FAFAF7", "rgb": [250, 250, 247], "use": "Fondo principal (light)" },
      "bg2":     { "hex": "#F5F4EE", "rgb": [245, 244, 238], "use": "Variación de fondo" },
      "dark":    { "hex": "#0E0F0C", "rgb": [14, 15, 12],    "use": "Secciones dark" },
      "border":  { "hex": "#E6E4DA", "rgb": [230, 228, 218], "use": "Bordes, divisores" },
      "border2": { "hex": "#DAD8CD", "rgb": [218, 216, 205], "use": "Bordes más densos" }
    },
    "onDark": {
      "dInk":  { "hex": "#FAFAF7", "rgb": [250, 250, 247], "use": "Texto principal sobre dark" },
      "dInk2": { "hex": "#D4D4CE", "rgb": [212, 212, 206], "use": "Texto secundario sobre dark" },
      "dInk3": { "hex": "#A2A398", "rgb": [162, 163, 152], "use": "Meta sobre dark" }
    }
  },
  "typography": {
    "display": "Inter Tight",
    "body": "Inter",
    "mono": "JetBrains Mono"
  },
  "fontWeights": {
    "display": [600, 700],
    "body": [400, 500, 600],
    "mono": [400, 500, 700]
  }
}
