MozaikaLive decode

Graza — decoded design system

graza.co · light · modern · tailwind · deep decode — measured live

Graza's design system, decoded live by Mozaika: measured color roles, type scale, buttons with real hover/focus states, motion and the brand's own tokens.

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/decode/graza.co.

Decoded design system

Graza's decoded design system: background #F6E6D9, text #3C422E, accent #D1E030, link #F6E6D9, primary #3C422E; type scale h1 120px / h2 102px / body 16px; 5px spacing base; 8px base radius. The single interactive/action color is #FFF4EC — 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#F6E6D9
secondary#F6E6D9
button_bg#FFF4EC
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)

Install it

Drop this measured system into any shadcn/Tailwind project in one command:

npx shadcn add mozaika.design/r/decode/graza.co

registry item · or query it over MCP: get_design_system("Graza")

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 | `#F6E6D9` |
| secondary | `#F6E6D9` |
| button_bg | `#FFF4EC` |
| button_text | `#3C422E` |

**Using these colors**

- **Action color** `#FFF4EC` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `link`, `secondary` are all `#F6E6D9` — one role, not several.
- **accent** `#D1E030` — accent for emphasis — keep it rare on the page.
- **primary** `#3C422E` — ≈ the text color — a foreground/text color, not an action color (action = #FFF4EC).
- **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: 32px
- 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.

← All decoded design systems

Mozaika is an MCP-native design-reference library for AI coding agents: real products decoded into measured design systems, full-page screens, sliced sections with per-section specs, and ordered user flows. Connect your agent over MCP.

An automated reading of Graza's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with graza.co. No screenshots stored. Removal requests: hello@mozaika.design.