{
  "$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": {
      "crimson": {
        "value": "#A51C30",
        "type": "color",
        "description": "Harvard's institutional crimson — primary brand colour."
      },
      "black": {
        "value": "#1E1E1E",
        "type": "color",
        "description": "Primary text and dark surfaces."
      },
      "white": {
        "value": "#FFFFFF",
        "type": "color",
        "description": "Primary canvas in light mode."
      },
      "grey": {
        "value": "#93A1AD",
        "type": "color",
        "description": "Cool institutional grey — secondary surface."
      },
      "red": {
        "value": "#ED1B34",
        "type": "color",
        "description": "Saturated accent red — digital emphasis."
      },
      "salmon": {
        "value": "#EC8F9C",
        "type": "color",
        "description": "Pastel salmon — pairs with Crimson on light surfaces."
      },
      "green": {
        "value": "#4DB848",
        "type": "color",
        "description": "Mid-green — success / positive data-viz."
      },
      "lime-green": {
        "value": "#CBDB2A",
        "type": "color",
        "description": "Bright lime — illustration accent."
      },
      "blue": {
        "value": "#4E88C7",
        "type": "color",
        "description": "Mid-blue — supporting cool tone, links."
      },
      "sky-blue": {
        "value": "#95B5DF",
        "type": "color",
        "description": "Pale sky — soft cool surface tint."
      },
      "warm-yellow": {
        "value": "#FCB315",
        "type": "color",
        "description": "Warm gold — warning / highlight."
      },
      "yellow": {
        "value": "#FFDE2D",
        "type": "color",
        "description": "Bright yellow — editorial highlight."
      },
      "turquoise": {
        "value": "#00AAAD",
        "type": "color",
        "description": "Saturated turquoise — accent."
      },
      "aquamarine": {
        "value": "#77CED9",
        "type": "color",
        "description": "Pale aquamarine — illustration tint."
      },
      "purple": {
        "value": "#946EB7",
        "type": "color",
        "description": "Mid-purple — accent."
      },
      "lavender": {
        "value": "#BB89CA",
        "type": "color",
        "description": "Pale lavender — illustration tint."
      }
    },
    "fontFamily": {
      "heading": {
        "value": "Lora",
        "type": "fontFamilies",
        "description": "lora@1.0.0 · serif"
      },
      "body": {
        "value": "Inter",
        "type": "fontFamilies",
        "description": "inter@1.0.0 · sans-serif"
      },
      "serif": {
        "value": "Lora",
        "type": "fontFamilies",
        "description": "lora@1.0.0 · serif"
      },
      "mono": {
        "value": "JetBrainsMono Nerd Font",
        "type": "fontFamilies",
        "description": "jetbrainsmono-nerdfont@1.0.0 · monospace"
      }
    },
    "fontStack": {
      "heading": {
        "value": [
          "Lora",
          "Iowan Old Style",
          "Apple Garamond",
          "Baskerville",
          "Times New Roman",
          "serif"
        ],
        "type": "fontFamilies"
      },
      "body": {
        "value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "type": "fontFamilies"
      },
      "serif": {
        "value": [
          "Lora",
          "Iowan Old Style",
          "Apple Garamond",
          "Baskerville",
          "Times New Roman",
          "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.white}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.grey}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.grey}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.crimson}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.red}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.crimson}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.red}",
        "type": "color"
      },
      "link": {
        "value": "{global.color.blue}",
        "type": "color"
      },
      "link-hover": {
        "value": "{global.color.crimson}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.warm-yellow}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.yellow}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.green}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.grey}",
        "type": "color"
      }
    }
  },
  "role-dark": {
    "color": {
      "background": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "surface": {
        "value": "{global.color.grey}",
        "type": "color"
      },
      "surface-elevated": {
        "value": "{global.color.grey}",
        "type": "color"
      },
      "text-primary": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "text-secondary": {
        "value": "{global.color.grey}",
        "type": "color"
      },
      "text-tertiary": {
        "value": "{global.color.grey}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.crimson}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.red}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.salmon}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.crimson}",
        "type": "color"
      },
      "link": {
        "value": "{global.color.sky-blue}",
        "type": "color"
      },
      "link-hover": {
        "value": "{global.color.blue}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.warm-yellow}",
        "type": "color"
      },
      "warning-hover": {
        "value": "{global.color.yellow}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.red}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.lime-green}",
        "type": "color"
      },
      "border": {
        "value": "{global.color.grey}",
        "type": "color"
      }
    }
  },
  "brand": {
    "color": {
      "identity": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "on-identity": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "primary": {
        "value": "{global.color.crimson}",
        "type": "color"
      },
      "primary-hover": {
        "value": "{global.color.red}",
        "type": "color"
      },
      "accent": {
        "value": "{global.color.crimson}",
        "type": "color"
      },
      "accent-hover": {
        "value": "{global.color.red}",
        "type": "color"
      },
      "mark": {
        "value": "{global.color.crimson}",
        "type": "color"
      },
      "success": {
        "value": "{global.color.green}",
        "type": "color"
      },
      "warning": {
        "value": "{global.color.warm-yellow}",
        "type": "color"
      },
      "error": {
        "value": "{global.color.red}",
        "type": "color"
      },
      "text-primary-light": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "text-primary-dark": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "background-light": {
        "value": "{global.color.white}",
        "type": "color"
      },
      "background-dark": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "surface-light": {
        "value": "{global.color.grey}",
        "type": "color"
      },
      "surface-dark": {
        "value": "{global.color.grey}",
        "type": "color"
      },
      "text-secondary-light": {
        "value": "{global.color.black}",
        "type": "color"
      },
      "text-tertiary-light": {
        "value": "{global.color.grey}",
        "type": "color"
      },
      "border-light": {
        "value": "{global.color.grey}",
        "type": "color"
      }
    }
  },
  "$metadata": {
    "name": "Harvard",
    "ref": "harvard@1.0.0",
    "paletteRef": "harvard@1.0.0",
    "generatedBy": "brand-atoms converter"
  }
}
