/* Base resets & typography */
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: #333;
}
a {
  text-decoration: none;
  color: inherit;
}
