/* Catppuccin Latte Theme */
:root {
  /* Latte Palette */
  --ctp-rosewater: #dc8a78;
  --ctp-flamingo: #dd7878;
  --ctp-pink: #ea76cb;
  --ctp-mauve: #8839ef;
  --ctp-red: #d20f39;
  --ctp-maroon: #e64553;
  --ctp-peach: #fe640b;
  --ctp-yellow: #df8e1d;
  --ctp-green: #40a02b;
  --ctp-teal: #179299;
  --ctp-sky: #04a5e5;
  --ctp-sapphire: #209fb5;
  --ctp-blue: #1e66f5;
  --ctp-lavender: #7287fd;
  --ctp-text: #4c4f69;
  --ctp-subtext1: #5c5f77;
  --ctp-subtext0: #6c6f85;
  --ctp-overlay2: #7c7f93;
  --ctp-overlay1: #8c8fa1;
  --ctp-overlay0: #9ca0b0;
  --ctp-surface2: #acb0be;
  --ctp-surface1: #bcc0cc;
  --ctp-surface0: #ccd0da;
  --ctp-base: #eff1f5;
  --ctp-mantle: #e6e9ef;
  --ctp-mantle-rgb: 230, 233, 239;
  --ctp-crust: #dce0e8;

  /* Applied colors */
  --bg-main: var(--ctp-base);
  --bg-card: var(--ctp-mantle);
  --text-primary: var(--ctp-text);
  --text-secondary: var(--ctp-subtext1);
  --border-color: var(--ctp-surface0);
  --code-bg: var(--ctp-surface0);
  --header-bg: var(--ctp-mantle);
  --accent: var(--ctp-lavender);
  --accent-hover: var(--ctp-sky);
  --success: var(--ctp-green);
}
