A digital garden of interconnected notes, learnings, and thoughts.
## Why Custom Properties? CSS custom properties (variables) enable dynamic theming and reduce repetition. `css :root { --color-primary: #4466ff; ...