/*
 * print.css
 * Copyright (C) 2020 Benoit Rapidel
 *
 * Distributed under terms of the MIT license.
 */


@page {
    orphans: 4;
    widows: 2;
}
html {
    font-size: 12pt;
}

:root {
    --base-width: 95%;
    --page-margin-tb: 1rem;
}

figure {
    break-inside: avoid;
}


/* Assembly steps */

.assembly-steps {
    break-inside: avoid;
}
