{
  "$schema": "https://design-tokens.github.io/community-group/format/",
  "arke": {
    "colour": {
      "paper": { "$type": "color", "$value": "#F6F4EF" },
      "paperRaised": { "$type": "color", "$value": "#FBFAF6" },
      "paperRecessed": { "$type": "color", "$value": "#ECE9E1" },
      "stone": { "$type": "color", "$value": "#DBD6CC" },
      "ink": { "$type": "color", "$value": "#1A1714" },
      "inkSecondary": { "$type": "color", "$value": "#4A443B" },
      "inkTertiary": { "$type": "color", "$value": "#6E665A" },
      "steel": { "$type": "color", "$value": "#141210" },
      "cream": { "$type": "color", "$value": "#F2EFE8" },
      "bordeaux": { "$type": "color", "$value": "#9E2B25" },
      "bordeauxDeep": { "$type": "color", "$value": "#7E1F1B" },
      "bordeauxBright": { "$type": "color", "$value": "#B23A30" }
    },
    "fontFamily": {
      "display": { "$type": "fontFamily", "$value": ["Averia Serif Libre", "Georgia", "serif"] },
      "text": { "$type": "fontFamily", "$value": ["Suisse Intl", "Helvetica Neue", "Arial", "sans-serif"] },
      "reading": { "$type": "fontFamily", "$value": ["Suisse Works", "Georgia", "serif"] },
      "label": { "$type": "fontFamily", "$value": ["Suisse Intl Mono", "ui-monospace", "monospace"] }
    },
    "dimension": {
      "maxWidth": { "$type": "dimension", "$value": { "value": 1380, "unit": "px" } },
      "radiusSmall": { "$type": "dimension", "$value": { "value": 4, "unit": "px" } },
      "radiusMedium": { "$type": "dimension", "$value": { "value": 8, "unit": "px" } },
      "radiusLarge": { "$type": "dimension", "$value": { "value": 16, "unit": "px" } },
      "radiusPlate": { "$type": "dimension", "$value": { "value": 24, "unit": "px" } }
    },
    "motion": {
      "settle": { "$type": "cubicBezier", "$value": [0.16, 1, 0.3, 1] }
    }
  }
}
