{
  "$schema": "https://design-tokens.org/draft-01/schema.json",
  "$meta": {
    "name": "Beora Brand Tokens",
    "version": "1.0.0",
    "rev": "01",
    "updated": "2026-04-27",
    "source": "https://beora.care/brand"
  },
  "color": {
    "ink":      { "value": "#0B0B0F", "type": "color" },
    "ink-2":    { "value": "#1E1E24", "type": "color" },
    "ink-3":    { "value": "#5A5A64", "type": "color" },
    "ink-4":    { "value": "#A3A3AC", "type": "color" },
    "ink-5":    { "value": "#D4D4D8", "type": "color" },
    "bone":     { "value": "#FAFAF7", "type": "color" },
    "bone-2":   { "value": "#F2F2EE", "type": "color" },
    "bone-3":   { "value": "#E8E8E3", "type": "color" },
    "paper":    { "value": "#FFFFFF", "type": "color" },

    "coral":      { "value": "#E06148", "type": "color" },
    "coral-deep": { "value": "#B84830", "type": "color" },
    "coral-tint": { "value": "#FCE9E3", "type": "color" },

    "iodine-50":  { "value": "#F4F6D2", "type": "color" },
    "iodine-200": { "value": "#E4EC5C", "type": "color" },
    "iodine-500": { "value": "#C8D900", "type": "color" },
    "iodine-700": { "value": "#7A8A00", "type": "color" },
    "iodine-900": { "value": "#1F2600", "type": "color" },
    "iodine-ink": { "value": "#D8E820", "type": "color" },

    "signal-ok":   { "value": "#0B7A3B", "type": "color" },
    "signal-warn": { "value": "#C67A00", "type": "color" },
    "signal-crit": { "value": "#B3261E", "type": "color" }
  },
  "role": {
    "accent":        { "value": "{color.iodine-700}", "type": "color", "description": "Readable iodine on bone — the agent, the system, the live signal" },
    "accent-bright": { "value": "{color.iodine-200}", "type": "color", "description": "Glow on dark surfaces" },
    "accent-fill":   { "value": "{color.iodine-500}", "type": "color", "description": "Solid blocks" },
    "accent-tint":   { "value": "{color.iodine-50}",  "type": "color", "description": "Tint backgrounds" },
    "support":       { "value": "{color.coral-deep}", "type": "color", "description": "Coral, demoted — human/warmth/mascot only" }
  },
  "font": {
    "display": { "value": "\"Space Grotesk\", ui-sans-serif, system-ui, sans-serif", "type": "fontFamily" },
    "brand":   { "value": "\"Gambarino\", \"Fraunces\", ui-serif, serif", "type": "fontFamily" },
    "ui":      { "value": "\"Space Grotesk\", ui-sans-serif, system-ui, sans-serif", "type": "fontFamily" },
    "mono":    { "value": "\"JetBrains Mono\", \"SF Mono\", ui-monospace, Menlo, monospace", "type": "fontFamily" },
    "wiki":    { "value": "\"Newsreader\", Georgia, serif", "type": "fontFamily" },
    "serif":   { "value": "\"Fraunces\", \"Newsreader\", Georgia, serif", "type": "fontFamily" }
  },
  "size": {
    "xs":   { "value": "11px", "type": "dimension" },
    "sm":   { "value": "13px", "type": "dimension" },
    "base": { "value": "15px", "type": "dimension" },
    "md":   { "value": "17px", "type": "dimension" },
    "lg":   { "value": "22px", "type": "dimension" },
    "xl":   { "value": "28px", "type": "dimension" },
    "2xl":  { "value": "40px", "type": "dimension" },
    "3xl":  { "value": "64px", "type": "dimension" },
    "4xl":  { "value": "96px", "type": "dimension" }
  },
  "space": {
    "1":  { "value": "4px",  "type": "dimension" },
    "2":  { "value": "8px",  "type": "dimension" },
    "3":  { "value": "12px", "type": "dimension" },
    "4":  { "value": "16px", "type": "dimension" },
    "5":  { "value": "20px", "type": "dimension" },
    "6":  { "value": "24px", "type": "dimension" },
    "8":  { "value": "32px", "type": "dimension" },
    "10": { "value": "40px", "type": "dimension" },
    "12": { "value": "48px", "type": "dimension" },
    "16": { "value": "64px", "type": "dimension" },
    "20": { "value": "80px", "type": "dimension" }
  },
  "radius": {
    "sharp": { "value": "0px",   "type": "dimension" },
    "sm":    { "value": "4px",   "type": "dimension" },
    "md":    { "value": "8px",   "type": "dimension" },
    "lg":    { "value": "12px",  "type": "dimension" },
    "xl":    { "value": "20px",  "type": "dimension" },
    "pill":  { "value": "999px", "type": "dimension" }
  }
}
