/* Marca: Sparks Power Quality */
:root {
  --acento: #4D8DF6;
  --acento-hover: #74A6FF;
  --acento-brilho: #8FC0FF;
  --acento-fraco: #0E1E38;
  --gooey-1: #4D8DF6;
  --gooey-2: #8FC0FF;
  --gooey-3: #74A6FF;
  --gooey-4: #8FC0FF;
}
[data-tema="claro"] {
  --acento: #2563EB;
  --acento-hover: #1D4ED8;
  --acento-brilho: #1D4ED8;
  --acento-fraco: #DCE8FD;
  --gooey-1: #2563EB;
  --gooey-2: #1D4ED8;
  --gooey-3: #1D4ED8;
  --gooey-4: #1D4ED8;
}
