html { scroll-behavior: smooth; }

.lang-btn {
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgb(148 163 184);
}
.lang-btn:hover { color: rgb(226 232 240); }

::selection { background: rgba(249, 115, 22, 0.3); color: white; }

body { -webkit-font-smoothing: antialiased; }
