{
  "$meta": {
    "name": "KDA design tokens",
    "version": "1.0",
    "note": "Compiled for the brand book from the KDA brief. The repo's tokens/tokens.json remains the source of truth."
  },
  "color": {
    "night": {
      "bg": {
        "value": "#080e10",
        "usage": "Page ground. Most of every layout."
      },
      "surface": {
        "value": "#0b1314",
        "usage": "Panels, tiles, cards."
      },
      "ink": {
        "value": "#edf5f3",
        "usage": "Headlines and anything read first."
      },
      "text": {
        "value": "#aebfbe",
        "usage": "Body copy."
      },
      "text-muted": {
        "value": "#9dacac",
        "usage": "Second beats, secondary copy."
      },
      "text-subtle": {
        "value": "#839d9a",
        "usage": "Eyebrows, labels, metadata."
      },
      "line": {
        "value": "#ffffff26",
        "usage": "Hairlines. Never boxes."
      },
      "accent": {
        "value": "#4bffa5",
        "usage": "The one signal. Arrows, focus."
      },
      "accent-soft": {
        "value": "#72dea9",
        "usage": "Mint for small text."
      }
    },
    "paper": {
      "bg": {
        "value": "#f4f7f6",
        "usage": "Document ground."
      },
      "ink": {
        "value": "#080e10",
        "usage": "Text on Paper."
      },
      "accent": {
        "value": "#047a47",
        "usage": "Mint for light grounds."
      }
    },
    "logo": {
      "spectrum": [
        {
          "value": "#5ef9c9",
          "usage": "Logo and brand moments only."
        },
        {
          "value": "#00f0fe",
          "usage": "Logo and brand moments only."
        },
        {
          "value": "#05f58a",
          "usage": "Logo and brand moments only."
        },
        {
          "value": "#1774fe",
          "usage": "Logo and brand moments only."
        },
        {
          "value": "#0065f0",
          "usage": "Logo and brand moments only."
        },
        {
          "value": "#e6fdcb",
          "usage": "Logo and brand moments only."
        }
      ],
      "panel-gradient": {
        "value": "linear-gradient(135deg, #72f3d4, #1f5df8)",
        "usage": "Covers and openers."
      }
    }
  },
  "font": {
    "display": {
      "family": "Manrope",
      "weight": 300,
      "tracking": "-0.06em",
      "lineHeight": 1.08
    },
    "body": {
      "family": "DM Sans",
      "weight": 300,
      "size": "16px",
      "lineHeight": 1.8
    },
    "eyebrow": {
      "family": "DM Sans",
      "size": "12px",
      "tracking": "0.16em",
      "transform": "uppercase"
    }
  },
  "type": {
    "display-closing": 110,
    "display-xl": 100,
    "display-l": 78,
    "display-m": 62,
    "heading": 48
  },
  "logo": {
    "min-lockup": "120px / 30mm",
    "min-monogram": "24px / 8mm",
    "exclusion-zone": "Width of the A blade at its base"
  }
}