/* LOVECOLOUR design tokens — from DESIGN.md master palette */
:root{
  --font-display:"Inter Tight","Inter",system-ui,-apple-system,"Segoe UI",sans-serif;
  --font-body:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif;

  --color-canvas:#F7F6F2;   /* Off White — primary canvas */
  --color-white:#FFFFFF;    /* Pure White — technical sections */
  --color-ink:#171717;      /* Near Black — headings, anchor sections */
  --color-muted:#6E6E69;    /* Secondary Gray — body/captions */
  --color-line:#DFDED8;     /* Structural Gray — hairlines */
  --color-orange:#F36F21;   /* LOVECOLOUR Orange — restrained accent (3–6%) */
  --color-blue:#BCCBD5;     /* Dusty Blue — optional editorial accent */
  --color-olive:#C7C9B5;    /* Soft Olive — optional editorial accent */
  --color-sand:#D9C8B0;     /* Warm Sand — optional editorial accent */
  --color-red:#C97062;      /* Muted Red — optional editorial accent */

  --wrap:1420px;
  --header-h:76px;
  --radius-control:4px;
  --space-section:112px;

  /* legacy aliases used by the starter templates */
  --color-background:var(--color-canvas);
  --color-focus:var(--color-orange);
}
