/* ============================================================
   Seil Coffee — Radius & Border Tokens
   The brand is geometric: circles for the mark, gently softened
   rectangles for cards & the packaging label.
   ============================================================ */
:root {
  --radius-none: 0;
  --radius-sm:   4px;    /* inputs, tags */
  --radius-md:   8px;    /* buttons, small cards */
  --radius-lg:   14px;   /* cards, the packaging label */
  --radius-xl:   22px;   /* feature panels */
  --radius-2xl:  32px;
  --radius-pill: 999px;  /* chips, pill buttons */
  --radius-circle: 50%;  /* the sail mark, avatars, sun dots */

  --border-width:    1px;
  --border-width-md: 2px;
  --border-width-lg: 3px;
}
