@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root { color-scheme:light; }
* { box-sizing:border-box; }
html,body { margin:0; min-height:100%; font-family:'Inter','Segoe UI',sans-serif; background:#f4f7f7; }
button,input,select { font:inherit; }
button { cursor:pointer; }
h1:focus { outline:none; }
.blazor-error-boundary { padding:1rem; color:white; background:#b32121; }
