/*
  newcommerce brand tokens
  Source of truth — keep in sync with all consumer projects.

  Prefix all tokens with --nc- so they don't collide with consumer projects'
  own design systems (Tailwind, Polaris, MUI, etc.).
*/
:root {
  /* Palette */
  --nc-bg:        #F2EFE0; /* cream / page background */
  --nc-ink:       #0B0B0B; /* near-black / text + dot */
  --nc-lime:      #C2FF4A; /* primary accent / mark fill */
  --nc-lime-deep: #A6E82C; /* hover/pressed accent */
  --nc-mute:      #6B6A60; /* secondary text */

  /* Typography */
  --nc-font-sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --nc-font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
