/* ===========================================================================
   Dina's Fine Arts — Border radius tokens
   Generous radii to match the rounded display character.
   =========================================================================== */

:root {
  --radius-xs: 6px;     /* small badges, dropdown items */
  --radius-sm: 8px;     /* small buttons, hairline accents */
  --radius-md: 12px;    /* standard buttons, text inputs */
  --radius-lg: 16px;    /* content cards, artwork cards */
  --radius-xl: 24px;    /* feature cards, hero artifacts */
  --radius-pill: 9999px;/* tabs, badge pills */
  --radius-full: 9999px;/* avatars, icon buttons */
}
