:root {
  /* Catppuccin Latte: A soothing pastel light theme */
  --color-background: #eff1f5;
  --color-surface: #e6e9ef;
  --color-surface-hover: #dce0e8;

  --color-text: #4c4f69;
  --color-text-secondary: #6c6f85;

  --color-primary: #1e66f5;         /* Blue */
  --color-primary-light: #4c8af8;
  --color-primary-dark: #1852c7;
  --color-secondary: #ea76cb;       /* Pink */
  --color-secondary-light: #ef97d8;

  --color-border: #ccd0da;
  --color-shadow: rgba(0, 0, 0, 0.1);

  /* BOTONES PRIMARIOS */
  --btn-primary-bg: #1e66f5;
  --btn-primary-text: #eff1f5;
  --btn-primary-hover-bg: #1852c7;
  --btn-primary-border: #1e66f5;

  /* BOTONES SECUNDARIOS */
  --btn-secondary-bg: transparent;
  --btn-secondary-text: #1e66f5;
  --btn-secondary-hover-bg: rgba(30,102,245,0.15);
  --btn-secondary-border: #1e66f5;

  --drawer-background: #eff1f5;
  --drawer-text: #4c4f69;
}
