/* Compliance Adda — radius & elevation */
:root {
  --rounded-none: 0px;
  --rounded-sm: 8px;     /* inline pills, small badges */
  --rounded-md: 12px;    /* form inputs, small chrome */
  --rounded-lg: 16px;    /* mid-size cards */
  --rounded-xl: 24px;    /* THE canonical button + card radius */
  --rounded-pill: 9999px;
  --rounded-full: 9999px;

  /* Elevation: surface contrast, not shadow.
     Level 0 flat · Level 1 = 1px solid ink hairline · Level 2 = white card on sage. */
  --elevation-hairline: 1px solid var(--color-ink);
  --shadow-modal: 0 8px 32px rgba(14, 15, 12, 0.16); /* modals/toasts only */
}
