---
name: Goodfit Us
description: "This site is a strong example of a refined, minimalist design system with a clear focus on typography and a restrained color palette, making it suitable for premium product or editorial contexts."
version: alpha

colors:
  background: "#FFFFFF"
  primary: "#151523"
  tertiary: "#4E64DF"
  neutral: "#E9E9EC"
  bg-soft: "#F4F4F5"
  bg-quiet: "#F3F4F6"
  line: "rgba(21, 21, 35, 0.1)"

typography:
  display:
    fontFamily: geometric-sans
    fontSize: 24px
    lineHeight: 1.0
    fontWeight: 700
    letterSpacing: "-1px"
  body:
    fontFamily: geometric-sans
    fontSize: 16px
    lineHeight: 1.6
    fontWeight: 400
    letterSpacing: "normal"
  body-semibold:
    fontFamily: geometric-sans
    fontSize: 16px
    lineHeight: 1.6
    fontWeight: 600
    letterSpacing: "normal"

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

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

---

## Overview

A refined and minimalist e-commerce platform with strong typographic presence and a restrained, premium aesthetic.

*A well-curated gallery or boutique storefront.*

## Colors

High-contrast monochrome base with a single vibrant blue accent for interactive elements.

- **Background (`#FFFFFF`)** — uses `bg` token
- **Primary text (`#151523`)** — uses `ink` token
- **Accent (`#4E64DF`)** — uses `accent` token
- **Muted (`#E9E9EC`)** — uses `muted` token
- **Borders (`rgba(21, 21, 35, 0.1)`)** — uses `line` token

## Typography

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

## Layout

Standard 12-column grid with generous whitespace and centered content containers.

*Rhythm:* Consistent 4px grid system applied to padding and gaps.

## Elevation & Depth

- rgba(0, 0, 0, 0.06) 0px 6px 18px 0px
- rgba(21, 21, 35, 0.2) 0px 2px 4px 0px
- Borders: 1px solid rgba(21, 21, 35, 0.1) or solid dark borders for contrast

## Shapes

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

## Components

- **button:** Pill-shaped (border-radius: 100px) with solid accent color or dark background, featuring high-contrast white text.
- **card:** Rounded containers (12-20px radius) with subtle shadows and defined borders.
- **chip:** Small, rounded labels or tags, often with dark borders.
- **input:** Standard text fields with subtle borders and rounded corners.
- **hero:** Large typographic displays with prominent imagery and clear calls-to-action.

## Do's and Don'ts

**Don't:**
- Don't use multiple competing accent colors — screenshot shows a single dominant blue accent.
- Don't use serif fonts for primary body text — screenshot shows geometric sans-serif.
- Don't use sharp, square corners on primary buttons — screenshot shows pill-shaped, rounded buttons.
- Don't use overly dark or black backgrounds for main content areas — screenshot shows a predominantly white/light background.
- Don't use complex, busy background textures — screenshot shows clean, flat, or subtly gradient backgrounds.
- Don't use low contrast between text and background — screenshot shows high-contrast dark text on light backgrounds.

---

## System Prompt (paste into AI agent)

```
This is a refined, minimalist e-commerce platform with a premium, curated aesthetic. The design relies on a high-contrast monochrome base (white backgrounds, dark ink text) with a single vibrant blue accent (#4E64DF) for interactive elements. Typography is exclusively geometric sans-serif, featuring bold, tightly tracked headlines and clean body text. The layout is spacious and structured, utilizing a 12-column grid with consistent 4px spacing increments. Key components like buttons use distinct pill shapes (border-radius: 100px) and solid color fills. Critical constraints: avoid using multiple accent colors, never use serif fonts for UI text, and do not apply sharp corners to primary interactive elements. Transitions are subtle and brief (0.1s-0.15s), focusing on smooth state changes rather than complex animations.
```
