{
  "$description": "Brand: Harvard — light mode",
  "color": {
    "swatches": {
      "$description": "Source-of-truth color swatches from palette harvard@1.0.0",
      "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."
      }
    },
    "roles": {
      "$description": "Semantic color roles (light mode) mapped to palette swatches",
      "background": {
        "$value": "{color.swatches.white}",
        "$type": "color",
        "$description": "background role → White"
      },
      "surface": {
        "$value": "{color.swatches.grey}",
        "$type": "color",
        "$description": "surface role → Grey"
      },
      "surface-elevated": {
        "$value": "{color.swatches.white}",
        "$type": "color",
        "$description": "surface-elevated role → White"
      },
      "text-primary": {
        "$value": "{color.swatches.black}",
        "$type": "color",
        "$description": "text-primary role → Black"
      },
      "text-secondary": {
        "$value": "{color.swatches.black}",
        "$type": "color",
        "$description": "text-secondary role → Black"
      },
      "text-tertiary": {
        "$value": "{color.swatches.grey}",
        "$type": "color",
        "$description": "text-tertiary role → Grey"
      },
      "primary": {
        "$value": "{color.swatches.crimson}",
        "$type": "color",
        "$description": "primary role → Crimson"
      },
      "primary-hover": {
        "$value": "{color.swatches.red}",
        "$type": "color",
        "$description": "primary-hover role → Red"
      },
      "accent": {
        "$value": "{color.swatches.crimson}",
        "$type": "color",
        "$description": "accent role → Crimson"
      },
      "accent-hover": {
        "$value": "{color.swatches.red}",
        "$type": "color",
        "$description": "accent-hover role → Red"
      },
      "link": {
        "$value": "{color.swatches.blue}",
        "$type": "color",
        "$description": "link role → Blue"
      },
      "link-hover": {
        "$value": "{color.swatches.crimson}",
        "$type": "color",
        "$description": "link-hover role → Crimson"
      },
      "warning": {
        "$value": "{color.swatches.warm-yellow}",
        "$type": "color",
        "$description": "warning role → Warm Yellow"
      },
      "warning-hover": {
        "$value": "{color.swatches.yellow}",
        "$type": "color",
        "$description": "warning-hover role → Yellow"
      },
      "error": {
        "$value": "{color.swatches.red}",
        "$type": "color",
        "$description": "error role → Red"
      },
      "success": {
        "$value": "{color.swatches.green}",
        "$type": "color",
        "$description": "success role → Green"
      },
      "border": {
        "$value": "{color.swatches.grey}",
        "$type": "color",
        "$description": "border role → Grey"
      },
      "brand-overrides": {
        "$description": "Brand-level role overrides (take precedence over palette role mappings)",
        "identity": {
          "$value": "{color.swatches.white}",
          "$type": "color",
          "$description": "Brand role identity → White"
        },
        "on-identity": {
          "$value": "{color.swatches.black}",
          "$type": "color",
          "$description": "Brand role on-identity → Black"
        },
        "primary": {
          "$value": "{color.swatches.crimson}",
          "$type": "color",
          "$description": "Brand role primary → Crimson"
        },
        "primary-hover": {
          "$value": "{color.swatches.red}",
          "$type": "color",
          "$description": "Brand role primary-hover → Red"
        },
        "accent": {
          "$value": "{color.swatches.crimson}",
          "$type": "color",
          "$description": "Brand role accent → Crimson"
        },
        "accent-hover": {
          "$value": "{color.swatches.red}",
          "$type": "color",
          "$description": "Brand role accent-hover → Red"
        },
        "mark": {
          "$value": "{color.swatches.crimson}",
          "$type": "color",
          "$description": "Brand role mark → Crimson"
        },
        "success": {
          "$value": "{color.swatches.green}",
          "$type": "color",
          "$description": "Brand role success → Green"
        },
        "warning": {
          "$value": "{color.swatches.warm-yellow}",
          "$type": "color",
          "$description": "Brand role warning → Warm Yellow"
        },
        "error": {
          "$value": "{color.swatches.red}",
          "$type": "color",
          "$description": "Brand role error → Red"
        },
        "text-primary-light": {
          "$value": "{color.swatches.black}",
          "$type": "color",
          "$description": "Brand role text-primary-light → Black"
        },
        "text-primary-dark": {
          "$value": "{color.swatches.white}",
          "$type": "color",
          "$description": "Brand role text-primary-dark → White"
        },
        "background-light": {
          "$value": "{color.swatches.white}",
          "$type": "color",
          "$description": "Brand role background-light → White"
        },
        "background-dark": {
          "$value": "{color.swatches.black}",
          "$type": "color",
          "$description": "Brand role background-dark → Black"
        },
        "surface-light": {
          "$value": "{color.swatches.grey}",
          "$type": "color",
          "$description": "Brand role surface-light → Grey"
        },
        "surface-dark": {
          "$value": "{color.swatches.grey}",
          "$type": "color",
          "$description": "Brand role surface-dark → Grey"
        },
        "text-secondary-light": {
          "$value": "{color.swatches.black}",
          "$type": "color",
          "$description": "Brand role text-secondary-light → Black"
        },
        "text-tertiary-light": {
          "$value": "{color.swatches.grey}",
          "$type": "color",
          "$description": "Brand role text-tertiary-light → Grey"
        },
        "border-light": {
          "$value": "{color.swatches.grey}",
          "$type": "color",
          "$description": "Brand role border-light → Grey"
        }
      }
    }
  },
  "font": {
    "$description": "Typography roles mapped to font atoms",
    "heading": {
      "family": {
        "$value": [
          "Lora",
          "Iowan Old Style",
          "Apple Garamond",
          "Baskerville",
          "Times New Roman",
          "serif"
        ],
        "$type": "fontFamily",
        "$description": "heading role → Lora (lora@1.0.0)"
      },
      "weight": {
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "body": {
      "family": {
        "$value": [
          "Inter",
          "-apple-system",
          "BlinkMacSystemFont",
          "Segoe UI",
          "Roboto",
          "Helvetica Neue",
          "Arial",
          "sans-serif"
        ],
        "$type": "fontFamily",
        "$description": "body role → Inter (inter@1.0.0)"
      },
      "weight": {
        "100": {
          "$value": 100,
          "$type": "fontWeight"
        },
        "200": {
          "$value": 200,
          "$type": "fontWeight"
        },
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "800": {
          "$value": 800,
          "$type": "fontWeight"
        },
        "900": {
          "$value": 900,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "serif": {
      "family": {
        "$value": [
          "Lora",
          "Iowan Old Style",
          "Apple Garamond",
          "Baskerville",
          "Times New Roman",
          "serif"
        ],
        "$type": "fontFamily",
        "$description": "serif role → Lora (lora@1.0.0)"
      },
      "weight": {
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    },
    "mono": {
      "family": {
        "$value": [
          "JetBrainsMono Nerd Font",
          "JetBrains Mono",
          "Fira Code",
          "Menlo",
          "Monaco",
          "Consolas",
          "Liberation Mono",
          "monospace"
        ],
        "$type": "fontFamily",
        "$description": "mono role → JetBrainsMono Nerd Font (jetbrainsmono-nerdfont@1.0.0)"
      },
      "weight": {
        "100": {
          "$value": 100,
          "$type": "fontWeight"
        },
        "200": {
          "$value": 200,
          "$type": "fontWeight"
        },
        "300": {
          "$value": 300,
          "$type": "fontWeight"
        },
        "400": {
          "$value": 400,
          "$type": "fontWeight"
        },
        "500": {
          "$value": 500,
          "$type": "fontWeight"
        },
        "600": {
          "$value": 600,
          "$type": "fontWeight"
        },
        "700": {
          "$value": 700,
          "$type": "fontWeight"
        },
        "800": {
          "$value": 800,
          "$type": "fontWeight"
        },
        "$description": "Available font weights"
      }
    }
  }
}
