body {
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fafafa;
}

h1, h2, h3 {
  font-weight: 700;
  letter-spacing: -0.5px;
}

*, *::before, *::after {
  box-sizing: border-box;
}

