MozaikaDesign system

Graza — Design System

light · modern · medium · tailwind · confidence 92% · deep decode

The full decoded design system for Graza: color roles, type scale, spacing, radii and paste-ready DESIGN.md / Tailwind / CSS exports.

Open in Mozaika →

This is a static, crawlable rendering for search & AI engines. The interactive version — filters, live decode console, copy & export — is at https://mozaika.design/ds/graza.

Tokens

Graza's decoded design system: background #F6E6D9, text #3C422E, accent #D1E030, link #D1E030, primary #3C422E; type scale h1 72px / h2 16px / body 16px; 5px spacing base; 8px base radius. The single interactive/action color is #D1E030 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#F6E6D9
surface#EADCCE
border#DACDBF
text#3C422E
text_muted#82806E
primary#3C422E
accent#D1E030
link#D1E030
secondary#F6E6D9
button_bg#D1E030
button_text#3C422E

Using these colors

Typography

Spacing

Radii

Motion

Micro-interactions run at 250ms (dominant) with ease-in-out.

Native design tokens

TokenValue
--oke-button-backgroundColor#d1e030
--oke-button-backgroundColorHover#d1e030
--oke-button-backgroundColorActive#d1e030
--oke-button-textColor#3c422e
--oke-button-textColorHover#3c422e
--oke-button-textColorActive#3c422e
--oke-button-borderColor#3c422e
--oke-button-borderColorHover#3c422e
--oke-button-borderColorActive#3c422e
--oke-border-color#3c422e

…and 64 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.absolute×2 → div.marquee-inner×12 → div.stickydiv.absolutespan.lg:scale-150svg.animate--spin×12

Scroll reveal: 5 elements rest at opacity 0, animate in over 300ms.

Overlay recipe (measured)

dialog panel: #FFF4EC · radius 0px

Responsive (measured)

Per-section tokens (11)

Export: DESIGN.md

# Graza — Design System

> light, modern, medium, tailwind — deep decode (measured live)

## Colors

| Role | Value |
|------|-------|
| bg | `#F6E6D9` |
| surface | `#EADCCE` |
| border | `#DACDBF` |
| text | `#3C422E` |
| text_muted | `#82806E` |
| primary | `#3C422E` |
| accent | `#D1E030` |
| link | `#D1E030` |
| secondary | `#F6E6D9` |
| button_bg | `#D1E030` |
| button_text | `#3C422E` |

**Using these colors**

