Colophon
How this site was built.
Tech Stack
Typography
This site uses a deliberate three-font system. Each typeface has a specific voice and purpose. “What and why” gets General Sans. “How and with what” gets Space Grotesk. The thing itself gets JetBrains Mono.
General Sans
The StrategistPage titles, section headings, navigation. The voice of strategy and narrative.
The quick brown fox jumps over the lazy dog.
--font-family-displaySpace Grotesk
The BuilderTechnical details, tech stack labels, metadata. The voice of how things were built.
The quick brown fox jumps over the lazy dog.
--font-family-technicalInter
Body TextAll paragraph text, descriptions, and long-form reading.
The quick brown fox jumps over the lazy dog.
--font-family-bodyJetBrains Mono
The CodeInline code, code blocks, terminal references, and technical specifications.
const site = await build(ideas);
--font-family-monoDesign Principles
- Tokens, not hardcodes. Every color, spacing value, and font size comes from CascadeDS design tokens.
- Dark mode first. Designed in dark mode, then verified in light. Both themes use the same token system.
- No Tailwind. CSS Modules with design tokens. Styles are co-located with components.
- Server-first. Every page is a server component. Client code only where interaction requires it.
Credits
Designed and built by Britton Lorentzen. Powered by CascadeDS, an Empac project.