/* Bluebird Infotech — Border-radius tokens
   Pill is the only button shape; full = circular. */

:root {
  --radius-xs: 2px;     /* anchor / link decoration corners */
  --radius-sm: 6px;     /* chips, sub-nav tabs, sticky-note corner */
  --radius-md: 8px;     /* inputs, list items, image frames */
  --radius-lg: 24px;    /* pricing cards, color-block sections */
  --radius-xl: 32px;    /* hero feature panels, oversized callouts */
  --radius-pill: 50px;  /* all text CTAs */
  --radius-full: 9999px;/* circular icon buttons, checkmark glyphs */
}
