/* CTLP (Cantaloupe) theme pack — cantaloupe-orange primary, black accent.
   Layered on top of colors.css / colors-dark.css; only overrides brand-coloured
   tokens. Vision overrides (colors-vision.css) load AFTER and still win. */

[data-theme-pack="ctlp"] {
  --color-primary: #F4884D;
  --color-primary-hover: #DC6F35;
  --color-primary-foreground: #1A1A1A;
  --color-primary-muted: #FFEEDD;

  --color-accent: #1A1A1A;

  --color-border-focus: #F4884D;

  --color-brand-blue: #1F4E79;
  --color-brand-turquoise: #4FB6A6;
  --color-brand-pink: #F4A98C;
  --color-brand-yellow: #F2C14E;
  --color-brand-green: #6BAF6F;
  --color-brand-purple: #6E4D8E;
  --color-brand-gainsboro: #E8E6DF;
  --color-brand-group-blue: #1F4E79;
}

[data-theme-pack="ctlp"][data-theme="dark"] {
  --color-primary: #FFA770;
  --color-primary-hover: #FFC299;
  --color-primary-foreground: #0F0F0F;
  --color-primary-muted: #3D2410;

  --color-accent: #E5E5E5;

  --color-border-focus: #FFA770;
}
