/* Hallmark · custom theme: KAGO · genre: editorial · earthbound-premium
 * paper: cream (light) · display: Archivo (built/geometric) · accent: ochre (warm)
 * KAGO - "The builder's mark" · A Kutlwano Holdings company
 */
:root{
  /* KAGO brand palette (canonical hexes - brand law) */
  --ink:      #14212E;   /* primary text, dark grounds, wordmark */
  --ink-2:    #24333F;   /* softer ink */
  --ochre:    #C6892F;   /* signature builder's gold - accents, keystone, rules */
  --ochre-lt: #E0A94B;   /* lifted ochre for dark grounds */
  --clay:     #B24A2E;   /* terracotta - CTAs, energy (sparingly) */
  --clay-dk:  #963B22;   /* clay hover */
  --cream:    #F4EEE1;   /* document + card ground */
  --cream-2:  #EDE4D2;   /* raised cream surface */
  --off:      #FBF8F1;   /* lightest ground */
  --charcoal: #2A2622;   /* body ink on cream */
  --muted:    #6A6357;   /* secondary text on cream */
  --rule:     #D9CDB6;   /* hairline rules on cream */
  --on-ink:   #F4EEE1;   /* text on ink grounds */

  /* type */
  --font-display: 'Archivo', 'Arial Narrow', system-ui, sans-serif;
  --font-body:    'Source Sans 3', -apple-system, 'Helvetica Neue', Arial, sans-serif;

  /* 4pt spacing scale */
  --space-2xs: .375rem; --space-xs:.625rem; --space-sm:1rem; --space-md:1.5rem;
  --space-lg:2.5rem; --space-xl:4rem; --space-2xl:6rem; --space-3xl:9rem;

  /* motion */
  --ease-out: cubic-bezier(.16,1,.3,1);
  --ease-in-out: cubic-bezier(.65,0,.35,1);
  --dur-micro:120ms; --dur-short:240ms; --dur-long:600ms;

  --rule-hair:1px; --rule-fine:2px;
  --radius:2px;   /* KAGO is engineered/structural - near-square corners */
  --measure:62ch;
}
