:root {
  /* Mariana Dark: Inspired by Sublime Text's default theme */
  --color-background: #2c2b33;
  --color-surface: #34333d;
  --color-surface-hover: #3f3e4a;

  --color-text: #e4e4e4;
  --color-text-secondary: #999999;

  --color-primary: #f92672;         /* Pink */
  --color-primary-light: #fb5e97;
  --color-primary-dark: #cc1f5a;
  --color-secondary: #a6e22e;       /* Green */
  --color-secondary-light: #bceb68;

  --color-border: #4a4957;
  --color-shadow: rgba(0, 0, 0, 0.4);

  /* BOTONES PRIMARIOS */
  --btn-primary-bg: #f92672;
  --btn-primary-text: #2c2b33;
  --btn-primary-hover-bg: #cc1f5a;
  --btn-primary-border: #f92672;

  /* BOTONES SECUNDARIOS */
  --btn-secondary-bg: transparent;
  --btn-secondary-text: #f92672;
  --btn-secondary-hover-bg: rgba(249,38,114,0.2);
  --btn-secondary-border: #f92672;

  --drawer-background: #2c2b33;
  --drawer-text: #e4e4e4;
}
