/* Scope only to Filament pages */
body.fi-body .fi-logo {
  /* Fill text with a gradient */
  background: linear-gradient(to right, red, green, blue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* Firefox */
  color: transparent;
  font-weight: 800;
}
