Away — Design System
The full decoded design system for Away: color roles, type scale, spacing, radii and paste-ready DESIGN.md / Tailwind / CSS exports.
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/away.
Tokens
Away's decoded design system: background #FFFFFF, text #111111, accent #FA4519, link #C0A42B, primary #FA4519; type scale h1 56px / h2 16px / body 14px; 4px spacing base; 3px base radius. The single interactive/action color is #FFFFFF — used only on interactive or must-notice elements (buttons, links, key highlights), never on large fills.
Color roles
| Role | Value |
|---|---|
| bg | #FFFFFF |
| surface | #F0F0F0 |
| border | #DBDBDB |
| text | #111111 |
| text_muted | #6B6B6B |
| primary | #FA4519 |
| accent | #FA4519 |
| link | #C0A42B |
| secondary | #585D47 |
| button_bg | #FFFFFF |
| button_text | #111111 |
Using these colors
- Action color
#FFFFFF— the single interactive color; only on things you click or must notice, never large fills. primary,accentare all#FA4519— one role, not several (the action color).- accent
#FA4519— accent for emphasis — keep it rare on the page. - link
#C0A42B— fails contrast on the background (~2.4:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). - secondary
#585D47— 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.
Typography
- Heading: Lyon Display
- Body: Graphik
- h1: 56px
- h2: 16px
- body: 14px
Spacing
- base unit: 4px
- scale: 2px, 4px, 5px, 6px, 8px, 10px, 12px, 16px, 20px, 24px
Radii
- base: 3px
- button: 0px
Shadows (elevation)
- subtle:
rgba(0, 0, 0, 0.24) 0px 1px 2px 0px
Motion
Micro-interactions run at 300ms (dominant) with ease.
- durations: 300ms · 500ms · 200ms
- easings:
ease·cubic-bezier(0.4, 0, 0.2, 1) - animated properties: transform, opacity, border-color, background-color
Native design tokens
| Token | Value |
|---|---|
--color-background | #ffffff |
--gradient-background | #ffffff |
--color-foreground | #111111 |
--color-black | #000000 |
--color-darkest | #111111 |
--color-dark | #666666 |
--color-neutral | #b8b8b8 |
--color-light | #f7f4f2 |
--color-lightest | #ffffff |
--color-brand-01 | #111111 |
…and 110 more measured on the page.
Button states (measured)
- primary hover: background
#111111· color#FFFFFF - primary focus: outline
2px solid rgb(0, 56, 255)
Layout (measured)
- nav: 57px
- common grid: 2 columns
Motion choreography (measured)
Load order: div.top-bar×2 → div.top-bar×2 → div.top-bar__announcement×4 → div.top-bar__announcement×2
Scroll reveal: 21 elements rest at opacity 0, animate in over 0.3s cubic-bezier(0.4, 0, 0.2, 1).
Responsive (measured)
- breakpoints: 640px · 650px · 750px · 768px · 1024px · 1280px
- mobile (390px): hero 46px · nav inline
Per-section tokens (10)
- Hero — light · bg #93B8C6 · text #836E80 · 1 col · left
- Gallery / Showcase — light · bg #F8F3F2 · text #702A1F · 1 col · left
- Gallery / Showcase — light · bg #FFFFFF · text #353331 · 1 col · left
- Feature — dark · bg #575D46 · text #D6D3CC · 1 col · left
- Gallery / Showcase — light · bg #FFFFFF · text #7F6458 · 1 col · left
- Banner — light · bg #F8F4F0 · text #ACAAA8 · 2 col · split
- Testimonial / Social Proof — light · bg #FFFFFF · text #4A4B43 · 1 col · left
- Feature — light · bg #FFFFFF · text #242423 · 2 col · split
- Gallery / Showcase — light · bg #FFFFFF · text #462F2E · 1 col · left
- Footer — light · bg #F8F4F0 · text #A6A6A4 · 1 col · left
Export: DESIGN.md
# Away — Design System > light, modern, medium, custom — deep decode (measured live) ## Colors | Role | Value | |------|-------| | bg | `#FFFFFF` | | surface | `#F0F0F0` | | border | `#DBDBDB` | | text | `#111111` | | text_muted | `#6B6B6B` | | primary | `#FA4519` | | accent | `#FA4519` | | link | `#C0A42B` | | secondary | `#585D47` | | button_bg | `#FFFFFF` | | button_text | `#111111` | **Using these colors** - **Action color** `#FFFFFF` — 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` are all `#FA4519` — one role, not several. - **accent** `#FA4519` — accent for emphasis — keep it rare on the page. - **link** `#C0A42B` — fails contrast on the background (~2.4:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). - **secondary** `#585D47` — 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): `#CAC8C4` 45% · `#FBF9F8` 12.1% · `#AF9295` 11.6% · `#7A6D74` 10.5% ## Typography - Heading: **Lyon Display** _(free fallback: Newsreader)_ - Body: **Graphik** _(free fallback: Inter)_ | Role | Size / weight · line-height · tracking | |------|------------------------------------------| | hero | 56px / 400 · lh 49px · tracking -2.24px | | h2 | 38px / 400 · lh 42px · tracking -1.14px | | h3 | 36px / 500 · lh 43px | | body | 14px / 400 · lh 17px | | small | 13px / 500 · lh 15px | | eyebrow | 14px / 500 · tracking 0.7px | - Weight ladder: 400 · 500 — use these exact measured weights, not the 400/600 defaults. > **Fonts —** Lyon Display may be proprietary — safe free fallback: Newsreader (Google Fonts). Graphik is proprietary — closest free match: Inter (Google). Load Inter; keep Graphik first so licensed users still get it. ## Spacing - base unit: 4px (inferred from the measured scale) - measured scale: 2px, 4px, 5px, 6px, 8px, 10px, 12px, 16px, 20px, 24px — snap all gaps/padding to these ## Radius - base: 3px - button: 0px - card: 50px - sharp: 2px ## Buttons | Button | Fill / text | Border | Radius | Padding | Font | Shadow | |--------|-------------|--------|--------|---------|------|--------| | primary | `#FFFFFF` / `#111111` | 1px solid rgb(255, 255, 255) | 80px | 10px 20px 10px 20px | 500 16px / 0.8px | none | | secondary | `#242426` / `#D8D8DC` | none | 90px | — | — | none | **States (measured, not guessed)** - primary hover: background `#111111` · color `#FFFFFF` - primary focus: outline `2px solid rgb(0, 56, 255)` - transition: `all 0.2s ease-in-out` ## Shadows (elevation) - subtle: `rgba(0, 0, 0, 0.24) 0px 1px 2px 0px` ## Motion - durations: 300ms (dominant) · 500ms · 200ms - easings: `ease` (dominant) · `cubic-bezier(0.4, 0, 0.2, 1)` - animated properties: transform, opacity, border-color, background-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 | |-------|-------| | `--color-background` | `#ffffff` | | `--gradient-background` | `#ffffff` | | `--color-foreground` | `#111111` | | `--color-black` | `#000000` | | `--color-darkest` | `#111111` | | `--color-dark` | `#666666` | | `--color-neutral` | `#b8b8b8` | | `--color-light` | `#f7f4f2` | | `--color-lightest` | `#ffffff` | | `--color-brand-01` | `#111111` | | `--color-brand-02` | `#f7f4f1` | | `--color-brand-03` | `#e4f5fd` | _…and 108 more measured on the page._ Prefer these names when extending their system — it's the brand's actual vocabulary. ## Layout (measured) - common grid: 2-col - nav: 57px | Section (y) | Height | Cols | Gap | Pad y | Split | |---|---|---|---|---|---| | 833 | 477 | 2 | — | 0/0 | 18/82 | | 1311 | 704 | — | — | 0/0 | — | | 2014 | 473 | — | — | 0/0 | — | | 2487 | 715 | — | — | 0/0 | — | | 3202 | 1154 | — | — | 0/0 | — | | 4356 | 670 | 2 | 45 | 0/0 | — | ## Motion choreography (measured) Load order: `div.top-bar`×2 @0ms → `div.top-bar`×2 @0ms → `div.top-bar__announcement`×4 @0ms → `div.top-bar__announcement`×2 @0ms - scroll reveal: 21 elements rest at opacity 0, animate in over 0.3s cubic-bezier(0.4, 0, 0.2, 1) (0 revealed during the drive). Rebuild the timeline, not just the durations — order, delays and staggers above are the choreography. ## Components (measured) - link: #111111 · underline - disabled: bg #FFFFFF · text #111111 ## Responsive (measured) - breakpoints: 640px · 650px · 750px · 768px · 1024px · 1280px - mobile (390px): hero 46px · body 16px · 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/away
Export: Tailwind v4 (@theme)
@theme {
/* action color #FFFFFF — the one interactive color; buttons/links/emphasis only, never large fills. */
--color-bg: #FFFFFF;
--color-surface: #F0F0F0;
--color-border: #DBDBDB;
--color-text: #111111;
--color-text-muted: #6B6B6B;
--color-primary: #FA4519; /* a brand color — but the call-to-action uses #FFFFFF, not this. */
--color-accent: #FA4519; /* accent for emphasis — keep it rare on the page. */
--color-link: #C0A42B; /* fails contrast on the background (~2.4:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). */
--color-secondary: #585D47; /* 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: #FFFFFF; /* primary-button fill — the main call-to-action color. */
--color-button-text: #111111;
/* fonts: Lyon Display may be proprietary — safe free fallback: Newsreader (Google Fonts). Graphik is proprietary — closest free match: Inter (Google). Load Inter; keep Graphik first so licensed users still get it. */
--font-heading: "Lyon Display", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-body: "Graphik", "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
/* measured weights: 400, 500 — use these, not 400/600 */
--text-hero: 56px; --font-weight-hero: 400; --leading-hero: 49px; --tracking-hero: -2.24px;
--text-h2: 38px; --font-weight-h2: 400; --leading-h2: 42px; --tracking-h2: -1.14px;
--text-h3: 36px; --font-weight-h3: 500; --leading-h3: 43px;
--text-body: 14px; --font-weight-body: 400; --leading-body: 17px;
--text-small: 13px; --font-weight-small: 500; --leading-small: 15px;
--text-eyebrow: 14px; --font-weight-eyebrow: 500; --tracking-eyebrow: 0.7px;
--radius-base: 3px;
--radius-button: 0px;
--radius-card: 50px;
--radius-sharp: 2px;
--shadow-subtle: rgba(0, 0, 0, 0.24) 0px 1px 2px 0px;
--color-btn-hover: #111111; /* measured primary hover fill */
--outline-focus: 2px solid rgb(0, 56, 255); /* measured focus ring */
--ease-brand: ease;
--duration-fast: 200ms; /* use: duration-[var(--duration-fast)] */
--duration-base: 300ms;
--duration-slow: 500ms;
--spacing: 4px; /* measured base — drives the p-*/gap-* scale. steps seen on the page: 2, 4, 5, 6, 8, 10, 12, 16, 20, 24px */
}Export: CSS variables
:root {
/* action color #FFFFFF — the one interactive color; buttons/links/emphasis only, never large fills. */
--bg: #FFFFFF;
--surface: #F0F0F0;
--border: #DBDBDB;
--text: #111111;
--text-muted: #6B6B6B;
--primary: #FA4519; /* a brand color — but the call-to-action uses #FFFFFF, not this. */
--accent: #FA4519; /* accent for emphasis — keep it rare on the page. */
--link: #C0A42B; /* fails contrast on the background (~2.4:1) — this is a dark UI color, NOT a readable link; use the text or action color for links (verify against the reference). */
--secondary: #585D47; /* 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: #FFFFFF; /* primary-button fill — the main call-to-action color. */
--button-text: #111111;
--font-heading: "Lyon Display", "Newsreader", system-ui, -apple-system, 'Segoe UI', sans-serif;
--font-body: "Graphik", "Inter", system-ui, -apple-system, 'Segoe UI', sans-serif;
--text-hero: 56px; --weight-hero: 400; --leading-hero: 49px; --tracking-hero: -2.24px;
--text-h2: 38px; --weight-h2: 400; --leading-h2: 42px; --tracking-h2: -1.14px;
--text-h3: 36px; --weight-h3: 500; --leading-h3: 43px;
--text-body: 14px; --weight-body: 400; --leading-body: 17px;
--text-small: 13px; --weight-small: 500; --leading-small: 15px;
--text-eyebrow: 14px; --weight-eyebrow: 500; --tracking-eyebrow: 0.7px;
--radius: 3px;
--radius-button: 0px;
--radius-card: 50px;
--radius-sharp: 2px;
--shadow-subtle: rgba(0, 0, 0, 0.24) 0px 1px 2px 0px;
--btn-bg-hover: #111111;
--focus-ring: 2px solid rgb(0, 56, 255);
--ease: ease;
--duration-fast: 200ms;
--duration-base: 300ms;
--duration-slow: 500ms;
}
/* their own tokens, verbatim from the site's :root */
:root {
--color-background: #ffffff;
--gradient-background: #ffffff;
--color-foreground: #111111;
--color-black: #000000;
--color-darkest: #111111;
--color-dark: #666666;
--color-neutral: #b8b8b8;
--color-light: #f7f4f2;
--color-lightest: #ffffff;
--color-brand-01: #111111;
--color-brand-02: #f7f4f1;
--color-brand-03: #e4f5fd;
}
/* fonts: Lyon Display may be proprietary — safe free fallback: Newsreader (Google Fonts). Graphik is proprietary — closest free match: Inter (Google). Load Inter; keep Graphik first so licensed users still get it. */