{
  "$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": {
      "coursera-blue": {
        "value": "#0056D2",
        "type": "color",
        "description": "The Coursera Design System primary blue (CDS BLUE). The brand's signature action color."
      },
      "bluish-white": {
        "value": "#F3F8FF",
        "type": "color",
        "description": "Soft blue-tinted surface (CDS BLUISH_WHITE). The brand's primary surface accent."
      },
      "blue-dark": {
        "value": "#003C8F",
        "type": "color",
        "description": "Pressed / active variant of Coursera Blue — derived deepened tone for hover/active states."
      },
      "blue-pale": {
        "value": "#E3EEFF",
        "type": "color",
        "description": "Pale blue background accent — used in info banners."
      },
      "blue-deep": {
        "value": "#002761",
        "type": "color",
        "description": "Deepest navy-blue — used for callouts and contrast accents."
      },
      "ink-50": {
        "value": "#1F1F1F",
        "type": "color",
        "description": "The canonical body text color on coursera.org — near-black but not pure black."
      },
      "ink-100": {
        "value": "#303030",
        "type": "color",
        "description": "Default text color — slightly lighter than Ink 50."
      },
      "ink-300": {
        "value": "#616161",
        "type": "color",
        "description": "Secondary text color — captions and supporting copy."
      },
      "ink-500": {
        "value": "#757575",
        "type": "color",
        "description": "Tertiary text color — derived from the press-page logo fill (#757575)."
      },
      "ink-700": {
        "value": "#9E9E9E",
        "type": "color",
        "description": "Disabled text and quiet borders."
      },
      "white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Page canvas in light mode (CDS WHITE)."
      },
      "surface": {
        "value": "#FAFAFA",
        "type": "color",
        "description": "Subtle elevated surface tint."
      },
      "surface-2": {
        "value": "#F5F5F5",
        "type": "color",
        "description": "Secondary surface — card and panel backgrounds."
      },
      "border": {
        "value": "#E0E0E0",
        "type": "color",
        "description": "Quiet divider — borders and rules."
      },
      "success": {
        "value": "#1B8057",
        "type": "color",
        "description": "Success / completion green — derived from the published callouts-success scale."
      },
      "warning": {
        "value": "#F28100",
        "type": "color",
        "description": "Warning amber — derived from the orange-500 callout scale on coursera.org."
      },
      "error": {
        "value": "#F44336",
        "type": "color",
        "description": "Error / destructive red — published in the CDS callouts-error scale."
      },
      "error-deep": {
        "value": "#66000F",
        "type": "color",
        "description": "Deepest red — used for error-state callout strokes."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Source Sans 3",
        "type": "fontFamilies",
        "description": "source-sans-3@1.0.0 · sans-serif"
      },
      "body": {
        "value": "Source Sans 3",
        "type": "fontFamilies",
        "description": "source-sans-3@1.0.0 · sans-serif"
      },
      "mono": {
        "value": "Source Code Pro",
        "type": "fontFamilies",
        "description": "source-code-pro@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Source Sans 3",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Source Sans 3",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "mono": {
        "value": [
          "Source Code Pro",
          "ui-monospace",
          "SFMono-Regular",
          "Menlo",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "type": "fontFamilies"
      }
    }
  },
  "role-light": {
    "color": {
      "background": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.bluish-white}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.ink-50}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.ink-300}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.ink-500}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.coursera-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.blue-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.coursera-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.blue-dark}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.warning}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.warning}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.error}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.success}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.border}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.ink-50}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.ink-100}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.ink-300}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.surface-2}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.ink-700}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.coursera-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.bluish-white}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.bluish-white}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.blue-pale}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.warning}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.warning}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.error}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.success}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.ink-300}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.ink-50}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.coursera-blue}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.blue-dark}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.coursera-blue}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.blue-dark}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.coursera-blue}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.success}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.warning}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.error}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.ink-50}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.ink-50}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.bluish-white}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.ink-100}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.ink-300}",
        "type": "color"
      },
      "text-tertiary-light": {
        "value": "{global.color.ink-500}",
        "type": "color"
      },
      "border-light": {
        "value": "{global.color.border}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Coursera",
    "ref": "coursera@1.0.0",
    "paletteRef": "coursera@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
