{
  "$schema": "https://design-tokens.github.io/community-group/format/",
  "brand": {
    "$description": "Public heyAura brand foundations.",
    "color": {
      "black": { "$value": "#000000", "$type": "color" },
      "white": { "$value": "#FFFFFF", "$type": "color" },
      "evergreen": { "$value": "#002715", "$type": "color" },
      "mint": { "$value": "#5FFF63", "$type": "color" },
      "mintLight": { "$value": "#D0FFD1", "$type": "color" }
    },
    "colorProportion": {
      "black": { "$value": 55, "$type": "number" },
      "white": { "$value": 25, "$type": "number" },
      "evergreen": { "$value": 15, "$type": "number" },
      "mint": { "$value": 5, "$type": "number" }
    },
    "typography": {
      "title": {
        "family": { "$value": "Geologica", "$type": "fontFamily" },
        "weight": { "$value": 900, "$type": "fontWeight" }
      },
      "body": {
        "family": { "$value": "Geologica", "$type": "fontFamily" },
        "weight": { "$value": 300, "$type": "fontWeight" }
      },
      "wordmark": {
        "family": { "$value": "Kumbh Sans", "$type": "fontFamily" },
        "weight": { "$value": 400, "$type": "fontWeight" }
      },
      "scale": {
        "display": { "$value": "112px", "$type": "dimension" },
        "heading1": { "$value": "72px", "$type": "dimension" },
        "heading2": { "$value": "48px", "$type": "dimension" },
        "body": { "$value": "16px", "$type": "dimension" }
      }
    }
  }
}
