* { margin: 0; padding: 0; box-sizing: border-box; }
body {
    font-family: "Inter", Arial, sans-serif;
    min-height: 100vh;
    line-height: 1.5;
    color: #1f2f35;
}
img { max-width: 100%; }
button, input, textarea, select { font: inherit; }
