---
name: Aave
description: "This site is a masterclass in applying 'mobile-first' fintech aesthetics to a decentralized web protocol, making complex DeFi concepts feel simple and trustworthy."
version: alpha

colors:
  background: "#FFFFFF"
  primary: "#212121"
  secondary: "#636161"
  tertiary: "#9787FF"
  neutral: "#E0DFFF"
  bg-soft: "#F3F3F8"
  line: "rgba(0,0,0,0.05)"

typography:
  display:
    fontFamily: geometric-sans
    fontSize: 72px
    lineHeight: 1.1
    fontWeight: 500
    letterSpacing: "-3.6px"
  headline:
    fontFamily: geometric-sans
    fontSize: 40px
    lineHeight: 1.2
    fontWeight: 500
    letterSpacing: "-0.5px"
  body:
    fontFamily: geometric-sans
    fontSize: 16px
    lineHeight: 1.5
    fontWeight: 400
    letterSpacing: "-0.1px"
  caption:
    fontFamily: geometric-sans
    fontSize: 14px
    lineHeight: 1.2
    fontWeight: 500
    letterSpacing: "0.1px"

rounded:
  sm: 8px
  md: 12px
  lg: 20px
  pill: 9999px

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

---

## Overview

A decentralized savings platform that makes earning yield as simple as using a mobile banking app.

*A clean, modern fintech bank branch adapted for DeFi, focusing on accessibility and trust.*

## Colors

High-contrast black ink on soft, off-white surfaces with a single vibrant lavender accent for primary actions.

- **Background (`#FFFFFF`)** — uses `bg` token
- **Primary text (`#212121`)** — uses `ink` token
- **Secondary text (`#636161`)** — uses `ink-soft` token
- **Accent (`#9787FF`)** — uses `accent` token
- **Muted (`#E0DFFF`)** — uses `muted` token
- **Borders (`rgba(0,0,0,0.05)`)** — uses `line` token

## Typography

- **Display:** geometric-sans
- **Body:** geometric-sans
- **Mono:** mono

- Use tight letter spacing (-3.6px) for large display text.
- Primary body text should use a weight of 400.
- Headlines use a weight of 500.

## Layout

Centered single-column hero, transitioning to a 2-column grid for feature cards below the fold.

*Rhythm:* 8px base grid, vertically stacked with generous padding between sections.

## Elevation & Depth

- 0 6px 20px rgba(0, 0, 0, 0.05)
- 0 0 0 1px rgba(0, 0, 0, 0.06)
- Borders: Very subtle 1px borders using rgba(0, 0, 0, 0.06).

## Shapes

- `sm`: 8px
- `md`: 12px
- `lg`: 20px
- `pill`: 9999px

## Components

- **button:** High-contrast primary buttons (lavender bg, white text) and subtle secondary buttons (light lavender bg, purple text). Fully rounded (pill shape).
- **card:** Soft, slightly rounded cards (radius 12-20px) on a very subtle background with minimal borders.
- **chip:** Not prominently featured, but tag-like elements use the muted lavender background.
- **input:** Not visible in the provided screenshots.
- **hero:** A centered, text-heavy hero with a massive 72px display font, a descriptive subtitle, and two side-by-side CTAs.

## Do's and Don'ts

**Don't:**
- Don't use serif fonts — screenshot shows a geometric sans-serif for all text.
- Don't use dark mode as the default — screenshot shows a predominantly white and light-gray interface.
- Don't use sharp, square corners on primary elements — screenshot shows heavily rounded pills and soft radii.
- Don't use high-contrast, saturated red or green for accents — screenshot uses a muted lavender as the primary accent.
- Don't center-align all text — screenshot uses left-alignment for body copy and feature descriptions.
- Don't use drop shadows for depth — screenshot uses very subtle, low-opacity borders or flat color differences for separation.

---

## System Prompt (paste into AI agent)

```
Aave is a decentralized finance (DeFi) protocol landing page designed to look like a premium, accessible fintech mobile app. The design DNA is built on a foundation of geometric sans-serif typography, a high-contrast black-on-white color palette, and a single vibrant lavender (#9787FF) accent for primary actions. The layout is clean, spacious, and centered around a massive hero headline. Critical constraints: always use a fully rounded 'pill' shape for primary buttons, keep the interface strictly light-themed with soft off-white backgrounds, and maintain extreme typographic hierarchy with tight letter spacing on large display text. Never introduce cluttered borders, dark backgrounds, or non-geometric font styles.
```
