MozaikaLive decode

Harviontechnologies — decoded design system

harviontechnologies.com · light · professional · tailwind · deep decode — measured live

Harviontechnologies'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/harviontechnologies.com.

Decoded design system

Harviontechnologies's decoded design system: background #FFFFFF, text #0A0A0B, accent #497D00, link #497D00, primary #497D00; type scale h1 96px / h2 72px / body 24px; 4px spacing base; 0px base radius. The single interactive/action color is #497D00 — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.

Color roles

RoleValue
bg#FFFFFF
surface#F0F0F0
border#DADADA
text#0A0A0B
text_muted#676767
primary#497D00
accent#497D00
link#497D00
secondary#EDF2E3
button_bg#497D00
button_text#F7FEE7

Using these colors

Typography

Spacing

Radii

Motion

Micro-interactions run at 300ms (dominant) with cubic-bezier(0.4, 0, 0.2, 1).

Native design tokens

TokenValue
--backgroundoklch(100% 0 0)
--foregroundoklch(14.5% 0 0)
--cardoklch(100% 0 0)
--card-foregroundoklch(14.5% 0 0)
--popoveroklch(100% 0 0)
--popover-foregroundoklch(14.5% 0 0)
--primaryoklch(53.2% .157 131.589)
--primary-foregroundoklch(98.6% .031 120.757)
--secondaryoklch(96.7% .001 286.375)
--secondary-foregroundoklch(21% .006 285.885)

…and 110 more measured on the page.

Button states (measured)

Layout (measured)

Motion choreography (measured)

Load order: div.w-2div.animate-spindiv.transition-alla.font-black×4 → button.flexa.bg-primary

Scroll reveal: 13 elements rest at opacity 0, translateY(65px), animate in over 0.7s cubic-bezier(0.4, 0, 0.2, 1).

Responsive (measured)

Install it

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

npx shadcn add mozaika.design/r/decode/harviontechnologies.com

Or as a Meta Astryx theme — a ready defineTheme file with the measured hover/press states baked in:

curl -o src/themes/harviontechnologies.theme.ts https://mozaika.design/api/astryx/decode/harviontechnologies.com.ts

registry item · astryx theme · or query it over MCP: get_design_system("Harviontechnologies")

Export: DESIGN.md

# Harviontechnologies — Design System

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

## Colors

| Role | Value |
|------|-------|
| bg | `#FFFFFF` |
| surface | `#F0F0F0` |
| border | `#DADADA` |
| text | `#0A0A0B` |
| text_muted | `#676767` |
| primary | `#497D00` |
| accent | `#497D00` |
| link | `#497D00` |
| secondary | `#EDF2E3` |
| button_bg | `#497D00` |
| button_text | `#F7FEE7` |

**Using these colors**

- **Action color** `#497D00` — the single interactive color; it appears only on things you click or must notice (buttons, key highlights), never on large fills or backgrounds.
- `primary`, `accent`, `link`, `button_bg` are all `#497D00` — one role, not several (your action color).
- **accent** `#497D00` — 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.
- **secondary** `#EDF2E3` — 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): `#CFEAF4` 32.1% · `#E6EDE5` 20.2% · `#BDC8A4` 17.4% · `#D3DABD` 10%

## Typography

- Heading: **Inter**
- Body: **Inter**
- Mono: **ui-monospace** _(measured)_

| Role | Size / weight · line-height · tracking |
|------|------------------------------------------|
| hero | 96px / 900 · lh 106px · tracking -4.8px |
| h2 | 72px / 900 · lh 76px · tracking -3.6px |
| h3 | 60px / 900 · lh 75px |
| body | 24px / 900 · lh 30px · tracking -0.6px |
| small | 20px / 600 · lh 28px |
| eyebrow | 10px / 900 · tracking 1.2px |

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

> **Fonts —** Inter — free, on Google.

## Spacing
- base unit: 4px (inferred from the measured scale)
- measured scale: 2px, 4px, 6px, 8px, 12px, 16px, 20px, 24px, 32px, 40px — snap all gaps/padding to these
- section rhythm: 128px top/bottom padding per section (measured)

