package config
// Centralized physical page size in inches. Change here to retarget the whole system.
var (
PageWidthIn = 5.5
PageHeightIn = 8.5
)