- **Action color** `#D1E030` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `accent`, `link`, `button_bg` are all `#D1E030` — one role, not several (your action color).
- **accent** `#D1E030` — THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed.
- **primary** `#3C422E` — ≈ the text color — a foreground/text color, not an action color (action = #D1E030).
- **secondary** `#F6E6D9` — optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two.
- **Page coverage** (full-page screenshot pixels): `#656458` 35.2% · `#7B796B` 30.7% · `#231D1B` 12.3% · `#3F3830` 11.4%

## Typography

- Heading: **ITC Garamond Condensed** _(free fallback: Newsreader)_
- Body: **Apercu** _(free fallback: Newsreader)_
- Mono: **GT Alpina Typewriter**

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 120px / 400 · lh 120px · tracking -3.6px |
| h2 | 102px / 400 · lh 92px · tracking -2.16px |
| h3 | 72px / 400 · lh 72px · tracking -2.16px |
| body | 16px / 500 · lh 24px |
| small | 13px / 400 · lh 13px |

- Weight ladder: 400 · 500 · 600 — use these exact measured weights, not the 400/600 defaults.

> **Fonts —** ITC Garamond Condensed may be proprietary — safe free fallback: Newsreader (Google Fonts). Apercu may be proprietary — safe free fallback: Newsreader (Google Fonts).

## Spacing
- base unit: 5px (inferred from the measured scale)
- measured scale: 8px, 10px, 16px, 20px, 24px, 30px, 32px, 35px, 36px, 40px — snap all gaps/padding to these

## Radius
- base: 8px
- button: 0px
- card: 20px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `#FFF4EC` / `#3C422E` | 1px solid rgb(60, 66, 46) | 32px | 0px 0px 0px 0px | 500 16px | none |
| secondary | `#FFF4EC` / `#3C422E` | none | 0px | — | — | none |

**States (measured, not guessed)**

- primary hover: background `#D1E030`
- primary focus: outline `2px solid rgb(60, 66, 30)`
- transition: `background-color 0.25s ease-in-out`

## Motion
- durations: 250ms (dominant) · 3000ms · 2000ms
- easings: `ease-in-out` (dominant) · `linear`
- animated properties: background-color, border-color, color, fill

Micro-interactions use the dominant duration + easing; nothing on the page animates slower than the longest duration above — don't invent springier motion.

## Their own tokens (verbatim from :root)

| Token | Value |
|-------|-------|
| `--oke-button-backgroundColor` | `#d1e030` |
| `--oke-button-backgroundColorHover` | `#d1e030` |
| `--oke-button-backgroundColorActive` | `#d1e030` |
| `--oke-button-textColor` | `#3c422e` |
| `--oke-button-textColorHover` | `#3c422e` |
| `--oke-button-textColorActive` | `#3c422e` |
| `--oke-button-borderColor` | `#3c422e` |
| `--oke-button-borderColorHover` | `#3c422e` |
| `--oke-button-borderColorActive` | `#3c422e` |
| `--oke-border-color` | `#3c422e` |
| `--oke-text-primaryColor` | `#3c422e` |
| `--oke-text-secondaryColor` | `#3c422e` |

_…and 62 more measured on the page._

Prefer these names when extending their system — it's the brand's actual vocabulary.

## Layout (measured)
- container max 1440px
- nav: 8595px

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 1012 | 744 | — | — | 0/0 | — |
| 1756 | 2451 | — | — | 0/0 | — |
| 4197 | 1083 | — | — | 0/0 | — |

## Motion choreography (measured)
Load order: `div.absolute`×2 @0ms → `div.marquee-inner`×12 @1ms → `div.sticky` @780ms → `div.absolute` @780ms → `` @780ms → `svg.animate--spin`×12 @780ms
- `svg.animate--spin` ×12 — transform rotate(0deg)→rotate(360deg) — 3000ms · loops
- `p.absolute` — opacity 0→0 · transform rotate(-20deg) translate(50px, -10px)→rotate(0deg) translate(70px, -40px) — 2000ms · loops
- `div.marquee-inner` ×10 — transform translateX(0px)→translateX(-100%) — 20000ms · loops
- `span.marker` — opacity 0→0 — 2000ms ease-in-out · loops
- scroll reveal: 5 elements rest at opacity 0, animate in over 300ms (1 revealed during the drive).
- overlay dialog (auto-opened): panel #FFF4EC · r 0px

Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography.

## Responsive (measured)
- breakpoints: 375px · 640px · 680px · 768px · 1024px · 1200px
- mobile (390px): hero 46px · body 15px · nav: inline

## How to apply
Paste the Tailwind `@theme` (or CSS variables) as your base, then build each
section to its spec — verify every color, radius, and font against these tokens.
Hover/focus states, shadows and motion timings above are measured from the live page — match them exactly, don't re-guess them.

---

> **Decoded with Mozaika** — measured live, not guessed. Full decoded design system + one-command install: mozaika.design/ds/graza

Export: Tailwind v4 (@theme)

@theme {
  /* action color #D1E030 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --color-bg: #F6E6D9;
  --color-surface: #EADCCE;
  --color-border: #DACDBF;
  --color-text: #3C422E;
  --color-text-muted: #82806E;
  --color-primary: #3C422E;  /* ≈ the text color — a foreground/text color, not an action color (action = #D1E030). */
  --color-accent: #D1E030;  /* THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed. */
  --color-link: #D1E030;  /* inline text links — shares the action color. */
  --color-secondary: #F6E6D9;  /* optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two. */
  --color-button-bg: #D1E030;  /* primary-button fill — the main call-to-action color. */
  --color-button-text: #3C422E;
  /* fonts: ITC Garamond Condensed may be proprietary — safe free fallback: Newsreader (Google Fonts). Apercu may be proprietary — safe free fallback: Newsreader (Google Fonts). */
  --font-heading: "ITC Garamond Condensed", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Apercu", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: "GT Alpina Typewriter", ui-monospace, monospace;
  /* measured weights: 400, 500, 600 — use these, not 400/600 */
  --text-hero: 120px; --font-weight-hero: 400; --leading-hero: 120px; --tracking-hero: -3.6px;
  --text-h2: 102px; --font-weight-h2: 400; --leading-h2: 92px; --tracking-h2: -2.16px;
  --text-h3: 72px; --font-weight-h3: 400; --leading-h3: 72px; --tracking-h3: -2.16px;
  --text-body: 16px; --font-weight-body: 500; --leading-body: 24px;
  --text-small: 13px; --font-weight-small: 400; --leading-small: 13px;
  --radius-base: 8px;
  --radius-button: 0px;
  --radius-card: 20px;
  --radius-pill: 9999px;
  --color-btn-hover: #D1E030;  /* measured primary hover fill */
  --outline-focus: 2px solid rgb(60, 66, 30);  /* measured focus ring */
  --ease-brand: ease-in-out;
  --duration-fast: 250ms;  /* use: duration-[var(--duration-fast)] */
  --duration-base: 2000ms;
  --duration-slow: 3000ms;
  --spacing: 5px;  /* measured base — drives the p-*/gap-* scale. steps seen on the page: 8, 10, 16, 20, 24, 30, 32, 35, 36, 40px */
}

Export: CSS variables

:root {
  /* action color #D1E030 — the one interactive color; buttons/links/emphasis only, never large fills. */
  --bg: #F6E6D9;
  --surface: #EADCCE;
  --border: #DACDBF;
  --text: #3C422E;
  --text-muted: #82806E;
  --primary: #3C422E;  /* ≈ the text color — a foreground/text color, not an action color (action = #D1E030). */
  --accent: #D1E030;  /* THE accent / action color — interactive & must-notice only (buttons, links, focus, one key highlight); never large fills or backgrounds. Scarcity is what makes it read as designed. */
  --link: #D1E030;  /* inline text links — shares the action color. */
  --secondary: #F6E6D9;  /* optional secondary accent — LOW decode confidence; use rarely (a status color or a single decorative moment) or omit it entirely. Prefer one accent unless the reference clearly shows two. */
  --button-bg: #D1E030;  /* primary-button fill — the main call-to-action color. */
  --button-text: #3C422E;
  --font-heading: "ITC Garamond Condensed", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: "Apercu", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: "GT Alpina Typewriter", ui-monospace, monospace;
  --text-hero: 120px; --weight-hero: 400; --leading-hero: 120px; --tracking-hero: -3.6px;
  --text-h2: 102px; --weight-h2: 400; --leading-h2: 92px; --tracking-h2: -2.16px;
  --text-h3: 72px; --weight-h3: 400; --leading-h3: 72px; --tracking-h3: -2.16px;
  --text-body: 16px; --weight-body: 500; --leading-body: 24px;
  --text-small: 13px; --weight-small: 400; --leading-small: 13px;
  --radius: 8px;
  --radius-button: 0px;
  --radius-card: 20px;
  --radius-pill: 9999px;
  --btn-bg-hover: #D1E030;
  --focus-ring: 2px solid rgb(60, 66, 30);
  --ease: ease-in-out;
  --duration-fast: 250ms;
  --duration-base: 2000ms;
  --duration-slow: 3000ms;
}

/* their own tokens, verbatim from the site's :root */
:root {
  --oke-button-backgroundColor: #d1e030;
  --oke-button-backgroundColorHover: #d1e030;
  --oke-button-backgroundColorActive: #d1e030;
  --oke-button-textColor: #3c422e;
  --oke-button-textColorHover: #3c422e;
  --oke-button-textColorActive: #3c422e;
  --oke-button-borderColor: #3c422e;
  --oke-button-borderColorHover: #3c422e;
  --oke-button-borderColorActive: #3c422e;
  --oke-border-color: #3c422e;
  --oke-text-primaryColor: #3c422e;
  --oke-text-secondaryColor: #3c422e;
}
/* fonts: ITC Garamond Condensed may be proprietary — safe free fallback: Newsreader (Google Fonts). Apercu may be proprietary — safe free fallback: Newsreader (Google Fonts). */