
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-font-smoothing: antialiased; }
body { font-family: var(--font-body); line-height: 1.7; color: var(--color-text); background: var(--color-bg); overflow-x: hidden; }
a { color: inherit; text-decoration: none; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
ul { list-style: none; }
img { display: block; max-width: 100%; }
