.text-muted { color: var(--eb-muted); }
.text-sm { font-size: .875rem; }
.text-lg  { font-size: 1.125rem; }
.text-xl, h2 { font-size: 1.375rem; font-weight: bold; }

.eb-bg-page { background: var(--eb-bg-page); }
.eb-bg-card { background: var(--eb-bg-card); }
.eb-icon-28 { width: 28px; height: 28px; }

.rounded-sm { border-radius: var(--radius-sm); }
.rounded-md { border-radius: var(--radius-md); }
.rounded-lg { border-radius: var(--radius-lg); }

.shadow-sm { box-shadow: var(--shadow-sm); }
.shadow-md { box-shadow: var(--shadow-md); }
