/* Base resets — kept minimal, Tailwind handles the rest */
body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    margin: 0;
}

button, input, select, textarea {
    font-family: inherit;
}

* {
    box-sizing: border-box;
}

iframe {
    display: block;
}

