/* Catppuccin Frappé — official palette
   https://github.com/catppuccin/catppuccin (dark) */
html[data-flavor="frappe"] {
  color-scheme: dark;

  /* accents */
  --rosewater: #f2d5cf;
  --flamingo: #eebebe;
  --pink: #f4b8e4;
  --accent-rgb: 244, 184, 228; /* live accent default = theme pink */
  --mauve: #ca9ee6;
  --red: #e78284;
  --maroon: #ea999c;
  --peach: #ef9f76;
  --yellow: #e5c890;
  --green: #a6d189;
  --teal: #81c8be;
  --sky: #99d1db;
  --saphire: #85c1dc;
  --blue: #8caaee;
  --lavender: #babbf1;

  /* text */
  --text: #c6d0f5;
  --subtext-1: #b5bfe2;
  --subtext-0: #a5adce;
  --overlay-2: #949cbb;
  --overlay-1: #838ba7;
  --overlay-0: #737994;

  /* surfaces + backgrounds */
  --surface-2: #626880;
  --surface-1: #51576d;
  --surface-0: #414559;
  --base: #303446;
  --mantle: #292c3c;
  --crust: #232634;
}