/* ============================================================
   Aygün Nakliye — Radius & border tokens
   Modern logistics: confident, slightly rounded. Pills for
   chips/CTAs, soft rectangles for cards & inputs.
   ============================================================ */

:root {
  --radius-none: 0;
  --radius-sm: 0.375rem;  /* 6px  — inputs, small chips */
  --radius-md: 0.625rem;  /* 10px — buttons, fields (shadcn base) */
  --radius-lg: 0.875rem;  /* 14px — cards */
  --radius-xl: 1.25rem;   /* 20px — large panels, modals */
  --radius-2xl: 1.75rem;  /* 28px — feature blocks */
  --radius-pill: 999px;   /* chips, tags, avatar, segmented */

  /* shadcn alias */
  --radius: var(--radius-md);

  --border-width: 1px;
  --border-width-2: 2px;
  --border-color: var(--border);
}
