/* Square UI site-wide: zero radius (overrides Tailwind rounded-*). */
html,
html * {
  border-radius: 0 !important;
}
