/*
 * The fit ladder's resolved step — the neutral one.
 *
 * `09 budget` measures the built print routes and overwrites this file with the
 * largest step at which every page fits, down to `print.fit.minScale`
 * (`stages/budget/schema.json`). It ships from the template carrying 1 so that
 * the sheets are never linking at a file that does not exist: a build that has
 * not been through the pipeline is a build at full size, which is the right
 * answer for it, rather than a 404 in the reader's console.
 *
 * `styles/print.css` multiplies the sheet's whole type scale by this, and reads
 * a fallback of 1 if the property is missing — so removing the file weakens
 * nothing, and a stale one cannot be worse than a step too small.
 */
:root {
  --print-fit-scale: 1;
}
