/* the geometry of the page */ @page-width: 148mm; @page-height: 105mm; /* the size of the crop marks*/ @crop-size: 7mm; /* the size of bleed */ @bleed: 5mm; // FIXME: make a case for single page layouts @page-margin-inside: 7mm; @page-margin-outside: 7mm; @page-margin-top: 7mm; @page-margin-bottom: 7mm; // Header & footer variables @header-height: 2mm; @header-text: ""; @footer-height: 10mm; //@footer-text: counter(page-counter);