/* A A A Mat Co., Inc. design tokens.
   World: the route service ticket. Indigo carbon ink, laundry white, brass.
   Radius 0 everywhere; perforation and dot leaders carry the identity. */

:root {
  /* palette (contrast pairs pre-checked in DESIGN.md) */
  --ink: #24284B;            /* on paper: 12.4:1 */
  --paper: #F7F5EF;
  --paper-dim: #EEEBE2;
  --indigo: #333A6E;         /* paper text on it: 8.8:1 */
  --indigo-deep: #232849;
  --brass: #836627;          /* on paper: 4.95:1, accents and small caps only */
  --brass-bright: #C9A250;   /* on indigo only, large accents */
  --hairline: rgba(36, 40, 75, .22);
  --hairline-soft: rgba(36, 40, 75, .12);
  --ink-60: rgba(36, 40, 75, .68);

  /* type */
  --display: "Sorts Mill Goudy", "Iowan Old Style", Georgia, serif;
  --body: "Duru Sans", "Segoe UI", Verdana, sans-serif;

  /* scale (8px base) */
  --s1: 8px;
  --s2: 16px;
  --s3: 24px;
  --s4: 32px;
  --s5: 48px;
  --s6: 64px;
  --s7: 96px;
  --s8: 128px;

  /* measures */
  --strip-w: 252px;          /* the receipt strip */
  --page-max: 1160px;
  --radius: 0;               /* binding: radius 0 everywhere */

  /* motion (H2: slow and settled) */
  --t-quick: 220ms;
  --t-rise: 520ms;
  --ease-settle: cubic-bezier(.22, .61, .3, .98);
}
