/* ============================================================
   Barvarê — Radius & border tokens
   Exclusivity reads as SHARP, restrained corners — not soft modernism.
   ============================================================ */
:root {
  --radius-none: 0;
  --radius-xs: 1px;
  --radius-sm: 2px;   /* default for inputs, buttons, cards */
  --radius-md: 3px;
  --radius-lg: 4px;   /* largest structural radius */
  --radius-pill: 999px; /* only for small chips/tags */
  --radius-circle: 50%;

  --border-w-hair: 1px;
  --border-w-thick: 1.5px;
}
