/* style.css */
:root {
  --budi-blue: #004AAD;
}
body { font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; }

/* small helpers */
.hidden { display: none; }
