---
name: Onroadmap
description: "This site is a great example of how a vibrant, multi-colored accent system can work within a highly restrained, clean layout to create a professional yet approachable product tool."
version: alpha

colors:
  background: "#FFFFFF"
  primary: "#000000"
  secondary: "#222222"
  neutral: "#999999"
  bg-soft: "#FAFAFA"
  bg-quiet: "#F3F3F3"
  line: "rgba(243, 243, 243, 1)"

typography:
  display:
    fontFamily: geometric-sans
    fontSize: 40px
    lineHeight: 1.0
    fontWeight: 700
    letterSpacing: "-0.5px"
  h2:
    fontFamily: humanist-sans
    fontSize: 32px
    lineHeight: 1.2
    fontWeight: 700
    letterSpacing: "-0.25px"
  h3:
    fontFamily: humanist-sans
    fontSize: 21px
    lineHeight: 1.3
    fontWeight: 500
    letterSpacing: "0px"
  body:
    fontFamily: humanist-sans
    fontSize: 16px
    lineHeight: 1.75
    fontWeight: 400
    letterSpacing: "0px"
  caption:
    fontFamily: humanist-sans
    fontSize: 14px
    lineHeight: 1.7
    fontWeight: 400
    letterSpacing: "0px"

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

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

---

## Overview

A minimalist roadmap tool for aligning teams and visualizing priorities.

*A clean whiteboard for team priorities*

## Colors

Neutral canvas with vibrant, multi-colored accents representing roadmap tracks.

- **Background (`#FFFFFF`)** — uses `bg` token
- **Primary text (`#000000`)** — uses `ink` token
- **Secondary text (`#222222`)** — uses `ink-soft` token
- **Muted (`#999999`)** — uses `muted` token
- **Borders (`rgba(243, 243, 243, 1)`)** — uses `line` token

## Typography

- **Display:** geometric-sans
- **Body:** humanist-sans

- Headlines use bold weight with tight letter spacing
- Body text maintains generous line height for readability
- Secondary text uses muted ink color

## Layout

Single-column vertical flow with centered content blocks.

*Rhythm:* Generous vertical rhythm between sections, with tight internal padding for cards and buttons.

## Elevation & Depth

- 0 8px 16px rgba(0, 0, 0, 0.16)
- 0 4px 16px rgba(0, 0, 0, 0.32)
- 0 0 0 3px rgb(243, 243, 243)
- Borders: Subtle 2px solid borders for active states, otherwise borderless or using box-shadow for depth.

## Shapes

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

## Components

- **button:** High contrast black with white text and rounded pill shape.
- **card:** White or soft gray backgrounds with subtle borders or box-shadows for elevation.
- **chip:** Colorful labels (green, pink, purple) with pill shape and colored box-shadows.
- **input:** Not fully visible, but likely minimal with subtle borders.
- **hero:** Centered layout with large gradient sphere logo, bold dual-tone headline, and primary CTA.

## Do's and Don'ts

**Don't:**
- Don't use decorative or serif fonts — screenshot shows clean geometric sans-serif headlines.
- Don't add complex drop shadows — screenshot shows subtle, soft box-shadows.
- Don't use a busy or dark background — screenshot shows a predominantly white canvas.
- Don't clutter the hero section — screenshot shows ample white space around central elements.
- Don't use rounded squares for badges — screenshot shows pill-shaped labels.
- Don't use heavy borders on cards — screenshot shows cards separated by subtle shadows or background changes.

---

## System Prompt (paste into AI agent)

```
This is a minimalist SaaS roadmap tool website. It uses a clean white background with black text for maximum readability. Typography is a geometric sans-serif for headlines and humanist sans-serif for body text. Key colors are neutral black, white, and gray, with vibrant multi-colored accents (green, pink, purple, blue) used only for status badges and roadmap track indicators. The layout is centered with generous spacing. Critical don'ts: never use decorative fonts, never add complex shadows, never clutter the interface with unnecessary elements. The design prioritizes clarity and focus.
```
