{
  "$schema": "https://design-tokens.github.io/community-group/format/",
  "brand": {
    "color": {
      "black": { "$value": "#000000", "$type": "color", "$description": "Primary identity, typography and dark fields" },
      "white": { "$value": "#FFFFFF", "$type": "color", "$description": "Primary light field and reversed identity" },
      "signal-aqua": { "$value": "#A9F4EF", "$type": "color", "$description": "Controlled accent; never a logo colour" },
      "aqua-light": { "$value": "#D7FFF9", "$type": "color", "$description": "Second stop of the approved Aqua Signal gradient" },
      "spectrum-sky": { "$value": "#D9E5F7", "$type": "color", "$description": "Second stop of the primary Signature Spectrum gradient at 42%" },
      "spectrum-lilac": { "$value": "#E5D8F3", "$type": "color", "$description": "Third stop of the primary Signature Spectrum gradient at 68%" },
      "spectrum-blush": { "$value": "#F0D4D4", "$type": "color", "$description": "Final stop of the primary Signature Spectrum gradient at 100%" },
      "aqua-ink": { "$value": "#214B47", "$type": "color", "$description": "Functional dark tone for text on aqua" },
      "paper": { "$value": "#F4F4EF", "$type": "color", "$description": "Optional editorial neutral" },
      "mid": { "$value": "#72726D", "$type": "color", "$description": "Secondary functional text only" }
    },
    "gradient": {
      "signature-spectrum": { "$value": "linear-gradient(110deg, #A9F4EF 0%, #D9E5F7 42%, #E5D8F3 68%, #F0D4D4 100%)", "$type": "gradient", "$description": "Primary expressive gradient for hero, campaign and large editorial fields; never inside the logo or dots" },
      "aqua-signal": { "$value": "linear-gradient(135deg, #A9F4EF 0%, #D7FFF9 100%)", "$type": "gradient", "$description": "Large fields and information highlights only; never inside the logo or dots" }
    },
    "font": {
      "primary": { "$value": "Inter", "$type": "fontFamily" },
      "fallback": { "$value": "Arial, sans-serif", "$type": "fontFamily" },
      "weight-regular": { "$value": 400, "$type": "fontWeight" },
      "weight-semibold": { "$value": 600, "$type": "fontWeight" },
      "weight-bold": { "$value": 700, "$type": "fontWeight" },
      "weight-extrabold": { "$value": 800, "$type": "fontWeight" }
    },
    "space": {
      "base": { "$value": "8px", "$type": "dimension" },
      "2x": { "$value": "16px", "$type": "dimension" },
      "3x": { "$value": "24px", "$type": "dimension" },
      "4x": { "$value": "32px", "$type": "dimension" },
      "8x": { "$value": "64px", "$type": "dimension" },
      "12x": { "$value": "96px", "$type": "dimension" }
    },
    "rule": {
      "width": { "$value": "1px", "$type": "dimension" },
      "style": { "$value": "solid", "$type": "string" }
    },
    "dot-signature": {
      "count": { "$value": 5, "$type": "number" },
      "diameter": { "$value": "1x", "$type": "string" },
      "gap": { "$value": "1.1x", "$type": "string" },
      "shape": { "$value": "solid circle", "$type": "string" }
    }
  }
}
