/* Try It Anyway — generated by identity/src/make_tokens.py. Do not edit.
   Source of truth is identity/src/tokens.py. Regenerate with ./identity/build.sh. */
:root {
  --tia-ground: #E9EEEA;          /* The default surface, and it is LIGHT. Celadon: cool and faintly green, deliberately not the warm-neutral band every AI brand of 2026 sits in. */
  --tia-ground-deep: #DCE4DE;     /* A second light step, for panels and table rows. */
  --tia-on-ground: #141C2E;       /* Type on the ground. Indigo (chàm), 159 degrees of hue from a warm near-black. */
  --tia-on-ground-muted: #55605E; /* Secondary type on the ground. 5.55:1. */
  --tia-band: #141C2E;            /* The one dark surface per piece. Same indigo as the type; the dark is a band, never the world. */
  --tia-band-deep: #0B1120;       /* The band's deep edge, under the sheen. */
  --tia-on-band: #E9EEEA;         /* Type on the dark band. */
  --tia-on-band-muted: #9BA3A0;   /* Secondary type on the band. 6.59:1. */
  --tia-accent: #B82A25;          /* The seal, and the one colour allowed to fill a surface. 5.27:1 on the ground, so it can carry type as well as fill. */
  --tia-accent-ink: #8E2420;      /* The accent where it must be READ. 7.38:1 on the ground. */
  --tia-gold: #C9953B;            /* Leaf. Matte and sparse, an event. ON THE DARK BAND ONLY -- on the light ground it is 1.9:1 and simply disappears. Never a line, border or gradient. */
  --tia-paper: #E9EEEA;           /* Alias of ground. */
  --tia-ink: #141C2E;             /* Alias of on-ground. */
  --tia-lacquer: #141C2E;         /* Alias of band. Lacquer survives as the band, not as the world -- it is no longer the ground. */
  --tia-lacquer-deep: #0B1120;    /* Alias of band-deep. */
  --tia-cinnabar: #B82A25;        /* Alias of accent. */
  --tia-cinnabar-dim: #8E2420;    /* Alias of accent-ink. */
  --tia-eggshell: #E9EEEA;        /* Alias of ground. The warm cream this once named was half the Anthropic reading and is retired. */
  --tia-eggshell-dim: #9BA3A0;    /* Alias of on-band-muted. */
  --tia-ink-muted: #55605E;       /* Alias of on-ground-muted. */

  --tia-font: "Archivo", system-ui, sans-serif;
  --tia-leading-body: 1.72;

  --tia-seal-press: 760ms;
  --tia-seal-press-easing: cubic-bezier(.16, 1, .3, 1);
}
