> From [PageWeave Design](https://pageweave-design.pageweave.site) — a working library for agentic web development. Full index: [llms.txt](https://pageweave-design.pageweave.site/llms.txt)

# Paper Press

Light editorial — parchment, warm ink, oxblood rules

- Category: Themes
- Swatches: #f7f2e7 #211d17 #96371c #274060
- Tags: light editorial parchment serif print

## About this theme

The daylight sibling of Ember Desk: unbleached parchment, warm-black ink, oxblood accents. Built for editorial and long-form sites that want print credibility — it reads like a well-made book rather than an app.

## Apply it

Paste into `update_theme` as-is. Light themes don't need `color-scheme: dark`; the explicit `light` keeps browser chrome consistent.

## Pair with

- Display: **Fraunces** or Libre Caslon Text
- Body: **Source Serif 4** at 17–18px
- Labels: **Archivo** caps with tracking

## Where it works

Essays, magazines, agency case studies, museum/archives. Rules and hairlines carry structure — keep borders visible and shadows off.

## Tuning

- Colder document feel: hue 85 → 105, drop secondary entirely.
- Need more sections? Use base-200 panels sparingly; parchment darkens visibly when stacked.

## Theme CSS — paste into update_theme

```css
color-scheme: light;
--color-base-100: oklch(0.955 0.014 88);
--color-base-200: oklch(0.92 0.02 88);
--color-base-300: oklch(0.87 0.025 88);
--color-base-content: oklch(0.24 0.018 70);
--color-primary: oklch(0.48 0.14 38);
--color-primary-content: oklch(0.97 0.01 88);
--color-secondary: oklch(0.45 0.09 255);
--color-secondary-content: oklch(0.97 0.01 88);
--color-accent: oklch(0.55 0.09 155);
--color-accent-content: oklch(0.97 0.01 88);
--color-neutral: oklch(0.32 0.015 70);
--color-neutral-content: oklch(0.94 0.014 88);
--color-info: oklch(0.5 0.1 240);
--color-info-content: oklch(0.97 0.01 88);
--color-success: oklch(0.52 0.11 150);
--color-success-content: oklch(0.97 0.01 88);
--color-warning: oklch(0.68 0.13 75);
--color-warning-content: oklch(0.22 0.03 75);
--color-error: oklch(0.5 0.19 28);
--color-error-content: oklch(0.97 0.01 88);
--radius-selector: 0rem;
--radius-field: 0rem;
--radius-box: 0rem;
--size-selector: 0.25rem;
--size-field: 0.25rem;
--border: 1px;
--depth: 0;
--noise: 1;
```