/* ── Catppuccin Frappé ── */
:root {
  --ctp-base:    #303446;
  --ctp-mantle:  #292c3c;
  --ctp-crust:   #232634;
  --ctp-surface0:#414559;
  --ctp-surface1:#51576d;
  --ctp-surface2:#626880;
  --ctp-overlay0:#737994;
  --ctp-subtext0:#a5adce;
  --ctp-text:    #c6d0f5;
  --ctp-lavender:#babbf1;
  --ctp-blue:    #8caaee;
  --ctp-sky:     #99d1db;
  --ctp-teal:    #81c8be;
  --ctp-green:   #a6d189;
  --ctp-yellow:  #e5c890;
  --ctp-peach:   #ef9f76;
  --ctp-mauve:   #ca9ee6;

  --bg:      var(--ctp-base);
  --bg-deep: var(--ctp-crust);
  --surface: var(--ctp-surface0);
  --ink:     var(--ctp-text);
  --ink-dim: var(--ctp-subtext0);
  --accent:  var(--ctp-mauve);
  --accent2: var(--ctp-lavender);
  --rule:    var(--ctp-surface0);
}