html, body {
  max-width: 100%;
  overflow-x: hidden;
}

a, button {
  max-width: 100%;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', system-ui, sans-serif;
  background: var(--color-bg);
  color: var(--color-text);
  line-height: 1.6;
  padding: 1rem;
}

h1, h2, h3 {
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0.5rem;
}

p {
  margin-bottom: 1rem;
}
