:root {
  /* Nord Light: A bright variant of the Nord palette */
  --color-background: #eceff4;      /* nord6 */
  --color-surface: #e5e9f0;         /* nord5 */
  --color-surface-hover: #d8dee9;   /* nord4 */

  --color-text: #2e3440;            /* nord0 */
  --color-text-secondary: #434c5e;  /* nord2 */

  --color-primary: #88c0d0;         /* nord8 */
  --color-primary-light: #b0d9e3;
  --color-primary-dark: #6a9caa;
  --color-secondary: #81a1c1;       /* nord9 */
  --color-secondary-light: #a3b8cc;

  --color-border: #d8dee9;          /* nord4 */
  --color-shadow: rgba(0, 0, 0, 0.1);

  /* BOTONES PRIMARIOS */
  --btn-primary-bg: #88c0d0;
  --btn-primary-text: #eceff4;
  --btn-primary-hover-bg: #6a9caa;
  --btn-primary-border: #88c0d0;

  /* BOTONES SECUNDARIOS */
  --btn-secondary-bg: transparent;
  --btn-secondary-text: #88c0d0;
  --btn-secondary-hover-bg: rgba(136,192,208,0.15);
  --btn-secondary-border: #88c0d0;

  --drawer-background: #eceff4;
  --drawer-text: #2e3440;
}