/* https://catppuccin.com/palette/ */
:root {
  --color-purple: #8839ef;
  --color-red: #d20f39;
  --color-orange: #fe640b;
  --color-yellow: #df8e1d;
  --color-green: #40a02b;
  --color-cyan: #04a5e5;
  --color-blue: #1e66f5;

  --color-text: #4c4f69;
  --color-subtext: #6c6f85;
  --color-overlay: #9ca0b0;
  --color-surface: #ccd0da;
  --color-base: #eff1f5;
}

.dark {
  --color-purple: #ca9ee6;
  --color-red: #e78284;
  --color-orange: #ef9f76;
  --color-yellow: #e5c890;
  --color-green: #a6d189;
  --color-cyan: #99d1db;
  --color-blue: #8caaee;

  --color-text: #c6d0f5;
  --color-subtext: #a5adce;
  --color-overlay: #737994;
  --color-surface: #414559;
  --color-base: #303446;
}
