{
  "$schema": "https://tr.designtokens.org/format/",
  "color": {
    "surface": {
      "canvas": { "$type": "color", "$value": "#ECECE6" },
      "raised": { "$type": "color", "$value": "#F7F7F1" },
      "inverse": { "$type": "color", "$value": "#101311" },
      "deep": { "$type": "color", "$value": "#153D33" }
    },
    "text": {
      "primary": { "$type": "color", "$value": "#101311" },
      "secondary": { "$type": "color", "$value": "#5B625D" },
      "inverse": { "$type": "color", "$value": "#F8FAF7" },
      "mutedInverse": { "$type": "color", "$value": "#AAB3AD" }
    },
    "border": {
      "strong": { "$type": "color", "$value": "#101311" },
      "subtle": { "$type": "color", "$value": "#B9BDB7" },
      "inverse": { "$type": "color", "$value": "#454B47" }
    },
    "signal": {
      "orange": { "$type": "color", "$value": "#FF5B24" },
      "lime": { "$type": "color", "$value": "#D4FF36" },
      "ready": { "$type": "color", "$value": "#67EFA3" },
      "danger": { "$type": "color", "$value": "#FF5B24" }
    }
  },
  "space": {
    "1": { "$type": "dimension", "$value": { "value": 4, "unit": "px" } },
    "2": { "$type": "dimension", "$value": { "value": 8, "unit": "px" } },
    "3": { "$type": "dimension", "$value": { "value": 12, "unit": "px" } },
    "4": { "$type": "dimension", "$value": { "value": 16, "unit": "px" } },
    "6": { "$type": "dimension", "$value": { "value": 24, "unit": "px" } },
    "8": { "$type": "dimension", "$value": { "value": 32, "unit": "px" } },
    "12": { "$type": "dimension", "$value": { "value": 48, "unit": "px" } },
    "16": { "$type": "dimension", "$value": { "value": 64, "unit": "px" } }
  },
  "radius": {
    "none": { "$type": "dimension", "$value": { "value": 0, "unit": "px" } },
    "pill": { "$type": "dimension", "$value": { "value": 999, "unit": "px" } }
  },
  "font": {
    "sans": { "$type": "fontFamily", "$value": ["Geist", "Arial", "sans-serif"] },
    "mono": { "$type": "fontFamily", "$value": ["Geist Mono", "Courier New", "monospace"] },
    "editorial": { "$type": "fontFamily", "$value": ["Georgia", "serif"] }
  }
}
