/* ============================================================
   CHRISTIAN A. CHAPMAN — Custom SVG Icon System
   Brand gold solid icons — no emoji
   ============================================================ */

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon svg {
  display: block;
}

/* Size variants */
.icon-sm  svg { width: 18px; height: 18px; }
.icon-md  svg { width: 28px; height: 28px; }
.icon-lg  svg { width: 40px; height: 40px; }
.icon-xl  svg { width: 56px; height: 56px; }

/* Color variants */
.icon-gold  svg { fill: #C8973A; }
.icon-ink   svg { fill: #0D0D0D; }
.icon-blue  svg { fill: #1A4A6B; }
.icon-cream svg { fill: #F5F0E8; }
.icon-muted svg { fill: #888; }
