/* Koottar icon system — see landing/static/landing/icons/koottar-icons.svg
   for the sprite and landing/templates/landing/components/icon.html for
   the include. Icons inherit color from their context via currentColor;
   set color on the wrapping element rather than overriding stroke here. */
.ki {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  vertical-align: -4px;
}
.ki--16 { width: 16px; height: 16px; }
.ki--20 { width: 20px; height: 20px; }
.ki--24 { width: 24px; height: 24px; }
.ki--32 { width: 32px; height: 32px; }
.ki--40 { width: 40px; height: 40px; }
