/* Lokta icons. Self-hosted, sharpened Tabler. Reference a glyph by id:
     <svg class="lk-ico" aria-hidden="true"><use href="icons/lokta-icons.svg#lk-i-check"></use></svg>
   Icons inherit the text role through currentColor. Inline the sprite once per page
   (or fetch it) so the <use> references resolve. */
.lk-ico {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  vertical-align: -0.18em;
  color: inherit;
}
.lk-ico-sm { width: 1em; height: 1em; }
.lk-ico-lg { width: 1.5em; height: 1.5em; }
