*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --ink: #1a1a18; --ink-mid: #3d3d3a; --ink-soft: #6b6b66; --ink-ghost: #a8a89f; --bg: #f5f3ee; --bg-card: #ffffff; --accent: #c85a1a; --accent-light: #f5e8df; --accent-mid: #e07040; --steel: #2c3e50; --steel-light: #e8edf2; --border: #e0ddd6; --border-strong: #c8c5bc; --radius-sm: 4px; --radius: 8px; --radius-lg: 16px; } html { scroll-behavior: smooth; } body { font-family: 'Vazirmatn', sans-serif; background: var(--bg); color: var(--ink); line-height: 1.75; font-size: 16px; } /* ─── HEADER ─── */ …