# DSS Best Practices & Implementation Guide **Version 1.0.0** | Last Updated: 2025-12-08 | Status: Production This document explains **how to apply** the 5 core principles in daily work. See PRINCIPLES.md for what the principles are; this document shows how to implement them. --- ## Principle 1: Design is an Architectural Concern ### How to Apply **1.1 Treat Design Tokens as Code Dependencies** Design tokens (colors, spacing, typography) are not styling suggestions—they're contracts that code depends on. ``` ❌ WRONG: