/* The LCK Group — design tokens.
 *
 * THE single source of truth for the group's visual language. index.html and
 * style-guide.html both import this file and neither restates a value. Change a
 * token here and both change; that is the point.
 *
 * Scope: canonical for the group site and for anything new built for the group.
 * ADVISORY for the existing properties — lck/, kos/, sip/, harmony-kitchen/ and
 * website/ keep their own identities, which are Taz-approved and live. See
 * docs/DESIGN-SYSTEM.md.
 */
:root{
  /* Surfaces — warm paper, not white. Related to the KOS museum-catalogue
     scheme, which is the correct family resemblance for a page sitting above
     the whole group and alongside royal-adjacent material. */
  --paper:   #F4EFE4;
  --paper-2: #EEE7D8;
  --card:    #FBF8F1;

  /* Ink */
  --ink:      #1E2A23;
  --ink-soft: #5F6E62;

  /* Brass — the group accent. Links, eyebrows, emphasis. */
  --brass:    #A9862F;
  --brass-lt: #C6A65C;

  /* Rules */
  --line:   #E1D9C7;
  --line-2: #D4CAB4;

  /* Venture green. One token, deliberately.
     The delivered file declared twelve per-venture accent variables (--lck,
     --harmony, --p2c, --sip, --farm, --arts, --academy, --rnd, --youth, --haf,
     --feed, --learn) and set every one of them to this same value. That made
     the file look like it had a per-venture colour system when it did not.
     If per-venture colour is ever wanted, add it here deliberately. */
  --venture: #35624A;

  /* Type */
  --serif: 'Fraunces', Georgia, serif;
  --sans:  'Bricolage Grotesque', system-ui, -apple-system, 'Segoe UI', sans-serif;

  /* Elevation */
  --shadow: 0 2px 3px rgba(30,42,35,.04), 0 22px 48px -30px rgba(30,42,35,.5);
}
