/* Catppuccin Mocha — dark (default) */
:root {
  --bg:        #1E1E2E;
  --surface:   #2A2B3D;
  --surface2:  #313244;
  --border:    #45475A;
  --text-1:    #CDD6F4;
  --text-2:    #BAC2DE;
  --text-3:    #A6ADC8;
  --text-4:    #6C7086;
  --accent:    #FAB387;
  --accent-bg: #3A2417;
  --blue:      #89B4FA;
  --blue-bg:   #1C2D4A;
  --green:     #A6E3A1;
  --mauve:     #CBA6F7;
  --mauve-bg:  #2C1F40;
  --teal:      #94E2D5;
}

/* Catppuccin Latte — light */
[data-theme="light"] {
  --bg:        #EFF1F5;
  --surface:   #E6E9EF;
  --surface2:  #CCD0DA;
  --border:    #BCC0CC;
  --text-1:    #4C4F69;
  --text-2:    #5C5F77;
  --text-3:    #6C6F85;
  --text-4:    #9CA0B0;
  --accent:    #FE640B;
  --accent-bg: #FFEDE3;
  --blue:      #1E66F5;
  --blue-bg:   #DCE9FF;
  --green:     #40A02B;
  --mauve:     #8839EF;
  --mauve-bg:  #EDE0FF;
  --teal:      #179299;
}
