/* =============================================================
   DOKOON (دوکون / 2koon.com) — IRAN THEME · DESIGN TOKENS
   Skin: «روزنامه» (The Daily).

   National read: the Tehran daily of the 1350s — aged newsprint
   yellowed toward its edges, letterpress ink, thick-and-thin
   rules, a nastaliq nameplate, and ONE letterpress red spent on
   the ear band, the region heads and the down-ticks. The
   free-market dollar is set as the front page's headline.

   Replaces the retired ink+market-green Dokoon theme. Loaded
   BEFORE styles.css (which consumes these variables); re-skin by
   editing ONLY these two files.
   ============================================================= */
:root {
  /* ---- COLOUR ------------------------------------------------ */
  --desk:         #b8a67e;   /* the desk the paper lies on        */
  --paper:        #f1e6c8;   /* the sheet's midtone               */
  --paper-hi:     #f7efd9;   /* sheet center (brighter)           */
  --paper-lo:     #d8c592;   /* sheet edges (aged)                */
  --panel:        #e9dcb8;   /* boxed-table tint                  */
  --hairline:     #b3a37b;   /* dotted row leaders                */
  --line-soft:    #a8987242; /* column hairlines                  */
  --ink:          #241d10;   /* letterpress ink                   */
  --ink-soft:     #33291a;
  --muted:        #4a3f28;
  --faint:        #6b5d3f;
  --accent:       #a8341f;   /* THE letterpress red               */
  --accent-deep:  #8a2a18;
  --gold:         #8a6a2e;   /* foxing tone only — never chrome   */
  --anchor-bg:    #e9dcb8;

  /* change direction */
  --up:           #2c5e3f;
  --down:         #a8341f;
  --flat:         #8d8064;

  /* honesty state: HELD / STALE */
  --hold-fg:      #6b4f0e;
  --hold-bg:      #ecdfb2;
  --hold-line:    #c9b476;

  /* trust band */
  --trust-fg:     #2c5e3f;
  --trust-bg:     #e4dfc0;
  --trust-line:   #9aa96a;

  /* ---- TYPE -------------------------------------------------- */
  --font:      "Markazi Text", "Vazirmatn", "Segoe UI", system-ui, serif;
  --font-num:  "Vazirmatn", system-ui, sans-serif;
  --font-titr: "Lalezar", "Vazirmatn", serif;
  --font-name: "Noto Nastaliq Urdu", "Markazi Text", serif;

  /* ---- SHAPE / SPACE ---------------------------------------- */
  --r-sm: 0px;               /* letterpress: square corners       */
  --r-md: 0px;
  --r-lg: 0px;
  --pad: 14px;
  --page-max: 1310px;
}
