---
name: Soussfurniture
description: "Exemplary minimalism that demonstrates how extreme restraint in color and typography can create a distinctive, memorable product experience."
version: alpha

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

typography:
  display:
    fontFamily: geometric-sans
    fontSize: 48px
    lineHeight: 1.0
    fontWeight: 400
    letterSpacing: "-0.5px"
  body:
    fontFamily: geometric-sans
    fontSize: 16px
    lineHeight: 1.5
    fontWeight: 400
    letterSpacing: "0"
  caption:
    fontFamily: geometric-sans
    fontSize: 30px
    lineHeight: 1.0
    fontWeight: 400
    letterSpacing: "0"

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

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

---

## Overview

Minimalist product catalog showcasing furniture pieces through interactive text-driven navigation.

*A curated showroom where furniture speaks for itself*

## Colors

Absolute monochrome—black text on a muted warm gray canvas with zero chromatic variation.

- **Background (`#D6D5CF`)** — 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:** geometric-sans
- **Body:** geometric-sans

- All text weight is consistently 400
- Underlines indicate active/selected product states
- Navigation uses sentence case with no decorative styling

## Layout

Asymmetric layout with fixed header, centered text block, and floating product silhouettes

*Rhythm:* Loose vertical rhythm with generous padding around interactive elements

## Elevation & Depth

- Borders: No visible borders—layout relies on typography and negative space alone

## Shapes

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

## Components

- **button:** No traditional buttons—entire product name strings are clickable with underline hover state
- **card:** No card containers—products are represented as floating silhouettes on the background
- **hero:** Full-viewport text-driven product selector with interactive underline states

## Do's and Don'ts

**Don't:**
- don't add vibrant colors — screenshot shows exclusively monochrome palette
- don't use heavy font weights — screenshot shows consistent weight 400 throughout
- don't create card-based layouts — screenshot shows floating silhouettes on flat background
- don't add decorative borders or dividers — screenshot shows clean typography-only separation
- don't use multiple font families — screenshot shows single geometric sans throughout
- don't add shadow effects to elements — screenshot shows completely flat design

---

## System Prompt (paste into AI agent)

```
Souss Furniture is a minimalist product catalog for furniture pieces. The design uses a monochrome palette: #D6D5CF background with #000000 text. Typography is a geometric sans-serif (acumin-pro) at weight 400 throughout, with 48px for product listings and 16px for navigation. Layout is asymmetric with a fixed top header, centered text block listing products, and floating product silhouettes. Interaction relies on text underlines to indicate selection states. Critical donts: Never add vibrant colors—the design is strictly monochrome. Never use heavy font weights—all text is weight 400. Never create card-based layouts—products float as silhouettes. Never add decorative borders—separation is purely typographic. Never use multiple font families—consistency is key. Never add shadow effects—design is completely flat.
```
