/* ============================================================
   TYPOGRAPHY — UTILITY CLASSES
============================================================ */
.text-accent {
  color: var(--color-accent);
}

.text-muted {
  color: var(--color-text-muted);
}

.font-heading {
  font-family: var(--font-heading);
}

.glass {
  background: rgba(196, 14, 145, 0.05);
  border: 1px solid var(--color-border);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* ============================================================
   ACCESSIBILITY HELPERS
============================================================ */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
}
