{
  "$themes": [
    {
      "id": "light",
      "name": "Light",
      "selectedTokenSets": {
        "global": "enabled",
        "role-light": "enabled",
        "brand": "enabled"
      }
    },
    {
      "id": "dark",
      "name": "Dark",
      "selectedTokenSets": {
        "global": "enabled",
        "role-dark": "enabled",
        "brand": "enabled"
      }
    }
  ],
  "global": {
    "color": {
      "feather-green": {
        "value": "#58CC02",
        "type": "color",
        "description": "Duo the owl's signature green. The brand's primary action and identity color."
      },
      "mask-green": {
        "value": "#89E219",
        "type": "color",
        "description": "Brighter sibling of Feather Green — used for signage and lighting accents on the mascot's face mask."
      },
      "tree-frog": {
        "value": "#58A700",
        "type": "color",
        "description": "Pressed / active variant of Feather Green; the deeper-shadow green."
      },
      "sea-sponge": {
        "value": "#D7FFB8",
        "type": "color",
        "description": "Pale lesson-complete green tint."
      },
      "turtle": {
        "value": "#A5ED6E",
        "type": "color",
        "description": "Mid-pale green — secondary accent and badge fill."
      },
      "snow": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Pure white — page canvas in light mode."
      },
      "polar": {
        "value": "#F7F7F7",
        "type": "color",
        "description": "Off-white surface tint; the canonical page background hint."
      },
      "swan": {
        "value": "#E5E5E5",
        "type": "color",
        "description": "Border / quiet divider color on Polar."
      },
      "hare": {
        "value": "#AFAFAF",
        "type": "color",
        "description": "Mid grey — disabled state and tertiary text."
      },
      "wolf": {
        "value": "#777777",
        "type": "color",
        "description": "Deep grey — secondary text on light surfaces."
      },
      "eel": {
        "value": "#4B4B4B",
        "type": "color",
        "description": "The canonical Duolingo text ink. Used in place of pure black for body copy."
      },
      "cardinal": {
        "value": "#FF4B4B",
        "type": "color",
        "description": "Duolingo's error / wrong-answer red. The most recognizable red in the system."
      },
      "fire-ant": {
        "value": "#EA2B2B",
        "type": "color",
        "description": "Pressed / active variant of Cardinal — destructive confirmation."
      },
      "crab": {
        "value": "#FF7878",
        "type": "color",
        "description": "Soft red — hover tint and error background."
      },
      "flamingo": {
        "value": "#FFB2B2",
        "type": "color",
        "description": "Pale rose-pink — error background wash."
      },
      "bee": {
        "value": "#FFC800",
        "type": "color",
        "description": "Streak / achievement gold. The motivational yellow."
      },
      "lion": {
        "value": "#FFB100",
        "type": "color",
        "description": "Slightly deeper variant of Bee — pressed gold."
      },
      "fox": {
        "value": "#FF9600",
        "type": "color",
        "description": "Vivid orange — celebration and tier-up moments."
      },
      "duck": {
        "value": "#FBE56D",
        "type": "color",
        "description": "Pale lemon yellow — soft yellow background."
      },
      "canary": {
        "value": "#FFF5D3",
        "type": "color",
        "description": "Pale cream — gentle warning background."
      },
      "macaw": {
        "value": "#1CB0F6",
        "type": "color",
        "description": "Duolingo's signature info-blue. Links, hints, and learning-tip accents."
      },
      "whale": {
        "value": "#1899D6",
        "type": "color",
        "description": "Pressed / active variant of Macaw."
      },
      "humpback": {
        "value": "#2B70C9",
        "type": "color",
        "description": "Deeper navy-blue — secondary info accent."
      },
      "narwhal": {
        "value": "#1453A3",
        "type": "color",
        "description": "Deepest navy — chart and data-viz anchor."
      },
      "blue-jay": {
        "value": "#84D8FF",
        "type": "color",
        "description": "Pale sky blue — soft hint accent."
      },
      "moon-jelly": {
        "value": "#7AF0F2",
        "type": "color",
        "description": "Soft cyan — illustration accent."
      },
      "beetle": {
        "value": "#CE82FF",
        "type": "color",
        "description": "Soft purple — the recognizable Super Duolingo subscription accent."
      },
      "betta": {
        "value": "#9069CD",
        "type": "color",
        "description": "Mid-purple — pressed Super accent."
      },
      "butterfly": {
        "value": "#6F4EA1",
        "type": "color",
        "description": "Deep purple — Super hero gradient anchor."
      },
      "starfish": {
        "value": "#FFAADE",
        "type": "color",
        "description": "Pale pink — illustration accent paired with purples."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "mono": {
        "value": [
          "JetBrainsMono Nerd Font",
          "JetBrains Mono",
          "Fira Code",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.snow}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.polar}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.snow}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.eel}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.wolf}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.hare}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.feather-green}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.tree-frog}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.macaw}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.whale}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.bee}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.lion}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.cardinal}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.feather-green}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.swan}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.eel}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.wolf}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.hare}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.snow}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.polar}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.swan}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.feather-green}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.mask-green}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.macaw}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.blue-jay}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.bee}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.lion}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.cardinal}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.mask-green}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.wolf}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.snow}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.eel}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.feather-green}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.tree-frog}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.macaw}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.whale}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.feather-green}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.feather-green}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.bee}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.cardinal}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.eel}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.snow}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.snow}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.eel}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.polar}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.wolf}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.wolf}",
        "type": "color"
      },
      "text-tertiary-light": {
        "value": "{global.color.hare}",
        "type": "color"
      },
      "border-light": {
        "value": "{global.color.swan}",
        "type": "color"
      },
      "border-dark": {
        "value": "{global.color.wolf}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Duolingo",
    "ref": "duolingo@1.0.0",
    "paletteRef": "duolingo@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
