---
name: dbt
description: "This site is a prime example of a modern developer tool aesthetic, balancing authority and approachability with clean typography and bold accent colors."
version: alpha

colors:
  background: "#FFFFFF"
  primary: "#030711"
  secondary: "#374151"
  tertiary: "#FE6703"
  neutral: "#6B7280"
  bg-soft: "#F5F3FF"
  line: "rgba(3,7,17,0.1)"

typography:
  display:
    fontFamily: transitional-serif
    fontSize: 48px
    lineHeight: 1.05
    fontWeight: 600
    letterSpacing: "-1px"
  h2:
    fontFamily: humanist-sans
    fontSize: 32px
    lineHeight: 1.2
    fontWeight: 600
    letterSpacing: "-0.5px"
  body:
    fontFamily: humanist-sans
    fontSize: 16px
    lineHeight: 1.5
    fontWeight: 400
    letterSpacing: "0px"

rounded:
  sm: 4px
  md: 8px
  lg: 12px
  pill: 999px

spacing:
  xs: 4px
  sm: 8px
  md: 12px
  lg: 16px
  xl: 24px
  2xl: 32px
  3xl: 40px

---

## Overview

The open standard for modern, AI-ready data transformation.

*A modern industrial workshop for data pipelines*

## Colors

High-contrast ink on clean white, punctuated by a vibrant orange accent for primary actions.

- **Background (`#FFFFFF`)** — uses `bg` token
- **Primary text (`#030711`)** — uses `ink` token
- **Secondary text (`#374151`)** — uses `ink-soft` token
- **Accent (`#FE6703`)** — uses `accent` token
- **Muted (`#6B7280`)** — uses `muted` token
- **Borders (`rgba(3,7,17,0.1)`)** — uses `line` token

## Typography

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

- Headlines use a transitional serif for authority
- Body text uses a clean humanist sans for readability
- Code snippets use a neutral monospace font

## Layout

Standard 12-column grid with responsive breakpoints for mobile and tablet.

*Rhythm:* Consistent 4px base grid with generous section padding (64px)

## Elevation & Depth

- 0 1px 3px rgba(0,0,0,0.1)
- 0 4px 6px rgba(0,0,0,0.1)
- Borders: Thin 1px borders for cards and inputs, heavier borders for interactive elements.

## Shapes

- `sm`: 4px
- `md`: 8px
- `lg`: 12px
- `pill`: 999px

## Components

- **button:** Primary buttons use a vibrant orange fill with black text and rounded corners. Secondary buttons use a transparent fill with a black border.
- **card:** White cards with subtle rounded corners (12px) and thin borders, often containing an icon, headline, and body text.
- **input:** Standard text inputs with rounded corners and thin borders.
- **hero:** Large, centered headline in a transitional serif font, followed by a subheadline and a prominent call-to-action button.

## Do's and Don'ts

**Don't:**
- don't use playful or whimsical typography — screenshot shows a serious transitional-serif for headlines
- don't use a muted or monochrome palette — screenshot shows a vibrant orange accent color
- don't use heavy drop shadows — screenshot shows clean, flat surfaces with minimal elevation
- don't use rounded containers for all elements — screenshot shows sharp-edged buttons and cards
- don't use dense, crowded layouts — screenshot shows generous whitespace and clear sections
- don't use complex decorative illustrations — screenshot shows simple, clean iconography

---

## System Prompt (paste into AI agent)

```
The dbt Labs site is a modern developer tool SaaS focused on data transformation and AI readiness. It uses a clean, professional aesthetic with a primary white background, near-black ink, and a vibrant orange accent. Typography combines a transitional-serif for headlines with a humanist-sans for body text, and a monospace font for code. The layout is spacious with a 12-column grid. Key elements include large hero sections, clean white cards with thin borders, and prominent orange call-to-action buttons. Critical constraints: avoid playful or whimsical elements, never use a muted palette, and maintain generous whitespace throughout. The overall feel is authoritative, trustworthy, and technically precise.
```
