
/* ---------- VARIABLES DE COLOR ---------- */
:root {
  /* Colores de acento */
  --accent-color: #a2d123;
  --accent2-color: #c8ee60;
  --accent3-color: #e2fe95;

  /* Colores de fondo */
  --background: #010610;
  --overlay-background: #02102a;

  /* Colores de texto */
  --on-background: #e3e7f1;
  --on-accent: #010610;
}