/* Flow: variabili colore per s="c-primary bg-background" ecc. */
:root {
  --background: #1f1f1f;
  --primary: #00fa92;
}


body {
  background-color: var(--background) !important;
}