@tailwind base;
@layer base {
  :root {
    --color-text-base: 0, 0, 0;
    --color-text-muted: 120, 120, 120;
    --color-text-inverted: 255, 255, 255;
    --color-fill: 245, 245, 245;
    --muted: 200, 200, 200;
  /* Cambiar color y color-button-acent */
    --color: 115, 113, 252;
    --color-button-accent: 165, 148, 249;
    --color-button-accent-hover: 55, 55, 55;
    --color-button-muted: 244, 239, 238;
    [data-theme="blue"] {
      --color-text-base: 15, 23, 42;
      --color-text-muted: 100, 116, 139;
      --color-text-inverted: 240, 240, 240;
      --color-fill: 203, 213, 225;
      --muted: 148, 163, 184;
      --color: 59, 130, 246;

      --color-button-accent: 59, 130, 246;
      --color-button-accent-hover: 0, 185, 255;
      --color-button-muted: 226, 232, 240;
    }
  }
}
[data-theme="red"] {
  --color-text-base: 28, 25, 23;
  --color-text-muted: 100, 100, 100;
  --color-text-inverted: 245, 245, 245;
  --color-fill: 231, 229, 228;
  --muted: 220, 220, 220;
  --color: 239, 68, 68;

  --color-button-accent: 239, 68, 68;
  --color-button-accent-hover: 220, 50, 70;
  --color-button-muted: 245, 245, 245;
}
[data-theme="green"] {
  --color-text-base: 40, 40, 40;
  --color-text-muted: 110, 110, 110;
  --color-text-inverted: 230, 230, 230;
  --color-fill: 236, 252, 203;
  --muted: 189, 220, 147;
  --color: 101, 163, 13;

  --color-button-accent: 101, 163, 13;
  --color-button-accent-hover: 120, 220, 120;
  --color-button-muted: 211, 235, 173;
}
[data-theme="cyber"] {
  --color-text-base: 15, 15, 15;
  --color-text-muted: 144, 135, 5;
  --color-text-inverted: 240, 240, 240;
  --color-fill: 252, 255, 64;
  --muted: 50, 50, 50;
  --color: 235, 21, 43;
  --color-button-accent: 235, 21, 43;
  --color-button-accent-hover: 0, 185, 255;
  --color-button-muted: 249, 239, 6;
}
.dark {
  --color-text-base: 255, 255, 255;
  --color-text-muted: 150, 150, 150;
  --color-text-inverted: 255, 255, 255;
  --color-fill: 18, 18, 18;
  --muted: 36, 36, 36;
  /* Cambiar color y color-button-acent */
  --color: 115, 113, 252;
  --color-button-accent: 165, 148, 249;
  --color-button-accent-hover: 231, 121, 43;
  --color-button-muted: 26, 26, 26;
  [data-theme="blue"] {
    --color-text-base: 248, 250, 252;
    --color-text-muted: 148, 163, 184;
    --color-text-inverted: 240, 240, 240;
    --color-fill: 2, 6, 23;
    --muted: 51, 65, 85;
    --color: 59, 130, 246;
    --color-button-accent: 59, 130, 246;
    --color-button-accent-hover: 0, 185, 255;
    --color-button-muted: 30, 41, 59;
  }
  [data-theme="red"] {
    --color-text-base: 231, 229, 228;
    --color-text-muted: 168, 162, 158;
    --color-text-inverted: 245, 245, 245;
    --color-fill: 28, 25, 23;
    --muted: 45, 45, 45;
    --color: 248, 113, 113;
    --color-button-accent: 248, 113, 113;
    --color-button-accent-hover: 220, 50, 70;
    --color-button-muted: 120, 113, 108;
  }
  [data-theme="green"] {
    --color-text-base: 230, 230, 230;
    --color-text-muted: 104, 124, 104;
    --color-text-inverted: 230, 230, 230;
    --color-fill: 10, 20, 10;
    --muted: 54, 64, 54;
    --color: 132, 204, 22;
    --color-button-accent: 132, 204, 22;
    --color-button-accent-hover: 120, 220, 120;
    --color-button-muted: 34, 44, 34;
  }
  [data-theme="cyber"] {
    --color-text-base: 252, 255, 64;
    --color-text-muted: 125, 125, 125;
    --color-text-inverted: 240, 240, 240;
    --color-fill: 15, 15, 15;
    --muted: 50, 50, 50;
    --color: 90, 237, 251;
    --color-button-accent: 90, 237, 251;
    --color-button-accent-hover: 0, 185, 255;
    --color-button-muted: 25, 81, 86;
  }
}
