
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg-main);
  color: var(--text-main);
  font-family: Inter, sans-serif;
  overflow-x: hidden;
}

section {
  position: relative;
  z-index: 2;
}
