DESIGN.md@.agents/tools/design/library/brands/medium · git:20260524.d789cbe · 2026-05-24 · sha256 68395cbde898fbff
DESIGN.md@.agents/tools/design/library/brands/medium git:20260524.d789cbeA
Immutable. This exact content is served forever at /api/v1/blob/68395cbde898fbff.
<!-- SPDX-License-Identifier: MIT -->
<!-- SPDX-FileCopyrightText: 2025-2026 Marcus Quinn -->
---
version: alpha
name: "Medium essay"
description: "Report presentation design system inspired by medium.com."
colors:
background: "#FFFFFF"
surface: "#FFFFFF"
on-surface: "#242424"
muted: "#6B6B6B"
outline: "#E5E5E5"
primary: "#1A8917"
primary-container: "#E8F3E8"
typography:
headline-display:
fontFamily: '"Source Serif 4", Charter, Georgia, serif'
fontSize: 64px
fontWeight: 650
lineHeight: 1.05
letterSpacing: -0.03em
headline-md:
fontFamily: '"Source Serif 4", Charter, Georgia, serif'
fontSize: 32px
fontWeight: 650
lineHeight: 1.15
body-md:
fontFamily: '"Source Serif 4", Charter, Georgia, serif'
fontSize: 18px
fontWeight: 400
lineHeight: 1.75
code-md:
fontFamily: '"IBM Plex Mono", Consolas, monospace'
fontSize: 13px
fontWeight: 400
lineHeight: 1.5
rounded:
md: 10px
lg: 10px
spacing:
md: 16px
lg: 24px
xl: 32px
components:
report-card:
backgroundColor: "{colors.surface}"
textColor: "{colors.on-surface}"
rounded: "{rounded.lg}"
borderWidth: 1
evidence-badge:
backgroundColor: "{colors.primary-container}"
textColor: "{colors.on-surface}"
rounded: 999px
---
# Design System: Medium essay
reading-optimised essay layout with generous measure. This DESIGN.md is a report-presentation brand preset for Markdown-first HTML previews and PDF deliverables.
## Chapters
| File | Contents |
|------|----------|
| [01-visual-theme.md](01-visual-theme.md) | Visual identity, report mood, source inspiration |
| [02-color-palette.md](02-color-palette.md) | Accessible colour tokens and contrast guidance |
| [03-typography.md](03-typography.md) | Open-source/system font substitutes and type scale |
| [04-components.md](04-components.md) | Report cards, tables, evidence badges, callouts |
| [05-layout.md](05-layout.md) | Markdown-first HTML preview and PDF print layouts |
| [06-depth-elevation.md](06-depth-elevation.md) | Borders, surface layering, shadow discipline |
| [07-dos-and-donts.md](07-dos-and-donts.md) | Application rules and accessibility traps |
| [08-responsive.md](08-responsive.md) | Responsive HTML preview and PDF behaviour |
| [09-agent-prompt-guide.md](09-agent-prompt-guide.md) | Renderer handoff and prompt snippets |
## Quick Reference
- **Source inspiration**: medium.com
- **Accent**: `#1A8917` with supporting container `#E8F3E8`
- **Background/surface**: `#FFFFFF` / `#FFFFFF`
- **Text**: `#242424` primary, `#6B6B6B` secondary
- **Heading font**: Source Serif 4, Charter, Georgia, serif
- **Body font**: Source Serif 4, Charter, Georgia, serif
- **Code font**: "IBM Plex Mono", Consolas, monospace
- **Radius**: 10px
- **Export rule**: one `report.html`; A4, Letter, and 16:9 slides are PDF profiles only.
## Source Review
- **Review date**: 2026-05-23
- **Source**: https://medium.com
- **Fetched title/evidence**: Medium: Read and write stories.
- **Fetch status**: Fetched https://medium.com with status 200
- **Observed fonts**: charter, fell, gt-super, noe, opendyslexic, sohne, source-code-pro, source-serif-pro
- **Observed colours**: #000000, #007400, #0E0EFF, #156D12, #171717, #1A8917, #1c00cf, #242424, #3F6E74, #5c2699, #643820, #6B6B6B
- **Light/dark mode**: observed theme/dark-mode markers in fetched HTML/CSS
- **Rule**: source facts inform the DESIGN.md; renderer tokens use accessible open-source/system substitutes where source fonts are commercial or unavailable.