/* Contentoo brand tokens — names mirror the Figma variables (get_variable_defs),
   so extracted slides map 1:1. Values are canonical from the Slides-Design file. */

:root{
  /* Moss (brand green) scale */
  --moss-050:#fcfff5;  /* paper surface          */
  --moss-100:#d7ffc2;  /* mint  — eyebrow / chips */
  --moss-200:#0ecc5b;  /* lime  — success tiles   */
  --moss-600:#089946;  /* pressed/accent green    */
  --moss-900:#00543e;  /* primary brand forest    */

  /* Status */
  --destructive:#ef4444;
  --destructive-alt:#fecaca;

  /* Neutrals */
  --black:#000000;
  --white:#ffffff;
  --light-grey:#e4e4e4;  /* card subtitles, image placeholders */

  /* Radius */
  --radius-sm:8px;
  --radius-card:24px;

  /* Type families */
  --font-display:"Feijoa Display","Feijoa",Georgia,serif;
  --font-sans:"Noi Grotesk",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;

  /* Brand tracking: displays + most UI run -0.04em */
  --tracking-tight:-0.04em;
}
