---
name: Seint Store
description: "Worth including as an example of a completely unstyled, utilitarian, and content-heavy template design."
version: alpha

colors:
  background: "#ffffff"
  primary: "#222222"
  tertiary: "#1e73be"
  neutral: "#222222"
  bg-soft: "#f7f8f9"
  line: "rgba(240, 240, 240, 1.0)"

typography:
  display:
    fontFamily: system-ui
    fontSize: 35px
    lineHeight: 1.2
    fontWeight: 700
    letterSpacing: "normal"
  body:
    fontFamily: system-ui
    fontSize: 17px
    lineHeight: 1.5
    fontWeight: 400
    letterSpacing: "normal"

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

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

---

## Overview

A functional, text-heavy directory site built on a standard blog template.

*A basic WordPress blog template used for directory listings.*

## Colors

Standard high-contrast web palette with a single functional blue accent.

- **Background (`#ffffff`)** — uses `bg` token
- **Primary text (`#222222`)** — uses `ink` token
- **Accent (`#1e73be`)** — uses `accent` token
- **Muted (`#222222`)** — uses `muted` token
- **Borders (`rgba(240, 240, 240, 1.0)`)** — uses `line` token

## Typography

- **Display:** system-ui
- **Body:** system-ui

- Base typography uses system UI fonts.
- Bold weights are used extensively for keyword emphasis.

## Layout

Standard two-column blog layout with a main content area and a sidebar on desktop.

*Rhythm:* Standard vertical rhythm primarily driven by browser defaults and basic padding values.

## Elevation & Depth

- Borders: 1px solid #f0f0f0

## Shapes

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

## Components

- **button:** Simple dark rectangular block buttons.
- **card:** None explicitly designed, just content sections.
- **chip:** None.
- **input:** Simple bordered input field with a label above it.
- **hero:** Basic image and text block without complex styling.

## Do's and Don'ts

**Don't:**
- Don't use custom fonts — screenshot shows a standard system-ui stack.
- Don't introduce complex border-radius — screenshot shows sharp, unrounded corners.
- Don't use drop shadows — screenshot shows completely flat surfaces.
- Don't apply colorful gradients — screenshot shows a plain white background.
- Don't use complex animations — screenshot shows only simple hover transitions.
- Don't use decorative illustrations — screenshot shows standard web text and a single image.

---

## System Prompt (paste into AI agent)

```
This is a basic, text-heavy directory site built on a standard WordPress template (GeneratePress). The visual style is highly utilitarian and unstyled, relying on default browser font stacks (system-ui) and a high-contrast palette of white (#ffffff) and dark gray (#222222) with a single functional blue accent (#1e73be). The layout is a standard two-column structure with a main content area and a sidebar. Interactions are limited to simple hover color changes. Critical design constraints include: do not use custom fonts, avoid rounded corners or shadows, and do not add complex animations.
```
