{
  "$metadata": {
    "generator": "designlang",
    "version": "7.0.0",
    "spec": "https://design-tokens.github.io/community-group/format/",
    "source": "https://duolingo.com",
    "generatedAt": "2026-06-25T08:27:36.259Z"
  },
  "primitive": {
    "color": {
      "brand": {
        "primary": {
          "$value": "#d7ffb8",
          "$type": "color"
        },
        "secondary": {
          "$value": "#0000ee",
          "$type": "color"
        }
      },
      "neutral": {
        "n100": {
          "$value": "#3c3c3c",
          "$type": "color"
        },
        "n200": {
          "$value": "#777777",
          "$type": "color"
        },
        "n300": {
          "$value": "#000000",
          "$type": "color"
        },
        "n400": {
          "$value": "#4b4b4b",
          "$type": "color"
        },
        "n500": {
          "$value": "#afafaf",
          "$type": "color"
        },
        "n600": {
          "$value": "#ffffff",
          "$type": "color"
        },
        "n700": {
          "$value": "#e5e5e5",
          "$type": "color"
        },
        "n800": {
          "$value": "#808080",
          "$type": "color"
        },
        "n900": {
          "$value": "#c1c1c1",
          "$type": "color"
        }
      },
      "background": {
        "bg0": {
          "$value": "#ffffff",
          "$type": "color"
        },
        "bg1": {
          "$value": "#ddf4ff",
          "$type": "color"
        },
        "bg2": {
          "$value": "#100f3e",
          "$type": "color"
        },
        "bg3": {
          "$value": "#58cc02",
          "$type": "color"
        },
        "bg4": {
          "$value": "#000000",
          "$type": "color"
        }
      },
      "text": {
        "text0": {
          "$value": "#000000",
          "$type": "color"
        },
        "text1": {
          "$value": "#3c3c3c",
          "$type": "color"
        },
        "text2": {
          "$value": "#0000ee",
          "$type": "color"
        },
        "text3": {
          "$value": "#afafaf",
          "$type": "color"
        },
        "text4": {
          "$value": "#4b4b4b",
          "$type": "color"
        },
        "text5": {
          "$value": "#ffffff",
          "$type": "color"
        },
        "text6": {
          "$value": "#1cb0f6",
          "$type": "color"
        },
        "text7": {
          "$value": "#777777",
          "$type": "color"
        },
        "text8": {
          "$value": "#58cc02",
          "$type": "color"
        },
        "text9": {
          "$value": "#042c60",
          "$type": "color"
        }
      }
    },
    "spacing": {
      "s0": {
        "$value": "1px",
        "$type": "dimension"
      },
      "s1": {
        "$value": "8px",
        "$type": "dimension"
      },
      "s2": {
        "$value": "23px",
        "$type": "dimension"
      },
      "s3": {
        "$value": "40px",
        "$type": "dimension"
      },
      "s4": {
        "$value": "48px",
        "$type": "dimension"
      },
      "s5": {
        "$value": "64px",
        "$type": "dimension"
      },
      "s6": {
        "$value": "80px",
        "$type": "dimension"
      },
      "s7": {
        "$value": "96px",
        "$type": "dimension"
      },
      "s8": {
        "$value": "140px",
        "$type": "dimension"
      },
      "s9": {
        "$value": "185px",
        "$type": "dimension"
      }
    },
    "radius": {
      "r0": {
        "$value": "2px",
        "$type": "dimension"
      },
      "r1": {
        "$value": "12px",
        "$type": "dimension"
      }
    },
    "shadow": {
      "sh0": {
        "$value": "rgb(128, 128, 128) 0px 0px 5px 0px",
        "$type": "shadow"
      }
    },
    "fontFamily": {
      "f0": {
        "$value": "duolingo-sans",
        "$type": "fontFamily"
      }
    }
  },
  "semantic": {
    "color": {
      "action": {
        "primary": {
          "$value": "{primitive.color.brand.primary}",
          "$type": "color"
        },
        "secondary": {
          "$value": "{primitive.color.brand.secondary}",
          "$type": "color"
        }
      },
      "surface": {
        "default": {
          "$value": "{primitive.color.background.bg0}",
          "$type": "color"
        }
      },
      "text": {
        "body": {
          "$value": "{primitive.color.text.text0}",
          "$type": "color"
        }
      }
    },
    "typography": {
      "body": {
        "$value": {
          "fontFamily": "duolingo-sans",
          "fontSize": "64px",
          "fontWeight": "700",
          "lineHeight": "normal"
        },
        "$type": "typography"
      }
    },
    "radius": {
      "control": {
        "$value": "{primitive.radius.r0}",
        "$type": "dimension"
      }
    },
    "shadow": {
      "elevated": {
        "$value": "{primitive.shadow.sh0}",
        "$type": "shadow"
      }
    }
  }
}