## Radius
- base: 0px
- button: 3.35544e+07px
- card: 20px
- pill: 9999px

## Buttons

| Button | Fill / text | Border | Radius | Padding | Font | Shadow |
|--------|-------------|--------|--------|---------|------|--------|
| primary | `oklch(0.532 0.157 131.589)` / `oklch(0.986 0.031 120.757)` | none | 3.35544e+07px | 8px 16px 8px 16px | 900 10px / 1px | none |
| secondary | `oklab(1 0 0 / 0.5)` / `oklch(0.145 0 0)` | 1px solid oklch(0.922 0 0) | 3.35544e+07px | 28px 40px 28px 40px | 700 18px | none |

**States (measured, not guessed)**

- primary focus: outline `1px auto oklab(0.708 0 0 / 0.5)`
- secondary hover: background `oklab(0.922 0 0 / 0.5)`
- transition: `all 0.15s cubic-bezier(0.4, 0, 0.2, 1)`

## Motion
- durations: 300ms (dominant) · 150ms · 500ms
- easings: `cubic-bezier(0.4, 0, 0.2, 1)` (dominant) · `cubic-bezier(0.4, 0, 0.6, 1)`
- animated properties: color, background-color, border-color, outline-color

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 |
|-------|-------|
| `--background` | `oklch(100% 0 0)` |
| `--foreground` | `oklch(14.5% 0 0)` |
| `--card` | `oklch(100% 0 0)` |
| `--card-foreground` | `oklch(14.5% 0 0)` |
| `--popover` | `oklch(100% 0 0)` |
| `--popover-foreground` | `oklch(14.5% 0 0)` |
| `--primary` | `oklch(53.2% .157 131.589)` |
| `--primary-foreground` | `oklch(98.6% .031 120.757)` |
| `--secondary` | `oklch(96.7% .001 286.375)` |
| `--secondary-foreground` | `oklch(21% .006 285.885)` |
| `--muted` | `oklch(97% 0 0)` |
| `--muted-foreground` | `oklch(55.6% 0 0)` |

_…and 108 more measured on the page._

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

## Layout (measured)
- container max 1280px · common grid: 12-col
- nav: 76px fixed · backdrop blur(39.7914px) · border-bottom 1px solid oklab(0.999994 0.0000455678 0.0000200868 / 0.198957) · bg oklab(0.999994 0.0000455678 0.0000200868 / 0.397914)

| Section (y) | Height | Cols | Gap | Pad y | Split |
|---|---|---|---|---|---|
| 900 | 694 | 12 | 32 | 128/128 | — |
| 1594 | 1072 | 12 | 48 | 128/128 | — |
| 2666 | 787 | 3 | 32 | 120/120 | — |
| 3453 | 1159 | 2 | — | 120/120 | 40/60 |

## Motion choreography (measured)
Load order: `div.w-2` @0ms → `div.animate-spin` @0ms → `div.transition-all` @827ms → `a.font-black`×4 @827ms → `button.flex` @827ms → `a.bg-primary` @828ms
- `div.w-2` — opacity 1→1 — 2000ms cubic-bezier(0.4, 0, 0.6, 1) · loops
- `div.animate-spin` — transform none→rotate(360deg) — 1000ms · loops
- scroll reveal: 13 elements rest at opacity 0, translateY(65px), animate in over 0.7s cubic-bezier(0.4, 0, 0.2, 1) (5 revealed during the drive).

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

## Components (measured)
- card ×4: pad 0px 0px 0px 0px · r 44.8px · border 8px solid oklch(1 0 0) · bg oklch(1 0 0)
  - hover: font-weight `400` · letter-spacing `normal` · transform `matrix(0.857513, -0.0423717, 0.0423717, 0.857513, -94.294, 0)`

## Responsive (measured)
- breakpoints: 640px · 768px
- mobile (390px): hero 48px · body 16px · nav: hamburger

## 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/decode/harviontechnologies.com

← 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 Harviontechnologies's publicly-visible CSS (colors, fonts, spacing, motion) — not affiliated with harviontechnologies.com. No screenshots stored. Removal requests: hello@mozaika.design.