* {
  box-sizing: border-box;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, sans-serif;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  min-height: 100vh;
  background: #f8fafc;
  color: #0f172a;
}
button,
input,
textarea,
select {
  font: inherit;
}
textarea,
input {
  font-family: inherit;
}
