*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--potato-font-main); background-color: var(--potato-bg-main); color: var(--potato-text-main); line-height: 1.62; direction: rtl; -webkit-font-smoothing: antialiased; }
.potato-container { width: 90%; max-width: 1000px; margin: 0 auto; }
.section { padding: var(--potato-space-lg) 0; }
a { text-decoration: none; color: inherit; }
