/* isomeet.theme.css — section-scoped token remap (rescoped from
   _assembled/fidget-isomeet/fidget-theme.css). isomeet is a Webflow-exported site (no Framer
   --token-<uuid> vars); the donor fidget-theme.css overrode the Webflow --_colors---* semantic vars on
   :root, which would leak the Fidget remap to the whole page. Here the :root block is rescoped to
   [data-gc-site="isomeet"] so the remap applies ONLY inside the CloneSection wrapper. Loaded AFTER
   isomeet.scoped.css by the section shell so these values win. (shinta.theme.css is the precedent.) */

/* Webflow semantic color vars → Fidget roles */
[data-gc-site="isomeet"] {
  --_colors---white: oklch(1 0 0);                          /* white → paper */
  --_colors---black: oklch(0.175 0.026 258);                /* black → ink */
  --_colors---black-10: oklch(0.175 0.026 258 / 0.1);       /* black-10 → ink-alpha(0.1) */
  --_colors---black-40: oklch(0.175 0.026 258 / 0.4);       /* black-40 → ink-alpha(0.4) */
  --_colors---black-80: oklch(0.175 0.026 258 / 0.8);       /* black-80 → ink-alpha(0.8) */
  --_colors---white-85: oklch(0.985 0.004 252 / 0.85);      /* white-85 → surface-alpha(0.85) */
  --_colors---gray-f2f2f2: oklch(0.995 0.003 252);          /* #f2f2f2 → surface */
  --_colors---transparent: oklch(0 0 0 / 0);               /* transparent */
  --black-5: oklch(0.175 0.026 258 / 0.05);
  --black-40: oklch(0.175 0.026 258 / 0.4);
  --black-20: oklch(0.175 0.026 258 / 0.2);
}
