/**
 * ============================================================================
 * CATEGORY HEADER EFFECTS - SIMPLE TEXT TRANSITIONS
 * ============================================================================
 * Smooth color transitions for category header text elements.
 * ============================================================================
 */

/* ========================================================================== */
/* TITLE TRANSITION */
/* ========================================================================== */
.category-header__title {
  transition: color 0.3s ease; /* Smooth color change */
}

/* ========================================================================== */
/* DESCRIPTION TRANSITION */
/* ========================================================================== */
.category-header__description {
  transition: color 0.3s ease; /* Smooth color change */
}
