/* Placeholder CSS for Lumied application
   Added to ensure staticfiles manifest includes this entry.
   Replace with the actual styles when available. */
body {
  --brand-color: #0b5cff;
}

.brand-title { font-weight: 700; color: var(--brand-color); }
