:root { font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif; line-height: 1.5; font-weight: 400; color: #222; background-color: #ffffff; font-synthesis: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } body { margin: 0; } /* Input styling: */ :root { --radius-inputs: 0.25em; } select, textarea, input[type="text"] { border-radius: var(--radius-inputs); }