/* Kora / Sniffari corner radii & border widths — "Ember" direction.
   Soft, generous rounding; hairline borders only (no heavy outlines). */
:root {
  --radius-sheet: 30px;   /* bottom sheets, large panels */
  --radius-card: 20px;    /* cards */
  --radius-tile: 14px;    /* icon tiles / chips-with-icon */
  --radius-field: 14px;   /* inputs, segmented control track */
  --radius-pill: 999px;   /* buttons, badges, FAB */
  --radius-round: 50%;    /* map dots, avatars */

  --border-w: 1px;        /* the only border weight — hairline */
}
