/* --------- Variables ---------- */

:root {
  /* Colors */
  --green: rgb(0, 100, 61);
  --yellow: rgb(251, 244, 190);
  --grey: rgb(18, 18, 18);

  /* Typography */
  --titlefont: "Monaco", monospace;
  --textfont: "Marr", sans-serif;
  --textsize: 10pt;         /* print */
  --textsizeweb: 1em;       /* web */

  /* Layout */
  --leftmargin: 22mm;
  --baseline: 20px;

  /* Print-specific */
  --back-width: 2cm;
  --backgroundImage: rgb(18, 18, 18);
  --ratio: auto;

  --pagedjs-footnotes-gap: 5mm;

  --tablecol1: 12%; 
  --tablecol2: 28%; 
  --tablecol3: auto; 

  --bleeds: 0mm;
}