/* SVG Icon System - Çok Hafif! */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: middle;
}

/* Icon Sizes */
.icon-sm { width: 0.875em; height: 0.875em; }
.icon-base { width: 1em; height: 1em; }
.icon-lg { width: 1.25em; height: 1.25em; }
.icon-xl { width: 1.5em; height: 1.5em; }
.icon-2xl { width: 2em; height: 2em; }
.icon-3xl { width: 3em; height: 3em; }

