---
name: Help Delduca
description: "Worth including as a baseline example of a zero-design, default-browser typography system."
version: alpha

colors:
  background: "#FFFFFF"
  primary: "#000000"
  neutral: "#666666"
  line: "rgba(0,0,0,1.0)"

typography:
  display:
    fontFamily: transitional-serif
    fontSize: 16px
    lineHeight: 1.2
    fontWeight: 400
    letterSpacing: "normal"

rounded:
  sm: 0px
  md: 0px
  lg: 0px
  pill: 999px

spacing:
  xs: 4px
  sm: 8px
  md: 16px
  lg: 24px
  xl: 32px
  2xl: 48px
  3xl: 64px

---

## Overview

A bare-bones, typography-driven documentation site utilizing default browser styling.

*A basic text document or a minimal developer help page.*

## Colors

Absolute minimalism relying on high-contrast black text on a pure white background with no chromatic colors.

- **Background (`#FFFFFF`)** — uses `bg` token
- **Primary text (`#000000`)** — uses `ink` token
- **Muted (`#666666`)** — uses `muted` token
- **Borders (`rgba(0,0,0,1.0)`)** — uses `line` token

## Typography

- **Display:** transitional-serif
- **Body:** transitional-serif
- **Mono:** transitional-serif

- Default browser styling with no custom web fonts.
- High reliance on Times New Roman for all text elements.

## Layout

Simple single-column document flow.

*Rhythm:* Standard browser default vertical rhythm.

## Elevation & Depth

- Borders: Default browser borders using solid black.

## Shapes

- `sm`: 0px
- `md`: 0px
- `lg`: 0px
- `pill`: 999px

## Components

- **button:** Default browser anchor or button styling.
- **card:** None detected.
- **chip:** None detected.
- **input:** None detected.
- **hero:** Simple text-based header with default browser styling.

## Do's and Don'ts

**Don't:**
- don't use custom sans-serif fonts — screenshot shows default Times New Roman
- don't apply background colors or gradients — screenshot shows pure white (#FFFFFF)
- don't add drop shadows or complex border radii — screenshot shows flat, default borders
- don't use high-chroma accent colors — screenshot shows strictly black (#000000) text
- don't implement complex multi-column layouts — screenshot shows a simple single-column text flow
- don't add decorative imagery or icons — screenshot shows only raw text elements

---

## System Prompt (paste into AI agent)

```
This is a minimal, text-first documentation site that strictly adheres to default browser styling. The visual system is defined by its total lack of design intervention, utilizing pure white (#FFFFFF) backgrounds and standard black (#000000) text. Typography relies entirely on the default Times New Roman serif font without any custom web fonts. Critical constraints include avoiding any custom font loading, background colors, decorative shadows, or high-chroma accent colors. The layout is a simple, single-column text document designed for maximum readability and raw utility.
```
