/* Fonts & reset */
body {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  background: #f4f4f9;
  color: #333;
  line-height: 1.6;
}
