{
  "$schema": "https://design-tokens.org/schemas/1.0/schema.json",
  "color": {
    "brand": {
      "teal": {
        "value": "#00C2A8"
      },
      "navy": {
        "value": "#0A1A2F"
      },
      "lime": {
        "value": "#C7FF00"
      },
      "bg": {
        "value": "#F7F9FA"
      },
      "ink": {
        "value": "#2D2D2D"
      }
    }
  },
  "font": {
    "heading": {
      "value": "Outfit"
    },
    "body": {
      "value": "Inter"
    }
  },
  "radius": {
    "card": {
      "value": "24px"
    }
  },
  "space": {
    "base": {
      "value": "8px"
    }
  }
}