Design System
The visual foundation for all tools hosted on allenmccarty.ca.
01. Color Palette
Brand Sky
sky-600 (#0284c7)
Primary Text
Adaptive (Slate-900/White)
Background
Adaptive (Slate-50/950)
Card Surface
Adaptive (White/Slate-900)
02. Typography
Display Header
Inter Black (900) / Tracking Tight
Body text is clean and legible using the Inter typeface, balanced with ample line height for focus.
Inter Regular (400) / Leading Relaxed
const developerMode = true;
JetBrains Mono / For data and code results
03. Component Boilerplate
The Tool Card
Example Tool
Clean card surface with adaptive borders.
Primary Button
Secondary Action
Form Inputs
04. Design Principles
Generous Spacing
Use p-8 to p-12 for containers. Avoid crowding elements; let the layout breathe.
Soft Corners
Main cards use rounded-3xl. Interactive elements like buttons and inputs use rounded-xl.
Browser First
Prioritize client-side logic. Keep everything in a single HTML file for instant portability.