/* Local font fallback for static deployment */
:root { --kk8-font: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
body, button, input, select, textarea { font-family: var(--kk8-font); }
