:root {
  --ep-terracotta: #B85F3C;
  --ep-terracotta-dark: #9F4E31;
  --ep-gold: #C89B6A;
  --ep-charcoal: #2A2724;
  --ep-muted: #6F6660;
  --ep-border: #E7DCD3;
  --ep-cream: #F8F3EE;
  --ep-whatsapp: #12963B;
}

.ep-icon {
  width: 24px;
  height: 24px;
  color: var(--ep-terracotta);
  stroke: currentColor;
  flex: 0 0 auto;
}

.ep-icon--sm {
  width: 18px;
  height: 18px;
}

.ep-icon--lg {
  width: 40px;
  height: 40px;
}

.ep-icon--dark {
  color: var(--ep-charcoal);
}

.ep-icon--muted {
  color: var(--ep-muted);
}

.ep-icon--gold {
  color: var(--ep-gold);
}

.ep-icon--whatsapp {
  color: var(--ep-whatsapp);
}

.ep-icon-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  color: var(--ep-terracotta);
  background: #fff;
  border: 1px solid var(--ep-border);
  box-shadow: 0 8px 24px rgba(42, 39, 36, 0.08);
}
