/*
 * Believe In Future - Cinematic Editorial Platform
 * Modular Architecture Refactor
 * Final Cleanup Phase
 */

/* Theme-level Overrides & Global Utilities */

.text-gold {
  color: var(--gold-primary);
}

.text-muted {
  color: var(--text-muted);
}

.bg-soft {
  background-color: var(--bg-soft);
}

.bg-elevated {
  background-color: var(--bg-elevated);
}

