---
name: Delba de Oliveira
description: "This site is a perfect example of a text-first, editorial portfolio where typography and spacing do all the work."
version: alpha

colors:
  background: "#FAF9F7"
  primary: "#2A2A29"
  neutral: "#666666"
  line: "rgba(0, 0, 0, 0.1)"

typography:
  display:
    fontFamily: transitional-serif
    fontSize: 40px
    lineHeight: 1.1
    fontWeight: 500
    letterSpacing: "-0.02em"
  headline:
    fontFamily: transitional-serif
    fontSize: 24px
    lineHeight: 1.3
    fontWeight: 600
    letterSpacing: "normal"
  body:
    fontFamily: transitional-serif
    fontSize: 18px
    lineHeight: 1.6
    fontWeight: 400
    letterSpacing: "normal"
  small:
    fontFamily: transitional-serif
    fontSize: 16px
    lineHeight: 1.6
    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 clean, typography-focused portfolio for a developer education specialist.

*A well-typeset academic thesis*

## Colors

High contrast on a warm neutral background

- **Background (`#FAF9F7`)** — uses `bg` token
- **Primary text (`#2A2A29`)** — uses `ink` token
- **Muted (`#666666`)** — uses `muted` token
- **Borders (`rgba(0, 0, 0, 0.1)`)** — uses `line` token

## Typography

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

- Use a single serif family for both display and body to maintain the editorial aesthetic.
- Ensure strong visual weight hierarchy for headings.
- Use underlines for inline links to maintain readability within text blocks.

## Layout

Two-column asymmetric grid on desktop, single column on mobile.

*Rhythm:* Generous vertical spacing between sections with tight rhythm within lists.

## Elevation & Depth

- Borders: None, except for a subtle top border on the mobile layout.

## Shapes

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

## Components

- **button:** Solid black background, white text, slightly rounded corners.
- **card:** None. Content is presented in a flat, text-based list format.
- **chip:** None.
- **input:** None.
- **hero:** Minimal text-only hero with a large serif title and a brief introductory paragraph.

## Do's and Don'ts

**Don't:**
- Don't use decorative gradients — screenshot shows flat, solid backgrounds.
- Don't use rounded container borders — screenshot shows sharp, square edges.
- Don't use a bright, high-chroma accent color — screenshot shows a strictly monochromatic palette.
- Don't use a sans-serif for body text — screenshot shows serif for both display and body.
- Don't use complex cards or panels — screenshot shows simple, unboxed content blocks.
- Don't use drop shadows on UI elements — screenshot shows completely flat design.

---

## System Prompt (paste into AI agent)

```
This design is a refined, editorial-style portfolio for a developer education specialist. It utilizes a monochromatic palette of black and dark grays on a warm off-white (#FAF9F7) background. Typography is the core element, using a transitional-serif for both headings and body text. Layout is a clean, two-column asymmetric grid on desktop, focusing on readability. Critical don'ts include: avoid decorative gradients, avoid rounded container borders, and do not use high-chroma accent colors.
```
