/* Suffyse brand tokens — the one source for colour and type (ADR-17 §1).
 * The site links this file from its build output; product surfaces that
 * ship brand assets vendor a copy. Values here are the brand; change them
 * here and nowhere else. */

:root {
  /* The vessel: dark ground above the waterline, amber fill below it. */
  --suffyse-ink: #17140F;
  --suffyse-fill: #C9974A;
  --suffyse-meniscus: #E6B869;   /* the waterline and the "enough" mark */

  /* Text on ink */
  --suffyse-bone: #EEE7DA;       /* primary */
  --suffyse-bone-soft: #D9D1C3;  /* quotation */
  --suffyse-dust: #A59C8D;       /* labels, 6:1 on ink */

  /* Text on fill */
  --suffyse-on-fill: #1C160E;    /* primary, 7:1 on fill */
  --suffyse-on-fill-soft: #3A2C17;
  --suffyse-on-fill-quiet: #2A2012;

  /* The mark on a light ground */
  --suffyse-fill-deep: #B07F33;

  --suffyse-font-display: "Instrument Serif", Georgia, serif;
  --suffyse-font-text: "Instrument Sans", system-ui, sans-serif;
  --suffyse-font-mono: "IBM Plex Mono", ui-monospace, monospace;
}
