A nostalgic minimal, slightly technical theme that evokes the feeling of early computing interfaces while maintaining modern usability and accessibility.
// Primary - Muted technical grays and warm accents
--bg-primary: #f8f9fa // Soft off-white background
--bg-secondary: #e9ecef // Subtle gray for cards
--bg-tertiary: #dee2e6 // Light gray for inputs
--text-primary: #2d3748 // Dark gray for primary text
--text-secondary: #4a5568 // Medium gray for secondary text
--text-muted: #718096 // Light gray for muted text
--accent-primary: #d69e2e // Warm amber for primary actions
--accent-secondary: #b7791f // Darker amber for hover states
--accent-subtle: #faf089 // Light amber for subtle highlights
--border-default: #cbd5e0 // Default border color
--border-focus: #d69e2e // Amber focus borders
// Status colors
--success: #38a169 // Muted green
--error: #e53e3e // Muted red
--warning: #dd6b20 // Muted orange
--info: #3182ce // Muted blue
--bg-secondary
--border-default
--border-default
--accent-primary
--accent-primary
background, dark text--bg-tertiary
background, dark textImportant: All headings using Instrument Serif (.font-heading) must be sized at text-2xl (24px) or larger to ensure proper readability and visual hierarchy. The serif font performs best at larger sizes and maintains the technical aesthetic when prominently displayed.