@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');

body {
  background-color: #fdfdfd;
  color: #333333;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  padding: 2rem;
  max-width: 750px;
  margin: auto;
}

h1, h2, h3, h4 {
  color: #111111;
  font-weight: 600;
}

a {
  color: #4B89BF;
  text-decoration: none;
}

a:hover {
  color: #90D5FF;
  text-decoration: underline;
}


