This guide exists to keep Atkinson Aerial's visual identity consistent across every touchpoint. If you're a collaborator, vendor, or developer — start here.
A complete visual reference for colors, typography, spacing, components, and voice used across atkinsonaerial.com. Every decision documented, every token named, every pattern explained.
CSS Custom Properties
--orange: #ea580c; --orange-light: #fb923c; --orange-deep: #c2410c; --stone: #1c1917; --stone-mid: #44403c; --stone-light: #78716c; --stone-200: #d6d3d1; --cream: #fafaf9; --rule: #e7e5e4;
An editorial serif with optical sizing, used exclusively for all headings. Weight 300 is the primary weight — it creates an airy, high-end editorial feel. Italics in orange communicate personality and warmth.
A clean, geometric sans-serif for body copy, labels, buttons, navigation, and UI elements. Its clarity ensures legibility at small sizes while feeling modern and refined alongside Newsreader.
radial-gradient(circle, rgba(28,25,23,0.07) 1px, transparent 1px) 28px 28px
radial-gradient(circle, rgba(255,255,255,0.07) 1px, transparent 1px) 28px 28px
/* Standard micro-interaction */ transition: transform 0.25s ease, box-shadow 0.25s ease; /* Color / bg changes */ transition: background 0.2s, color 0.2s; /* Scroll reveal */ transition: opacity 0.55s ease, transform 0.55s ease; /* Orange sweep on cards */ transition: width 0.3s ease;