/* -------------------------------------------------------- */
/* 🔹 Settings Title                                       */
/* -------------------------------------------------------- */
/* Small, consistent title for settings sections            */
/* Mirrors settings_title.dart                              */

.settings-title {
  font-size: 20px;
  font-weight: var(--text-title-weight);
  color: var(--color-on-surface);
}
